01JBJ05PPPZ30AAPGZP8YYYVD0: 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: 01JBJ068KSQAAPDQXJP6S3B365

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-31T19:20:56.139Zjob assigned to worker 01JBJ09Y7CN4FHHN91V6Q0D3QS (queued for 3 m 12 s)
 
22024-10-31T19:21:04.358Zstarting task 0: "setup"
32024-10-31T19:21:04.368Z++ uname -s
42024-10-31T19:21:04.371Z+ kern=SunOS
52024-10-31T19:21:04.371Z+ case "$kern" in
62024-10-31T19:21:04.371Z+ [[ 0 == 12345 ]]
72024-10-31T19:21:04.371Z+ groupadd -g 12345 build
82024-10-31T19:21:04.373Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-31T19:21:06.386Z+ zfs create -o mountpoint=/work rpool/work
102024-10-31T19:21:06.524Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-31T19:21:06.528Z+ home_fs=zfs
122024-10-31T19:21:06.528Z+ [[ zfs == autofs ]]
132024-10-31T19:21:06.528Z+ mkdir -p /home/build
142024-10-31T19:21:06.530Z+ chown build:build /home/build /work
152024-10-31T19:21:08.531Z+ chmod 0700 /home/build /work
162024-10-31T19:21:08.533Zprocess exited: duration 4175 ms, exit code 0
 
172024-10-31T19:21:08.539Zstarting task 1: "rust-toolchain"
182024-10-31T19:21:08.544Z+ printf ' * toolchain channel = "%s"
192024-10-31T19:21:08.544Z' 1.82.0
202024-10-31T19:21:08.544Z * toolchain channel = "1.82.0"
212024-10-31T19:21:08.544Z * toolchain profile = "default"
222024-10-31T19:21:08.544Z+ printf ' * toolchain profile = "%s"
232024-10-31T19:21:08.544Z' default
242024-10-31T19:21:08.546Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-31T19:21:08.546Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-31T19:21:08.669Zinfo: downloading installer
272024-10-31T19:21:09.959Zinfo: profile set to 'default'
282024-10-31T19:21:09.959Zinfo: default host triple is x86_64-unknown-illumos
292024-10-31T19:21:09.961Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-31T19:21:10.143Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-31T19:21:10.143Zinfo: downloading component 'cargo'
322024-10-31T19:21:11.208Zinfo: downloading component 'clippy'
332024-10-31T19:21:11.604Zinfo: downloading component 'rust-docs'
342024-10-31T19:21:13.096Zinfo: downloading component 'rust-std'
352024-10-31T19:21:15.456Zinfo: downloading component 'rustc'
362024-10-31T19:21:25.563Zinfo: downloading component 'rustfmt'
372024-10-31T19:21:26.081Zinfo: installing component 'cargo'
382024-10-31T19:21:26.990Zinfo: installing component 'clippy'
392024-10-31T19:21:27.438Zinfo: installing component 'rust-docs'
402024-10-31T19:21:29.271Zinfo: installing component 'rust-std'
412024-10-31T19:21:31.233Zinfo: installing component 'rustc'
422024-10-31T19:21:37.773Zinfo: installing component 'rustfmt'
432024-10-31T19:21:38.313Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-31T19:21:38.313Z
452024-10-31T19:21:38.689Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-31T19:21:38.689Z
472024-10-31T19:21:38.694Z
482024-10-31T19:21:38.694ZRust is installed now. Great!
492024-10-31T19:21:38.694Z
502024-10-31T19:21:38.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-31T19:21:38.694Zenvironment variable. This has not been done automatically.
522024-10-31T19:21:38.694Z
532024-10-31T19:21:38.694ZTo configure your current shell, you need to source
542024-10-31T19:21:38.694Zthe corresponding env file under $HOME/.cargo.
552024-10-31T19:21:38.694Z
562024-10-31T19:21:38.694ZThis is usually done by running one of the following (note the leading DOT):
572024-10-31T19:21:38.694Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-31T19:21:38.694Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-31T19:21:38.767Z+ rustc --version
602024-10-31T19:21:38.832Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-31T19:21:38.835Zprocess exited: duration 30294 ms, exit code 0
 
622024-10-31T19:21:38.840Zstarting task 2: "authentication"
632024-10-31T19:21:38.861Zprocess exited: duration 21 ms, exit code 0
 
642024-10-31T19:21:38.866Zstarting task 3: "clone repository"
652024-10-31T19:21:38.872Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-31T19:21:38.875Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-31T19:21:40.833ZCloning into '/work/oxidecomputer/omicron'...
682024-10-31T19:21:48.360Z+ cd /work/oxidecomputer/omicron
692024-10-31T19:21:48.362Z+ git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
702024-10-31T19:21:48.648ZFrom https://github.com/oxidecomputer/omicron
712024-10-31T19:21:48.651Z * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD
722024-10-31T19:21:48.657Z+ [[ -n '' ]]
732024-10-31T19:21:48.658Z+ git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
742024-10-31T19:21:48.823ZHEAD is now at 2a5038591 hakariiiii
752024-10-31T19:21:48.826Zprocess exited: duration 9957 ms, exit code 0
 
762024-10-31T19:21:48.833Zstarting task 4: "build"
772024-10-31T19:21:48.837Z+ source .github/buildomat/ci-env.sh
782024-10-31T19:21:48.837Z++ export CARGO_TERM_COLOR=always
792024-10-31T19:21:48.837Z++ CARGO_TERM_COLOR=always
802024-10-31T19:21:48.840Z+ cargo --version
812024-10-31T19:21:48.893Zcargo 1.82.0 (8f40fc59f 2024-08-21)
822024-10-31T19:21:48.895Z+ rustc --version
832024-10-31T19:21:48.954Zrustc 1.82.0 (f6e511eec 2024-10-15)
842024-10-31T19:21:48.957Z+ cargo tree --locked
852024-10-31T19:21:49.198Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
862024-10-31T19:21:49.502Z Updating crates.io index
872024-10-31T19:21:49.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
882024-10-31T19:21:50.384Z Updating git repository `https://github.com/oxidecomputer/oxnet`
892024-10-31T19:21:50.623Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
902024-10-31T19:21:50.842Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
912024-10-31T19:21:51.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
922024-10-31T19:21:51.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
932024-10-31T19:21:54.419Z Updating git repository `https://github.com/oxidecomputer/opte`
942024-10-31T19:21:55.363Z Updating git repository `https://github.com/oxidecomputer/falcon`
952024-10-31T19:21:56.130Z Updating git repository `https://github.com/oxidecomputer/clickward`
962024-10-31T19:21:56.409Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
972024-10-31T19:21:56.681Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
982024-10-31T19:21:57.274Z Updating git repository `https://github.com/oxidecomputer/libipcc`
992024-10-31T19:21:57.581Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1002024-10-31T19:21:57.969Z Updating git repository `https://github.com/oxidecomputer/tofino`
1012024-10-31T19:21:58.219Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1022024-10-31T19:21:58.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1032024-10-31T19:21:58.746Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1042024-10-31T19:21:59.007Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1052024-10-31T19:21:59.315Z Updating git repository `https://github.com/oxidecomputer/ispf`
1062024-10-31T19:21:59.621Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1072024-10-31T19:21:59.967Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1082024-10-31T19:22:00.400Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1092024-10-31T19:22:00.803Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102024-10-31T19:22:01.147Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1112024-10-31T19:22:01.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-10-31T19:22:02.009Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-10-31T19:22:02.266Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-10-31T19:22:03.581Z Downloading crates ...
1152024-10-31T19:22:03.691Z Downloaded addr2line v0.24.2
1162024-10-31T19:22:03.694Z Downloaded anstyle-parse v0.2.5
1172024-10-31T19:22:03.701Z Downloaded async-object-pool v0.1.5
1182024-10-31T19:22:03.706Z Downloaded async-stream-impl v0.3.6
1192024-10-31T19:22:03.714Z Downloaded approx v0.5.1
1202024-10-31T19:22:03.716Z Downloaded anstream v0.6.15
1212024-10-31T19:22:03.718Z Downloaded float-ord v0.3.2
1222024-10-31T19:22:03.721Z Downloaded http-body v1.0.1
1232024-10-31T19:22:03.721Z Downloaded foreign-types-shared v0.3.1
1242024-10-31T19:22:03.724Z Downloaded async-signal v0.2.10
1252024-10-31T19:22:03.724Z Downloaded castaway v0.2.3
1262024-10-31T19:22:03.727Z Downloaded headers-core v0.3.0
1272024-10-31T19:22:03.727Z Downloaded assert_cmd v2.0.16
1282024-10-31T19:22:03.729Z Downloaded ciborium-ll v0.2.2
1292024-10-31T19:22:03.732Z Downloaded cfg-if v1.0.0
1302024-10-31T19:22:03.732Z Downloaded bitfield-struct v0.6.2
1312024-10-31T19:22:03.735Z Downloaded ident_case v1.0.1
1322024-10-31T19:22:03.735Z Downloaded hex v0.4.3
1332024-10-31T19:22:03.737Z Downloaded cexpr v0.6.0
1342024-10-31T19:22:03.737Z Downloaded ghash v0.5.1
1352024-10-31T19:22:03.740Z Downloaded hostname v0.3.1
1362024-10-31T19:22:03.743Z Downloaded blake2b_simd v1.0.2
1372024-10-31T19:22:03.745Z Downloaded heck v0.3.3
1382024-10-31T19:22:03.745Z Downloaded assert_matches v1.5.0
1392024-10-31T19:22:03.745Z Downloaded group v0.13.0
1402024-10-31T19:22:03.748Z Downloaded generic-array v0.14.7
1412024-10-31T19:22:03.750Z Downloaded fs-err v2.11.0
1422024-10-31T19:22:03.753Z Downloaded assert-json-diff v2.0.2
1432024-10-31T19:22:03.753Z Downloaded glob v0.3.1
1442024-10-31T19:22:03.755Z Downloaded futures-io v0.3.31
1452024-10-31T19:22:03.755Z Downloaded chrono-tz-build v0.4.0
1462024-10-31T19:22:03.758Z Downloaded httparse v1.9.5
1472024-10-31T19:22:03.760Z Downloaded hickory-client v0.24.1
1482024-10-31T19:22:03.762Z Downloaded hmac v0.12.1
1492024-10-31T19:22:03.765Z Downloaded hyper-rustls v0.27.3
1502024-10-31T19:22:03.767Z Downloaded futures-channel v0.3.31
1512024-10-31T19:22:03.770Z Downloaded adler2 v2.0.0
1522024-10-31T19:22:03.772Z Downloaded async-bb8-diesel v0.2.1
1532024-10-31T19:22:03.775Z Downloaded async-attributes v1.1.2
1542024-10-31T19:22:03.778Z Downloaded filetime v0.2.25
1552024-10-31T19:22:03.780Z Downloaded fixedbitset v0.4.2
1562024-10-31T19:22:03.780Z Downloaded atty v0.2.14
1572024-10-31T19:22:03.783Z Downloaded ascii-canvas v3.0.0
1582024-10-31T19:22:03.783Z Downloaded anes v0.1.6
1592024-10-31T19:22:03.786Z Downloaded fallible-streaming-iterator v0.1.9
1602024-10-31T19:22:03.788Z Downloaded backtrace v0.3.74
1612024-10-31T19:22:03.793Z Downloaded phf v0.11.2
1622024-10-31T19:22:03.796Z Downloaded float-cmp v0.9.0
1632024-10-31T19:22:03.796Z Downloaded bcrypt-pbkdf v0.10.0
1642024-10-31T19:22:03.798Z Downloaded paste v1.0.15
1652024-10-31T19:22:03.801Z Downloaded foreign-types-shared v0.1.1
1662024-10-31T19:22:03.803Z Downloaded cfg_aliases v0.2.1
1672024-10-31T19:22:03.803Z Downloaded cfg_aliases v0.1.1
1682024-10-31T19:22:03.806Z Downloaded ciborium-io v0.2.2
1692024-10-31T19:22:03.806Z Downloaded fxhash v0.2.1
1702024-10-31T19:22:03.806Z Downloaded fd-lock v4.0.2
1712024-10-31T19:22:03.809Z Downloaded opaque-debug v0.3.1
1722024-10-31T19:22:03.811Z Downloaded blocking v1.6.1
1732024-10-31T19:22:03.813Z Downloaded async-recursion v1.1.1
1742024-10-31T19:22:03.816Z Downloaded guppy-workspace-hack v0.1.0
1752024-10-31T19:22:03.818Z Downloaded bit-vec v0.6.3
1762024-10-31T19:22:03.818Z Downloaded arrayref v0.3.9
1772024-10-31T19:22:03.821Z Downloaded rand_xorshift v0.3.0
1782024-10-31T19:22:03.821Z Downloaded fatfs v0.3.6
1792024-10-31T19:22:03.824Z Downloaded postgres-protocol v0.6.7
1802024-10-31T19:22:03.826Z Downloaded http v1.1.0
1812024-10-31T19:22:03.831Z Downloaded flume v0.11.0
1822024-10-31T19:22:03.834Z Downloaded hashbrown v0.13.2
1832024-10-31T19:22:03.839Z Downloaded strum v0.26.3
1842024-10-31T19:22:03.844Z Downloaded ahash v0.8.11
1852024-10-31T19:22:03.847Z Downloaded funty v2.0.0
1862024-10-31T19:22:03.847Z Downloaded fragile v2.0.0
1872024-10-31T19:22:03.847Z Downloaded polyval v0.6.2
1882024-10-31T19:22:03.850Z Downloaded serde_plain v1.0.2
1892024-10-31T19:22:03.852Z Downloaded heck v0.5.0
1902024-10-31T19:22:03.852Z Downloaded bitflags v1.3.2
1912024-10-31T19:22:03.855Z Downloaded hash32 v0.3.1
1922024-10-31T19:22:03.857Z Downloaded hex-literal v0.4.1
1932024-10-31T19:22:03.860Z Downloaded quick-error v1.2.3
1942024-10-31T19:22:03.862Z Downloaded cbc v0.1.2
1952024-10-31T19:22:03.862Z Downloaded cast v0.3.0
1962024-10-31T19:22:03.865Z Downloaded sync_wrapper v0.1.2
1972024-10-31T19:22:03.865Z Downloaded gethostname v0.5.0
1982024-10-31T19:22:03.868Z Downloaded parking_lot v0.11.2
1992024-10-31T19:22:03.870Z Downloaded async-lock v3.4.0
2002024-10-31T19:22:03.873Z Downloaded async-executor v1.13.1
2012024-10-31T19:22:03.875Z Downloaded http-body v0.4.6
2022024-10-31T19:22:03.875Z Downloaded hostname v0.4.0
2032024-10-31T19:22:03.878Z Downloaded httpdate v1.0.3
2042024-10-31T19:22:03.880Z Downloaded home v0.5.9
2052024-10-31T19:22:03.881Z Downloaded spin v0.5.2
2062024-10-31T19:22:03.883Z Downloaded anyhow v1.0.89
2072024-10-31T19:22:03.886Z Downloaded strum_macros v0.24.3
2082024-10-31T19:22:03.888Z Downloaded scrypt v0.11.0
2092024-10-31T19:22:03.891Z Downloaded toolchain_find v0.4.0
2102024-10-31T19:22:03.893Z Downloaded usdt-macro v0.5.0
2112024-10-31T19:22:03.893Z Downloaded futures-lite v2.3.0
2122024-10-31T19:22:03.896Z Downloaded zone_cfg_derive v0.3.0
2132024-10-31T19:22:03.896Z Downloaded globset v0.4.15
2142024-10-31T19:22:03.899Z Downloaded zone_cfg_derive v0.1.2
2152024-10-31T19:22:03.899Z Downloaded serde_regex v1.1.0
2162024-10-31T19:22:03.902Z Downloaded futures-task v0.3.31
2172024-10-31T19:22:03.902Z Downloaded async-trait v0.1.83
2182024-10-31T19:22:03.912Z Downloaded string_cache v0.8.7
2192024-10-31T19:22:03.912Z Downloaded http-body-util v0.1.2
2202024-10-31T19:22:03.912Z Downloaded serde_path_to_error v0.1.16
2212024-10-31T19:22:03.912Z Downloaded olpc-cjson v0.1.4
2222024-10-31T19:22:03.912Z Downloaded crucible-workspace-hack v0.1.0
2232024-10-31T19:22:03.912Z Downloaded sct v0.7.1
2242024-10-31T19:22:03.915Z Downloaded thread_local v1.1.8
2252024-10-31T19:22:03.918Z Downloaded thiserror-no-std v2.0.2
2262024-10-31T19:22:03.921Z Downloaded blake2 v0.10.6
2272024-10-31T19:22:03.924Z Downloaded password-hash v0.4.2
2282024-10-31T19:22:03.926Z Downloaded async-task v4.7.1
2292024-10-31T19:22:03.928Z Downloaded is_ci v1.2.0
2302024-10-31T19:22:03.930Z Downloaded escape8259 v0.5.3
2312024-10-31T19:22:03.930Z Downloaded aho-corasick v1.1.3
2322024-10-31T19:22:03.937Z Downloaded twox-hash v1.6.3
2332024-10-31T19:22:03.939Z Downloaded postcard v1.0.10
2342024-10-31T19:22:03.941Z Downloaded newline-converter v0.3.0
2352024-10-31T19:22:03.944Z Downloaded newtype_derive v0.1.6
2362024-10-31T19:22:03.944Z Downloaded md5 v0.7.0
2372024-10-31T19:22:03.947Z Downloaded matches v0.1.10
2382024-10-31T19:22:03.947Z Downloaded async-io v2.3.4
2392024-10-31T19:22:03.950Z Downloaded unicode-truncate v1.1.0
2402024-10-31T19:22:03.953Z Downloaded constant_time_eq v0.3.1
2412024-10-31T19:22:03.953Z Downloaded zone v0.3.0
2422024-10-31T19:22:03.955Z Downloaded zone v0.1.8
2432024-10-31T19:22:03.955Z Downloaded version_check v0.9.5
2442024-10-31T19:22:03.958Z Downloaded bitflags v2.6.0
2452024-10-31T19:22:03.961Z Downloaded phf_shared v0.10.0
2462024-10-31T19:22:03.961Z Downloaded cfg-expr v0.17.0
2472024-10-31T19:22:03.964Z Downloaded crc v3.2.1
2482024-10-31T19:22:03.966Z Downloaded pest_meta v2.7.14
2492024-10-31T19:22:03.969Z Downloaded der_derive v0.7.3
2502024-10-31T19:22:03.971Z Downloaded errno v0.3.9
2512024-10-31T19:22:03.975Z Downloaded dirs-sys-next v0.1.2
2522024-10-31T19:22:03.975Z Downloaded deranged v0.3.11
2532024-10-31T19:22:03.978Z Downloaded progenitor-impl v0.8.0
2542024-10-31T19:22:03.978Z Downloaded indent_write v2.2.0
2552024-10-31T19:22:03.981Z Downloaded display-error-chain v0.2.1
2562024-10-31T19:22:03.981Z Downloaded debug-ignore v1.0.5
2572024-10-31T19:22:03.983Z Downloaded tokio-tungstenite v0.23.1
2582024-10-31T19:22:03.986Z Downloaded parking_lot v0.12.3
2592024-10-31T19:22:03.988Z Downloaded hashbrown v0.15.0
2602024-10-31T19:22:03.992Z Downloaded sqlparser_derive v0.2.2
2612024-10-31T19:22:03.994Z Downloaded md-5 v0.10.6
2622024-10-31T19:22:03.997Z Downloaded termtree v0.4.1
2632024-10-31T19:22:03.997Z Downloaded newtype-uuid v1.1.2
2642024-10-31T19:22:03.999Z Downloaded usdt-impl v0.5.0
2652024-10-31T19:22:03.999Z Downloaded packed_struct v0.10.1
2662024-10-31T19:22:04.003Z Downloaded libefi-sys v0.1.0
2672024-10-31T19:22:04.005Z Downloaded lazycell v1.3.0
2682024-10-31T19:22:04.005Z Downloaded vsss-rs v3.3.4
2692024-10-31T19:22:04.009Z Downloaded bytes v1.7.2
2702024-10-31T19:22:04.011Z Downloaded socket2 v0.5.7
2712024-10-31T19:22:04.015Z Downloaded rayon-core v1.12.1
2722024-10-31T19:22:04.017Z Downloaded headers v0.4.0
2732024-10-31T19:22:04.023Z Downloaded tower-service v0.3.3
2742024-10-31T19:22:04.025Z Downloaded path-tree v0.8.1
2752024-10-31T19:22:04.028Z Downloaded test-strategy v0.3.1
2762024-10-31T19:22:04.031Z Downloaded rtoolbox v0.0.2
2772024-10-31T19:22:04.034Z Downloaded waitgroup v0.1.2
2782024-10-31T19:22:04.034Z Downloaded futures-util v0.3.31
2792024-10-31T19:22:04.047Z Downloaded schemars_derive v0.8.21
2802024-10-31T19:22:04.050Z Downloaded sha1 v0.10.6
2812024-10-31T19:22:04.053Z Downloaded radium v0.7.0
2822024-10-31T19:22:04.053Z Downloaded r2d2 v0.8.10
2832024-10-31T19:22:04.055Z Downloaded tabwriter v1.4.0
2842024-10-31T19:22:04.058Z Downloaded tiny-keccak v2.0.2
2852024-10-31T19:22:04.061Z Downloaded scroll v0.12.0
2862024-10-31T19:22:04.061Z Downloaded scopeguard v1.2.0
2872024-10-31T19:22:04.063Z Downloaded diesel_table_macro_syntax v0.2.0
2882024-10-31T19:22:04.064Z Downloaded slog-dtrace v0.3.0
2892024-10-31T19:22:04.066Z Downloaded base64 v0.21.7
2902024-10-31T19:22:04.070Z Downloaded nodrop v0.1.14
2912024-10-31T19:22:04.073Z Downloaded termios v0.3.3
2922024-10-31T19:22:04.075Z Downloaded schemars v0.8.21
2932024-10-31T19:22:04.086Z Downloaded num_threads v0.1.7
2942024-10-31T19:22:04.091Z Downloaded flate2 v1.0.34
2952024-10-31T19:22:04.095Z Downloaded num_enum_derive v0.5.11
2962024-10-31T19:22:04.097Z Downloaded utf8parse v0.2.2
2972024-10-31T19:22:04.097Z Downloaded pest_generator v2.7.14
2982024-10-31T19:22:04.099Z Downloaded xattr v1.3.1
2992024-10-31T19:22:04.099Z Downloaded utf-8 v0.7.6
3002024-10-31T19:22:04.102Z Downloaded pkcs8 v0.10.2
3012024-10-31T19:22:04.104Z Downloaded sha2 v0.10.8
3022024-10-31T19:22:04.107Z Downloaded h2 v0.3.26
3032024-10-31T19:22:04.114Z Downloaded proc-macro-crate v1.3.1
3042024-10-31T19:22:04.117Z Downloaded serde-big-array v0.5.1
3052024-10-31T19:22:04.120Z Downloaded is-terminal v0.4.13
3062024-10-31T19:22:04.120Z Downloaded ipnetwork v0.20.0
3072024-10-31T19:22:04.124Z Downloaded either v1.13.0
3082024-10-31T19:22:04.126Z Downloaded time-macros v0.2.18
3092024-10-31T19:22:04.130Z Downloaded sqlformat v0.2.6
3102024-10-31T19:22:04.130Z Downloaded snafu-derive v0.8.5
3112024-10-31T19:22:04.133Z Downloaded tokio-rustls v0.25.0
3122024-10-31T19:22:04.136Z Downloaded num-traits v0.2.19
3132024-10-31T19:22:04.136Z Downloaded omicron-zone-package v0.11.1
3142024-10-31T19:22:04.140Z Downloaded try-lock v0.2.5
3152024-10-31T19:22:04.143Z Downloaded memmap v0.7.0
3162024-10-31T19:22:04.143Z Downloaded ed25519 v2.2.3
3172024-10-31T19:22:04.146Z Downloaded tokio-rustls v0.24.1
3182024-10-31T19:22:04.148Z Downloaded slog-envlogger v2.2.0
3192024-10-31T19:22:04.151Z Downloaded curve25519-dalek-derive v0.1.1
3202024-10-31T19:22:04.151Z Downloaded crc-catalog v2.4.0
3212024-10-31T19:22:04.153Z Downloaded piper v0.2.4
3222024-10-31T19:22:04.156Z Downloaded wait-timeout v0.2.0
3232024-10-31T19:22:04.158Z Downloaded indexmap v1.9.3
3242024-10-31T19:22:04.161Z Downloaded vte_generate_state_changes v0.1.2
3252024-10-31T19:22:04.163Z Downloaded aes-gcm v0.10.3
3262024-10-31T19:22:04.166Z Downloaded rand_seeder v0.3.0
3272024-10-31T19:22:04.168Z Downloaded colorchoice v1.0.2
3282024-10-31T19:22:04.171Z Downloaded primeorder v0.13.6
3292024-10-31T19:22:04.173Z Downloaded predicates-core v1.0.8
3302024-10-31T19:22:04.173Z Downloaded packed_struct_codegen v0.10.1
3312024-10-31T19:22:04.176Z Downloaded dtrace-parser v0.2.0
3322024-10-31T19:22:04.177Z Downloaded darling_macro v0.20.10
3332024-10-31T19:22:04.179Z Downloaded relative-path v1.9.3
3342024-10-31T19:22:04.179Z Downloaded same-file v1.0.6
3352024-10-31T19:22:04.179Z Downloaded crc32fast v1.4.2
3362024-10-31T19:22:04.183Z Downloaded supports-color v3.0.1
3372024-10-31T19:22:04.185Z Downloaded siphasher v0.3.11
3382024-10-31T19:22:04.188Z Downloaded similar-asserts v1.6.0
3392024-10-31T19:22:04.190Z Downloaded sigpipe v0.1.3
3402024-10-31T19:22:04.190Z Downloaded downcast v0.11.0
3412024-10-31T19:22:04.193Z Downloaded serde-hex v0.1.0
3422024-10-31T19:22:04.193Z Downloaded libtest-mimic v0.7.3
3432024-10-31T19:22:04.196Z Downloaded terminal_size v0.4.0
3442024-10-31T19:22:04.199Z Downloaded static_assertions v1.1.0
3452024-10-31T19:22:04.199Z Downloaded stable_deref_trait v1.2.0
3462024-10-31T19:22:04.202Z Downloaded parking v2.2.1
3472024-10-31T19:22:04.204Z Downloaded termcolor v1.4.1
3482024-10-31T19:22:04.206Z Downloaded new_debug_unreachable v1.0.6
3492024-10-31T19:22:04.207Z Downloaded parking_lot_core v0.9.10
3502024-10-31T19:22:04.209Z Downloaded unicode-ident v1.0.13
3512024-10-31T19:22:04.212Z Downloaded target-lexicon v0.12.16
3522024-10-31T19:22:04.214Z Downloaded tap v1.0.1
3532024-10-31T19:22:04.217Z Downloaded rstest_macros v0.23.0
3542024-10-31T19:22:04.220Z Downloaded pretty-hex v0.4.1
3552024-10-31T19:22:04.223Z Downloaded pathdiff v0.2.2
3562024-10-31T19:22:04.223Z Downloaded parse-size v1.0.0
3572024-10-31T19:22:04.225Z Downloaded unicode-xid v0.2.6
3582024-10-31T19:22:04.227Z Downloaded pretty-hex v0.2.1
3592024-10-31T19:22:04.227Z Downloaded universal-hash v0.5.1
3602024-10-31T19:22:04.230Z Downloaded crc-any v2.5.0
3612024-10-31T19:22:04.232Z Downloaded internet-checksum v0.2.1
3622024-10-31T19:22:04.235Z Downloaded crossbeam-deque v0.8.5
3632024-10-31T19:22:04.235Z Downloaded cobs v0.2.3
3642024-10-31T19:22:04.238Z Downloaded derive_builder_core v0.20.2
3652024-10-31T19:22:04.240Z Downloaded diff v0.1.13
3662024-10-31T19:22:04.243Z Downloaded snafu v0.8.5
3672024-10-31T19:22:04.251Z Downloaded dyn-clone v1.0.17
3682024-10-31T19:22:04.253Z Downloaded dsl_auto_type v0.1.2
3692024-10-31T19:22:04.256Z Downloaded lru-cache v0.1.2
3702024-10-31T19:22:04.256Z Downloaded unsafe-libyaml v0.2.11
3712024-10-31T19:22:04.259Z Downloaded lru v0.12.5
3722024-10-31T19:22:04.261Z Downloaded miniz_oxide v0.8.0
3732024-10-31T19:22:04.264Z Downloaded usdt-attr-macro v0.5.0
3742024-10-31T19:22:04.266Z Downloaded tinyvec_macros v0.1.1
3752024-10-31T19:22:04.266Z Downloaded strip-ansi-escapes v0.2.0
3762024-10-31T19:22:04.268Z Downloaded pbkdf2 v0.12.2
3772024-10-31T19:22:04.270Z Downloaded rsa v0.9.6
3782024-10-31T19:22:04.276Z Downloaded parse-display v0.10.0
3792024-10-31T19:22:04.279Z Downloaded walkdir v2.5.0
3802024-10-31T19:22:04.283Z Downloaded quinn v0.11.5
3812024-10-31T19:22:04.285Z Downloaded number_prefix v0.4.0
3822024-10-31T19:22:04.285Z Downloaded data-encoding v2.6.0
3832024-10-31T19:22:04.288Z Downloaded vte v0.11.1
3842024-10-31T19:22:04.290Z Downloaded salsa20 v0.10.2
3852024-10-31T19:22:04.292Z Downloaded rustc-hash v1.1.0
3862024-10-31T19:22:04.292Z Downloaded proc-macro-crate v3.2.0
3872024-10-31T19:22:04.295Z Downloaded russh-keys v0.45.0
3882024-10-31T19:22:04.297Z Downloaded serde_yaml v0.9.34+deprecated
3892024-10-31T19:22:04.301Z Downloaded guppy v0.17.8
3902024-10-31T19:22:04.308Z Downloaded oso-derive v0.27.3
3912024-10-31T19:22:04.311Z Downloaded openssl-probe v0.1.5
3922024-10-31T19:22:04.311Z Downloaded peg-runtime v0.8.3
3932024-10-31T19:22:04.313Z Downloaded serde_repr v0.1.19
3942024-10-31T19:22:04.316Z Downloaded unicode-bidi v0.3.17
3952024-10-31T19:22:04.318Z Downloaded threadpool v1.8.1
3962024-10-31T19:22:04.321Z Downloaded ref-cast-impl v1.0.23
3972024-10-31T19:22:04.321Z Downloaded tokio-native-tls v0.3.1
3982024-10-31T19:22:04.323Z Downloaded tls_codec_derive v0.4.1
3992024-10-31T19:22:04.326Z Downloaded stringprep v0.1.5
4002024-10-31T19:22:04.328Z Downloaded native-tls v0.2.12
4012024-10-31T19:22:04.331Z Downloaded mime_guess v2.0.5
4022024-10-31T19:22:04.334Z Downloaded strsim v0.11.1
4032024-10-31T19:22:04.334Z Downloaded tls_codec v0.4.1
4042024-10-31T19:22:04.336Z Downloaded parse-display-derive v0.10.0
4052024-10-31T19:22:04.339Z Downloaded concurrent-queue v2.5.0
4062024-10-31T19:22:04.341Z Downloaded convert_case v0.4.0
4072024-10-31T19:22:04.341Z Downloaded crunchy v0.2.2
4082024-10-31T19:22:04.343Z Downloaded multimap v0.10.0
4092024-10-31T19:22:04.343Z Downloaded lazy_static v1.5.0
4102024-10-31T19:22:04.346Z Downloaded impl-trait-for-tuples v0.2.2
4112024-10-31T19:22:04.350Z Downloaded maplit v1.0.2
4122024-10-31T19:22:04.352Z Downloaded managed v0.8.0
4132024-10-31T19:22:04.352Z Downloaded dropshot_endpoint v0.12.0
4142024-10-31T19:22:04.356Z Downloaded diesel_derives v2.2.3
4152024-10-31T19:22:04.361Z Downloaded hashbrown v0.14.5
4162024-10-31T19:22:04.369Z Downloaded doc-comment v0.3.3
4172024-10-31T19:22:04.369Z Downloaded peg v0.8.4
4182024-10-31T19:22:04.373Z Downloaded nanorand v0.7.0
4192024-10-31T19:22:04.376Z Downloaded resolv-conf v0.7.0
4202024-10-31T19:22:04.380Z Downloaded slog-scope v4.4.0
4212024-10-31T19:22:04.383Z Downloaded slog-json v2.6.1
4222024-10-31T19:22:04.385Z Downloaded precomputed-hash v0.1.1
4232024-10-31T19:22:04.385Z Downloaded strum_macros v0.25.3
4242024-10-31T19:22:04.388Z Downloaded structmeta-derive v0.2.0
4252024-10-31T19:22:04.388Z Downloaded bitvec v1.0.1
4262024-10-31T19:22:04.405Z Downloaded psl-types v2.0.11
4272024-10-31T19:22:04.407Z Downloaded chrono v0.4.38
4282024-10-31T19:22:04.414Z Downloaded xz2 v0.1.7
4292024-10-31T19:22:04.416Z Downloaded wyz v0.5.1
4302024-10-31T19:22:04.419Z Downloaded cookie_store v0.21.0
4312024-10-31T19:22:04.421Z Downloaded dof v0.3.0
4322024-10-31T19:22:04.421Z Downloaded elliptic-curve v0.13.8
4332024-10-31T19:22:04.425Z Downloaded darling_core v0.20.10
4342024-10-31T19:22:04.431Z Downloaded instant v0.1.13
4352024-10-31T19:22:04.434Z Downloaded h2 v0.4.6
4362024-10-31T19:22:04.440Z Downloaded want v0.3.1
4372024-10-31T19:22:04.443Z Downloaded num-derive v0.4.2
4382024-10-31T19:22:04.445Z Downloaded inout v0.1.3
4392024-10-31T19:22:04.445Z Downloaded indoc v2.0.5
4402024-10-31T19:22:04.449Z Downloaded rpassword v7.3.1
4412024-10-31T19:22:04.451Z Downloaded ppv-lite86 v0.2.20
4422024-10-31T19:22:04.454Z Downloaded openssl-macros v0.1.1
4432024-10-31T19:22:04.454Z Downloaded pem-rfc7468 v0.7.0
4442024-10-31T19:22:04.457Z Downloaded rand_core v0.6.4
4452024-10-31T19:22:04.459Z Downloaded tracing-attributes v0.1.27
4462024-10-31T19:22:04.461Z Downloaded strum_macros v0.26.4
4472024-10-31T19:22:04.464Z Downloaded zerocopy v0.6.6
4482024-10-31T19:22:04.466Z Downloaded value-bag v1.9.0
4492024-10-31T19:22:04.469Z Downloaded uuid v1.10.0
4502024-10-31T19:22:04.473Z Downloaded criterion-plot v0.5.0
4512024-10-31T19:22:04.475Z Downloaded signal-hook-registry v1.4.2
4522024-10-31T19:22:04.477Z Downloaded unarray v0.1.4
4532024-10-31T19:22:04.480Z Downloaded quick-xml v0.33.0
4542024-10-31T19:22:04.486Z Downloaded enum-as-inner v0.6.1
4552024-10-31T19:22:04.489Z Downloaded enum-as-inner v0.5.1
4562024-10-31T19:22:04.491Z Downloaded datatest-stable v0.2.9
4572024-10-31T19:22:04.493Z Downloaded equivalent v1.0.1
4582024-10-31T19:22:04.496Z Downloaded mime v0.3.17
4592024-10-31T19:22:04.496Z Downloaded pem v3.0.4
4602024-10-31T19:22:04.498Z Downloaded lock_api v0.4.12
4612024-10-31T19:22:04.501Z Downloaded powerfmt v0.2.0
4622024-10-31T19:22:04.503Z Downloaded peg-macros v0.8.4
4632024-10-31T19:22:04.503Z Downloaded tough v0.17.1
4642024-10-31T19:22:04.512Z Downloaded swrite v0.1.0
4652024-10-31T19:22:04.514Z Downloaded rusty-fork v0.3.0
4662024-10-31T19:22:04.518Z Downloaded goblin v0.8.2
4672024-10-31T19:22:04.523Z Downloaded progenitor-client v0.8.0
4682024-10-31T19:22:04.526Z Downloaded num-conv v0.1.0
4692024-10-31T19:22:04.526Z Downloaded endian-type v0.1.2
4702024-10-31T19:22:04.528Z Downloaded typify-macro v0.2.0
4712024-10-31T19:22:04.528Z Downloaded crypto-common v0.1.6
4722024-10-31T19:22:04.530Z Downloaded unicase v2.7.0
4732024-10-31T19:22:04.533Z Downloaded thiserror-impl v1.0.64
4742024-10-31T19:22:04.533Z Downloaded difflib v0.4.0
4752024-10-31T19:22:04.535Z Downloaded indicatif v0.17.8
4762024-10-31T19:22:04.538Z Downloaded winnow v0.5.40
4772024-10-31T19:22:04.549Z Downloaded plotters-svg v0.3.7
4782024-10-31T19:22:04.551Z Downloaded openssl-sys v0.9.103
4792024-10-31T19:22:04.555Z Downloaded p256 v0.13.2
4802024-10-31T19:22:04.559Z Downloaded num-iter v0.1.45
4812024-10-31T19:22:04.562Z Downloaded kstat-rs v0.2.4
4822024-10-31T19:22:04.564Z Downloaded num-bigint v0.4.6
4832024-10-31T19:22:04.568Z Downloaded phf_shared v0.11.2
4842024-10-31T19:22:04.570Z Downloaded percent-encoding v2.3.1
4852024-10-31T19:22:04.573Z Downloaded structmeta v0.2.0
4862024-10-31T19:22:04.573Z Downloaded serde_derive v1.0.210
4872024-10-31T19:22:04.575Z Downloaded ssh-encoding v0.2.0
4882024-10-31T19:22:04.577Z Downloaded slog-stdlog v4.1.1
4892024-10-31T19:22:04.579Z Downloaded tokio-tungstenite v0.21.0
4902024-10-31T19:22:04.582Z Downloaded postgres-types v0.2.8
4912024-10-31T19:22:04.584Z Downloaded progenitor-macro v0.8.0
4922024-10-31T19:22:04.587Z Downloaded diesel-dtrace v0.3.0
4932024-10-31T19:22:04.590Z Downloaded ucd-trie v0.1.7
4942024-10-31T19:22:04.590Z Downloaded pretty_assertions v1.4.1
4952024-10-31T19:22:04.592Z Downloaded signal-hook v0.3.17
4962024-10-31T19:22:04.595Z Downloaded libxml v0.3.3
4972024-10-31T19:22:04.602Z Downloaded time-core v0.1.2
4982024-10-31T19:22:04.605Z Downloaded tui-tree-widget v0.22.0
4992024-10-31T19:22:04.605Z Downloaded predicates-tree v1.0.11
5002024-10-31T19:22:04.607Z Downloaded plotters-backend v0.3.7
5012024-10-31T19:22:04.610Z Downloaded env_filter v0.1.2
5022024-10-31T19:22:04.610Z Downloaded defmt-macros v0.3.9
5032024-10-31T19:22:04.612Z Downloaded normalize-line-endings v0.3.0
5042024-10-31T19:22:04.615Z Downloaded defmt v0.3.8
5052024-10-31T19:22:04.617Z Downloaded sync_wrapper v1.0.1
5062024-10-31T19:22:04.620Z Downloaded defmt-parser v0.3.4
5072024-10-31T19:22:04.620Z Downloaded slog-async v2.8.0
5082024-10-31T19:22:04.622Z Downloaded pkcs1 v0.7.5
5092024-10-31T19:22:04.624Z Downloaded match_cfg v0.1.0
5102024-10-31T19:22:04.627Z Downloaded structmeta v0.3.0
5112024-10-31T19:22:04.627Z Downloaded pin-project-internal v1.1.6
5122024-10-31T19:22:04.629Z Downloaded pest_derive v2.7.14
5132024-10-31T19:22:04.632Z Downloaded keccak v0.1.5
5142024-10-31T19:22:04.634Z Downloaded instability v0.3.2
5152024-10-31T19:22:04.634Z Downloaded fallible-iterator v0.3.0
5162024-10-31T19:22:04.637Z Downloaded rfc6979 v0.4.0
5172024-10-31T19:22:04.640Z Downloaded embedded-io v0.6.1
5182024-10-31T19:22:04.640Z Downloaded tinyvec v1.8.0
5192024-10-31T19:22:04.642Z Downloaded unicode-linebreak v0.1.5
5202024-10-31T19:22:04.644Z Downloaded untrusted v0.7.1
5212024-10-31T19:22:04.644Z Downloaded num_enum v0.5.11
5222024-10-31T19:22:04.649Z Downloaded crossbeam-utils v0.8.20
5232024-10-31T19:22:04.653Z Downloaded clang-sys v1.8.1
5242024-10-31T19:22:04.655Z Downloaded toml v0.7.8
5252024-10-31T19:22:04.659Z Downloaded russh-cryptovec v0.7.3
5262024-10-31T19:22:04.662Z Downloaded proc-macro-error v1.0.4
5272024-10-31T19:22:04.664Z Downloaded csv-core v0.1.11
5282024-10-31T19:22:04.667Z Downloaded num_cpus v1.16.0
5292024-10-31T19:22:04.670Z Downloaded des v0.8.1
5302024-10-31T19:22:04.672Z Downloaded macaddr v1.0.1
5312024-10-31T19:22:04.674Z Downloaded mockall v0.13.0
5322024-10-31T19:22:04.675Z Downloaded smallvec v1.13.2
5332024-10-31T19:22:04.677Z Downloaded slog-term v2.9.1
5342024-10-31T19:22:04.679Z Downloaded usdt v0.5.0
5352024-10-31T19:22:04.682Z Downloaded fallible-iterator v0.2.0
5362024-10-31T19:22:04.684Z Downloaded qorb v0.2.0
5372024-10-31T19:22:04.687Z Downloaded rustls-pemfile v1.0.4
5382024-10-31T19:22:04.690Z Downloaded jobserver v0.1.32
5392024-10-31T19:22:04.692Z Downloaded git2 v0.19.0
5402024-10-31T19:22:04.701Z Downloaded event-listener-strategy v0.5.2
5412024-10-31T19:22:04.703Z Downloaded whoami v1.5.2
5422024-10-31T19:22:04.706Z Downloaded rustyline v14.0.0
5432024-10-31T19:22:04.710Z Downloaded num-rational v0.4.2
5442024-10-31T19:22:04.713Z Downloaded bindgen v0.69.5
5452024-10-31T19:22:04.720Z Downloaded rustc_version v0.1.7
5462024-10-31T19:22:04.724Z Downloaded thiserror v1.0.64
5472024-10-31T19:22:04.726Z Downloaded toml v0.8.19
5482024-10-31T19:22:04.729Z Downloaded pin-project v1.1.6
5492024-10-31T19:22:04.742Z Downloaded log v0.4.22
5502024-10-31T19:22:04.744Z Downloaded multer v3.1.0
5512024-10-31T19:22:04.747Z Downloaded yasna v0.5.2
5522024-10-31T19:22:04.749Z Downloaded ron v0.8.1
5532024-10-31T19:22:04.754Z Downloaded env_logger v0.10.2
5542024-10-31T19:22:04.758Z Downloaded untrusted v0.9.0
5552024-10-31T19:22:04.760Z Downloaded memmap2 v0.9.5
5562024-10-31T19:22:04.762Z Downloaded rand_distr v0.4.3
5572024-10-31T19:22:04.765Z Downloaded rustls-native-certs v0.7.3
5582024-10-31T19:22:04.768Z Downloaded rustls-webpki v0.102.8
5592024-10-31T19:22:04.788Z Downloaded rustls-pki-types v1.9.0
5602024-10-31T19:22:04.791Z Downloaded steno v0.4.1
5612024-10-31T19:22:04.795Z Downloaded textwrap v0.16.1
5622024-10-31T19:22:04.798Z Downloaded unicode-segmentation v1.12.0
5632024-10-31T19:22:04.801Z Downloaded criterion v0.5.1
5642024-10-31T19:22:04.809Z Downloaded unicode-properties v0.1.3
5652024-10-31T19:22:04.811Z Downloaded typenum v1.17.0
5662024-10-31T19:22:04.814Z Downloaded tungstenite v0.21.0
5672024-10-31T19:22:04.818Z Downloaded ron v0.7.1
5682024-10-31T19:22:04.822Z Downloaded mockall_derive v0.13.0
5692024-10-31T19:22:04.825Z Downloaded yansi v1.0.1
5702024-10-31T19:22:04.827Z Downloaded serde_with v3.11.0
5712024-10-31T19:22:04.836Z Downloaded url v2.5.2
5722024-10-31T19:22:04.840Z Downloaded p384 v0.13.0
5732024-10-31T19:22:04.846Z Downloaded ssh-key v0.6.6
5742024-10-31T19:22:04.854Z Downloaded reqwest v0.11.27
5752024-10-31T19:22:04.862Z Downloaded radix_trie v0.2.1
5762024-10-31T19:22:04.868Z Downloaded object v0.30.4
5772024-10-31T19:22:04.878Z Downloaded bstr v1.10.0
5782024-10-31T19:22:04.889Z Downloaded libm v0.2.8
5792024-10-31T19:22:04.898Z Downloaded reqwest v0.12.8
5802024-10-31T19:22:04.906Z Downloaded itertools v0.13.0
5812024-10-31T19:22:04.914Z Downloaded reedline v0.35.0
5822024-10-31T19:22:04.923Z Downloaded lalrpop v0.19.12
5832024-10-31T19:22:04.935Z Downloaded time v0.3.36
5842024-10-31T19:22:04.942Z Downloaded rustls v0.21.12
5852024-10-31T19:22:04.954Z Downloaded rustls-webpki v0.101.7
5862024-10-31T19:22:04.969Z Downloaded crossterm v0.28.1
5872024-10-31T19:22:04.975Z Downloaded idna v0.5.0
5882024-10-31T19:22:04.982Z Downloaded proptest v1.5.0
5892024-10-31T19:22:04.993Z Downloaded clap_builder v4.5.20
5902024-10-31T19:22:05.000Z Downloaded vcpkg v0.2.15
5912024-10-31T19:22:05.038Z Downloaded nix v0.27.1
5922024-10-31T19:22:05.049Z Downloaded syn v1.0.109
5932024-10-31T19:22:05.061Z Downloaded nix v0.29.0
5942024-10-31T19:22:05.073Z Downloaded nix v0.28.0
5952024-10-31T19:22:05.085Z Downloaded regex v1.11.0
5962024-10-31T19:22:05.098Z Downloaded regex-syntax v0.8.5
5972024-10-31T19:22:05.106Z Downloaded regress v0.10.1
5982024-10-31T19:22:05.115Z Downloaded webpki-roots v0.26.6
5992024-10-31T19:22:05.119Z Downloaded sled v0.34.7
6002024-10-31T19:22:05.129Z Downloaded openssl v0.10.66
6012024-10-31T19:22:05.139Z Downloaded curve25519-dalek v4.1.3
6022024-10-31T19:22:05.149Z Downloaded smoltcp v0.9.1
6032024-10-31T19:22:05.159Z Downloaded idna v0.3.0
6042024-10-31T19:22:05.165Z Downloaded regress v0.9.1
6052024-10-31T19:22:05.174Z Downloaded idna v0.2.3
6062024-10-31T19:22:05.181Z Downloaded dropshot v0.12.0
6072024-10-31T19:22:05.201Z Downloaded trust-dns-proto v0.22.0
6082024-10-31T19:22:05.212Z Downloaded chrono-tz v0.10.0
6092024-10-31T19:22:05.219Z Downloaded object v0.36.5
6102024-10-31T19:22:05.231Z Downloaded rustls v0.23.14
6112024-10-31T19:22:05.242Z Downloaded polar-core v0.27.3
6122024-10-31T19:22:05.250Z Downloaded typify-impl v0.2.0
6132024-10-31T19:22:05.265Z Downloaded diesel v2.2.4
6142024-10-31T19:22:05.284Z Downloaded openapiv3 v2.0.0
6152024-10-31T19:22:05.294Z Downloaded zerocopy-derive v0.6.6
6162024-10-31T19:22:05.303Z Downloaded bzip2-sys v0.1.11+1.0.8
6172024-10-31T19:22:05.315Z Downloaded smoltcp v0.11.0
6182024-10-31T19:22:05.328Z Downloaded ratatui v0.28.1
6192024-10-31T19:22:05.347Z Downloaded petgraph v0.6.5
6202024-10-31T19:22:05.364Z Downloaded libc v0.2.161
6212024-10-31T19:22:05.390Z Downloaded regex-automata v0.4.8
6222024-10-31T19:22:05.407Z Downloaded rustix v0.38.37
6232024-10-31T19:22:05.429Z Downloaded regex-syntax v0.6.29
6242024-10-31T19:22:05.436Z Downloaded rustls v0.22.4
6252024-10-31T19:22:05.449Z Downloaded hickory-proto v0.24.1
6262024-10-31T19:22:05.463Z Downloaded idna v0.4.0
6272024-10-31T19:22:05.470Z Downloaded csv v1.3.0
6282024-10-31T19:22:05.489Z Downloaded libz-sys v1.1.20
6292024-10-31T19:22:05.508Z Downloaded unicode-normalization v0.1.24
6302024-10-31T19:22:05.512Z Downloaded salty v0.3.0
6312024-10-31T19:22:05.518Z Downloaded lzma-sys v0.1.20
6322024-10-31T19:22:05.546Z Downloaded tokio v1.40.0
6332024-10-31T19:22:05.582Z Downloaded tabled v0.15.0
6342024-10-31T19:22:05.596Z Downloaded pest v2.7.14
6352024-10-31T19:22:05.601Z Downloaded gimli v0.31.1
6362024-10-31T19:22:05.609Z Downloaded sha3 v0.10.8
6372024-10-31T19:22:05.613Z Downloaded quinn-proto v0.11.8
6382024-10-31T19:22:05.620Z Downloaded syn v2.0.79
6392024-10-31T19:22:05.630Z Downloaded unicode-width v0.1.14
6402024-10-31T19:22:05.636Z Downloaded tokio-util v0.7.12
6412024-10-31T19:22:05.642Z Downloaded tracing-core v0.1.32
6422024-10-31T19:22:05.645Z Downloaded crypto-bigint v0.5.5
6432024-10-31T19:22:05.651Z Downloaded nom v7.1.3
6442024-10-31T19:22:05.657Z Downloaded x509-cert v0.2.5
6452024-10-31T19:22:05.663Z Downloaded samael v0.0.17
6462024-10-31T19:22:05.668Z Downloaded tokio-tungstenite v0.24.0
6472024-10-31T19:22:05.670Z Downloaded tinytemplate v1.2.1
6482024-10-31T19:22:05.672Z Downloaded once_cell v1.20.2
6492024-10-31T19:22:05.675Z Downloaded dhcproto v0.12.0
6502024-10-31T19:22:05.677Z Downloaded sqlparser v0.45.0
6512024-10-31T19:22:05.682Z Downloaded async-std v1.13.0
6522024-10-31T19:22:05.701Z Downloaded which v4.4.2
6532024-10-31T19:22:05.703Z Downloaded clap_lex v0.7.2
6542024-10-31T19:22:05.706Z Downloaded clap_derive v4.5.18
6552024-10-31T19:22:05.706Z Downloaded memoffset v0.9.1
6562024-10-31T19:22:05.708Z Downloaded typify v0.2.0
6572024-10-31T19:22:05.710Z Downloaded clap v4.5.20
6582024-10-31T19:22:05.717Z Downloaded tracing v0.1.40
6592024-10-31T19:22:05.721Z Downloaded smf v0.2.3
6602024-10-31T19:22:05.724Z Downloaded httpmock v0.8.0-alpha.1
6612024-10-31T19:22:05.740Z Downloaded smawk v0.3.2
6622024-10-31T19:22:05.742Z Downloaded sec1 v0.7.3
6632024-10-31T19:22:05.745Z Downloaded event-listener v5.3.1
6642024-10-31T19:22:05.747Z Downloaded ref-cast v1.0.23
6652024-10-31T19:22:05.747Z Downloaded derive_more v0.99.18
6662024-10-31T19:22:05.752Z Downloaded thiserror-impl-no-std v2.0.2
6672024-10-31T19:22:05.754Z Downloaded ryu v1.0.18
6682024-10-31T19:22:05.757Z Downloaded zerocopy v0.7.35
6692024-10-31T19:22:05.771Z Downloaded secrecy v0.8.0
6702024-10-31T19:22:05.773Z Downloaded scheduled-thread-pool v0.2.7
6712024-10-31T19:22:05.773Z Downloaded libloading v0.8.5
6722024-10-31T19:22:05.775Z Downloaded encoding_rs v0.8.34
6732024-10-31T19:22:05.795Z Downloaded dhcproto-macros v0.1.0
6742024-10-31T19:22:05.798Z Downloaded vergen v8.3.2
6752024-10-31T19:22:05.800Z Downloaded itertools v0.12.1
6762024-10-31T19:22:05.805Z Downloaded progenitor v0.8.0
6772024-10-31T19:22:05.807Z Downloaded digest v0.10.7
6782024-10-31T19:22:05.810Z Downloaded pkcs5 v0.7.1
6792024-10-31T19:22:05.812Z Downloaded tokio-postgres v0.7.12
6802024-10-31T19:22:05.816Z Downloaded plotters v0.3.7
6812024-10-31T19:22:05.825Z Downloaded hkdf v0.12.4
6822024-10-31T19:22:05.828Z Downloaded oorandom v11.1.4
6832024-10-31T19:22:05.830Z Downloaded nu-ansi-term v0.50.1
6842024-10-31T19:22:05.833Z Downloaded winnow v0.6.20
6852024-10-31T19:22:05.839Z Downloaded blake3 v1.5.4
6862024-10-31T19:22:05.847Z Downloaded shell-words v1.1.0
6872024-10-31T19:22:05.850Z Downloaded itertools v0.10.5
6882024-10-31T19:22:05.854Z Downloaded predicates v3.1.2
6892024-10-31T19:22:05.857Z Downloaded num v0.4.3
6902024-10-31T19:22:05.859Z Downloaded itoa v1.0.11
6912024-10-31T19:22:05.859Z Downloaded rustls-pemfile v2.2.0
6922024-10-31T19:22:05.862Z Downloaded subprocess v0.2.9
6932024-10-31T19:22:05.865Z Downloaded compact_str v0.8.0
6942024-10-31T19:22:05.868Z Downloaded rayon v1.10.0
6952024-10-31T19:22:05.878Z Downloaded embedded-io v0.4.0
6962024-10-31T19:22:05.880Z Downloaded rusqlite v0.32.1
6972024-10-31T19:22:05.886Z Downloaded slab v0.4.9
6982024-10-31T19:22:05.889Z Downloaded signal-hook-tokio v0.3.1
6992024-10-31T19:22:05.889Z Downloaded shlex v1.3.0
7002024-10-31T19:22:05.891Z Downloaded semver v0.1.20
7012024-10-31T19:22:05.891Z Downloaded cookie v0.18.1
7022024-10-31T19:22:05.894Z Downloaded unicode_categories v0.1.1
7032024-10-31T19:22:05.896Z Downloaded serde_json v1.0.128
7042024-10-31T19:22:05.902Z Downloaded num-integer v0.1.46
7052024-10-31T19:22:05.904Z Downloaded const-oid v0.9.6
7062024-10-31T19:22:05.906Z Downloaded rcgen v0.12.1
7072024-10-31T19:22:05.909Z Downloaded portable-atomic v1.9.0
7082024-10-31T19:22:05.915Z Downloaded libgit2-sys v0.17.0+1.8.1
7092024-10-31T19:22:05.974Z Downloaded indoc v1.0.9
7102024-10-31T19:22:05.976Z Downloaded linked-hash-map v0.5.6
7112024-10-31T19:22:05.980Z Downloaded linear-map v1.2.0
7122024-10-31T19:22:05.980Z Downloaded libsw v3.3.1
7132024-10-31T19:22:05.983Z Downloaded ctr v0.9.2
7142024-10-31T19:22:05.983Z Downloaded owo-colors v4.1.0
7152024-10-31T19:22:05.985Z Downloaded serde_with_macros v3.11.0
7162024-10-31T19:22:05.988Z Downloaded mio v1.0.2
7172024-10-31T19:22:05.992Z Downloaded p521 v0.13.3
7182024-10-31T19:22:05.996Z Downloaded cstr-argument v0.1.2
7192024-10-31T19:22:05.998Z Downloaded rand_chacha v0.3.1
7202024-10-31T19:22:05.999Z Downloaded serde v1.0.210
7212024-10-31T19:22:06.001Z Downloaded minimal-lexical v0.2.1
7222024-10-31T19:22:06.006Z Downloaded num-bigint-dig v0.8.4
7232024-10-31T19:22:06.011Z Downloaded publicsuffix v2.2.3
7242024-10-31T19:22:06.013Z Downloaded expectorate v1.1.0
7252024-10-31T19:22:06.016Z Downloaded hyper v1.4.1
7262024-10-31T19:22:06.022Z Downloaded toml_datetime v0.6.8
7272024-10-31T19:22:06.024Z Downloaded env_logger v0.11.5
7282024-10-31T19:22:06.027Z Downloaded console v0.15.8
7292024-10-31T19:22:06.030Z Downloaded uzers v0.12.1
7302024-10-31T19:22:06.032Z Downloaded tokio-rustls v0.26.0
7312024-10-31T19:22:06.035Z Downloaded zip v0.6.6
7322024-10-31T19:22:06.037Z Downloaded const_format v0.2.33
7332024-10-31T19:22:06.041Z Downloaded tokio-stream v0.1.16
7342024-10-31T19:22:06.047Z Downloaded subtle v2.6.1
7352024-10-31T19:22:06.049Z Downloaded slog-bunyan v2.5.0
7362024-10-31T19:22:06.049Z Downloaded signal-hook-mio v0.2.4
7372024-10-31T19:22:06.049Z Downloaded toml_edit v0.19.15
7382024-10-31T19:22:06.065Z Downloaded derive_builder_macro v0.20.2
7392024-10-31T19:22:06.067Z Downloaded memchr v2.7.4
7402024-10-31T19:22:06.071Z Downloaded der v0.7.9
7412024-10-31T19:22:06.076Z Downloaded lalrpop-util v0.19.12
7422024-10-31T19:22:06.078Z Downloaded const_format_proc_macros v0.2.33
7432024-10-31T19:22:06.081Z Downloaded papergrid v0.11.0
7442024-10-31T19:22:06.083Z Downloaded similar v2.6.0
7452024-10-31T19:22:06.088Z Downloaded crossbeam-epoch v0.9.18
7462024-10-31T19:22:06.091Z Downloaded tar v0.4.42
7472024-10-31T19:22:06.093Z Downloaded parse-zoneinfo v0.3.1
7482024-10-31T19:22:06.096Z Downloaded serde_urlencoded v0.7.1
7492024-10-31T19:22:06.098Z Downloaded serde_tokenstream v0.2.2
7502024-10-31T19:22:06.101Z Downloaded serde_spanned v0.6.8
7512024-10-31T19:22:06.101Z Downloaded trybuild v1.0.100
7522024-10-31T19:22:06.104Z Downloaded semver v1.0.23
7532024-10-31T19:22:06.107Z Downloaded crossbeam-channel v0.5.13
7542024-10-31T19:22:06.110Z Downloaded rustc-hash v2.0.0
7552024-10-31T19:22:06.113Z Downloaded indexmap v2.6.0
7562024-10-31T19:22:06.117Z Downloaded toml_edit v0.22.22
7572024-10-31T19:22:06.138Z Downloaded pbkdf2 v0.11.0
7582024-10-31T19:22:06.141Z Downloaded nibble_vec v0.1.0
7592024-10-31T19:22:06.144Z Downloaded hyper v0.14.30
7602024-10-31T19:22:06.149Z Downloaded kv-log-macro v1.0.7
7612024-10-31T19:22:06.151Z Downloaded term v0.7.0
7622024-10-31T19:22:06.154Z Downloaded structmeta-derive v0.3.0
7632024-10-31T19:22:06.156Z Downloaded rustc-demangle v0.1.24
7642024-10-31T19:22:06.156Z Downloaded nested v0.1.1
7652024-10-31T19:22:06.159Z Downloaded colored v2.1.0
7662024-10-31T19:22:06.159Z Downloaded rust-argon2 v2.1.0
7672024-10-31T19:22:06.162Z Downloaded typed-path v0.7.1
7682024-10-31T19:22:06.167Z Downloaded tabled_derive v0.7.0
7692024-10-31T19:22:06.170Z Downloaded pin-utils v0.1.0
7702024-10-31T19:22:06.170Z Downloaded pin-project-lite v0.2.14
7712024-10-31T19:22:06.174Z Downloaded parking_lot_core v0.8.6
7722024-10-31T19:22:06.177Z Downloaded num-complex v0.4.6
7732024-10-31T19:22:06.180Z Downloaded russh v0.45.0
7742024-10-31T19:22:06.183Z Downloaded ed25519-dalek v2.1.1
7752024-10-31T19:22:06.186Z Downloaded target-spec v3.2.2
7762024-10-31T19:22:06.188Z Downloaded prettyplease v0.2.22
7772024-10-31T19:22:06.191Z Downloaded ipnet v2.10.1
7782024-10-31T19:22:06.193Z Downloaded ecdsa v0.16.9
7792024-10-31T19:22:06.195Z Downloaded tungstenite v0.23.0
7802024-10-31T19:22:06.198Z Downloaded zerocopy-derive v0.7.35
7812024-10-31T19:22:06.202Z Downloaded proc-macro2 v1.0.87
7822024-10-31T19:22:06.205Z Downloaded rstest v0.23.0
7832024-10-31T19:22:06.211Z Downloaded rand v0.8.5
7842024-10-31T19:22:06.214Z Downloaded http v0.2.12
7852024-10-31T19:22:06.218Z Downloaded hickory-server v0.24.1
7862024-10-31T19:22:06.224Z Downloaded hashbrown v0.12.3
7872024-10-31T19:22:06.228Z Downloaded cpufeatures v0.2.14
7882024-10-31T19:22:06.230Z Downloaded zeroize_derive v1.4.2
7892024-10-31T19:22:06.230Z Downloaded zeroize v1.8.1
7902024-10-31T19:22:06.234Z Downloaded tungstenite v0.24.0
7912024-10-31T19:22:06.236Z Downloaded quote v1.0.37
7922024-10-31T19:22:06.239Z Downloaded partial-io v0.5.4
7932024-10-31T19:22:06.241Z Downloaded heapless v0.7.17
7942024-10-31T19:22:06.243Z Downloaded heapless v0.8.0
7952024-10-31T19:22:06.247Z Downloaded cc v1.1.30
7962024-10-31T19:22:06.251Z Downloaded base64 v0.22.1
7972024-10-31T19:22:06.254Z Downloaded rustversion v1.0.17
7982024-10-31T19:22:06.257Z Downloaded ssh-cipher v0.2.0
7992024-10-31T19:22:06.259Z Downloaded spki v0.7.3
8002024-10-31T19:22:06.262Z Downloaded proc-macro-error-attr v1.0.4
8012024-10-31T19:22:06.262Z Downloaded plain v0.2.3
8022024-10-31T19:22:06.262Z Downloaded pkg-config v0.3.31
8032024-10-31T19:22:06.264Z Downloaded maybe-uninit v2.0.0
8042024-10-31T19:22:06.264Z Downloaded derive_builder v0.20.2
8052024-10-31T19:22:06.269Z Downloaded derive-where v1.2.7
8062024-10-31T19:22:06.272Z Downloaded hyper-util v0.1.9
8072024-10-31T19:22:06.278Z Downloaded quinn-udp v0.5.5
8082024-10-31T19:22:06.281Z Downloaded spin v0.9.8
8092024-10-31T19:22:06.285Z Downloaded fancy-regex v0.13.0
8102024-10-31T19:22:06.288Z Downloaded dirs-next v2.0.0
8112024-10-31T19:22:06.291Z Downloaded darling v0.20.10
8122024-10-31T19:22:06.293Z Downloaded polling v3.7.3
8132024-10-31T19:22:06.297Z Downloaded slog v2.7.0
8142024-10-31T19:22:06.299Z Downloaded chacha20poly1305 v0.10.1
8152024-10-31T19:22:06.302Z Downloaded serde_derive_internals v0.29.1
8162024-10-31T19:22:06.304Z Downloaded take_mut v0.2.2
8172024-10-31T19:22:06.304Z Downloaded scroll_derive v0.12.0
8182024-10-31T19:22:06.304Z Downloaded is_terminal_polyfill v1.70.1
8192024-10-31T19:22:06.307Z Downloaded event-listener v2.5.3
8202024-10-31T19:22:06.307Z Downloaded ena v0.14.3
8212024-10-31T19:22:06.310Z Downloaded tempfile v3.13.0
8222024-10-31T19:22:06.312Z Downloaded base64 v0.13.1
8232024-10-31T19:22:06.316Z Downloaded allocator-api2 v0.2.18
8242024-10-31T19:22:06.318Z Downloaded half v2.4.1
8252024-10-31T19:22:06.321Z Downloaded futures v0.3.31
8262024-10-31T19:22:06.324Z Downloaded topological-sort v0.2.2
8272024-10-31T19:22:06.326Z Downloaded tokio-macros v2.4.0
8282024-10-31T19:22:06.326Z Downloaded hyper-staticfile v0.10.1
8292024-10-31T19:22:06.329Z Downloaded hyper-rustls v0.26.0
8302024-10-31T19:22:06.331Z Downloaded iana-time-zone v0.1.61
8312024-10-31T19:22:06.334Z Downloaded httptest v0.16.1
8322024-10-31T19:22:06.337Z Downloaded thread-id v4.2.2
8332024-10-31T19:22:06.337Z Downloaded stringmetrics v2.2.2
8342024-10-31T19:22:06.337Z Downloaded buf-list v1.0.3
8352024-10-31T19:22:06.341Z Downloaded hashlink v0.9.1
8362024-10-31T19:22:06.343Z Downloaded ciborium v0.2.2
8372024-10-31T19:22:06.346Z Downloaded smallvec v0.6.14
8382024-10-31T19:22:06.346Z Downloaded cargo-platform v0.1.8
8392024-10-31T19:22:06.348Z Downloaded camino-tempfile v1.1.1
8402024-10-31T19:22:06.350Z Downloaded camino v1.1.9
8412024-10-31T19:22:06.350Z Downloaded bzip2 v0.4.4
8422024-10-31T19:22:06.353Z Downloaded block-buffer v0.10.4
8432024-10-31T19:22:06.353Z Downloaded async-process v2.3.0
8442024-10-31T19:22:06.356Z Downloaded arc-swap v1.7.1
8452024-10-31T19:22:06.358Z Downloaded getrandom v0.2.15
8462024-10-31T19:22:06.362Z Downloaded futures-executor v0.3.31
8472024-10-31T19:22:06.365Z Downloaded signature v2.2.0
8482024-10-31T19:22:06.369Z Downloaded poly1305 v0.8.0
8492024-10-31T19:22:06.369Z Downloaded password-hash v0.5.0
8502024-10-31T19:22:06.373Z Downloaded rustfmt-wrapper v0.2.1
8512024-10-31T19:22:06.373Z Downloaded rustc_version v0.4.1
8522024-10-31T19:22:06.373Z Downloaded phf_codegen v0.11.2
8532024-10-31T19:22:06.375Z Downloaded oso v0.27.3
8542024-10-31T19:22:06.375Z Downloaded hubpack v0.1.2
8552024-10-31T19:22:06.378Z Downloaded http-range v0.1.5
8562024-10-31T19:22:06.378Z Downloaded phf_generator v0.11.2
8572024-10-31T19:22:06.380Z Downloaded path-slash v0.1.5
8582024-10-31T19:22:06.380Z Downloaded hyper-tls v0.6.0
8592024-10-31T19:22:06.380Z Downloaded humantime v2.1.0
8602024-10-31T19:22:06.383Z Downloaded hickory-resolver v0.24.1
8612024-10-31T19:22:06.385Z Downloaded cargo_metadata v0.18.1
8622024-10-31T19:22:06.388Z Downloaded bcs v0.1.6
8632024-10-31T19:22:06.391Z Downloaded bytecount v0.6.8
8642024-10-31T19:22:06.391Z Downloaded blowfish v0.9.1
8652024-10-31T19:22:06.393Z Downloaded base16ct v0.2.0
8662024-10-31T19:22:06.393Z Downloaded heck v0.4.1
8672024-10-31T19:22:06.396Z Downloaded futures-macro v0.3.31
8682024-10-31T19:22:06.396Z Downloaded futures-core v0.3.31
8692024-10-31T19:22:06.398Z Downloaded futures-timer v3.0.3
8702024-10-31T19:22:06.398Z Downloaded async-stream v0.3.6
8712024-10-31T19:22:06.402Z Downloaded bb8 v0.8.5
8722024-10-31T19:22:06.402Z Downloaded async-channel v1.9.0
8732024-10-31T19:22:06.406Z Downloaded foreign-types v0.5.0
8742024-10-31T19:22:06.407Z Downloaded backoff v0.4.0
8752024-10-31T19:22:06.407Z Downloaded form_urlencoded v1.2.1
8762024-10-31T19:22:06.409Z Downloaded hubpack_derive v0.1.1
8772024-10-31T19:22:06.409Z Downloaded bitfield v0.14.0
8782024-10-31T19:22:06.409Z Downloaded foldhash v0.1.3
8792024-10-31T19:22:06.409Z Downloaded chacha20 v0.9.1
8802024-10-31T19:22:06.412Z Downloaded argon2 v0.5.3
8812024-10-31T19:22:06.412Z Downloaded aead v0.5.2
8822024-10-31T19:22:06.414Z Downloaded fnv v1.0.7
8832024-10-31T19:22:06.414Z Downloaded aes v0.8.4
8842024-10-31T19:22:06.416Z Downloaded anstyle-query v1.1.1
8852024-10-31T19:22:06.419Z Downloaded anstyle v1.0.8
8862024-10-31T19:22:06.419Z Downloaded atomicwrites v0.4.4
8872024-10-31T19:22:06.422Z Downloaded highway v1.2.0
8882024-10-31T19:22:06.422Z Downloaded hash32 v0.2.1
8892024-10-31T19:22:06.425Z Downloaded cassowary v0.3.0
8902024-10-31T19:22:06.425Z Downloaded cancel-safe-futures v0.1.5
8912024-10-31T19:22:06.428Z Downloaded base64ct v1.6.0
8922024-10-31T19:22:06.431Z Downloaded arrayvec v0.7.6
8932024-10-31T19:22:06.431Z Downloaded futures-sink v0.3.31
8942024-10-31T19:22:06.433Z Downloaded foreign-types-macros v0.2.3
8952024-10-31T19:22:06.433Z Downloaded atomic-waker v1.1.2
8962024-10-31T19:22:06.434Z Downloaded foreign-types v0.3.2
8972024-10-31T19:22:06.436Z Downloaded byteorder v1.5.0
8982024-10-31T19:22:06.437Z Downloaded block-padding v0.3.3
8992024-10-31T19:22:06.437Z Downloaded bit-set v0.5.3
9002024-10-31T19:22:06.441Z Downloaded array-init v0.0.4
9012024-10-31T19:22:06.441Z Downloaded ff v0.13.0
9022024-10-31T19:22:06.441Z Downloaded fastrand v2.1.1
9032024-10-31T19:22:06.443Z Downloaded ring v0.17.8
9042024-10-31T19:22:06.510Z Downloaded cipher v0.4.4
9052024-10-31T19:22:06.513Z Downloaded autocfg v1.4.0
9062024-10-31T19:22:06.516Z Downloaded flagset v0.4.6
9072024-10-31T19:22:06.516Z Downloaded async-global-executor v2.4.1
9082024-10-31T19:22:06.520Z Downloaded async-channel v2.3.1
9092024-10-31T19:22:06.605Z Downloaded ring v0.16.20
9102024-10-31T19:22:06.688Z Downloaded libsqlite3-sys v0.30.1
9112024-10-31T19:22:07.037Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9122024-10-31T19:22:30.128Z Startup: Refreshing catalog 'helios-dev' ... Done
9132024-10-31T19:22:33.659Z Startup: Caching catalogs ... Done
9142024-10-31T19:22:40.637ZPlanning: Solver setup ... Done (6.223s)
9152024-10-31T19:22:40.728ZPlanning: Running solver ... Done (0.091s)
9162024-10-31T19:22:40.945ZPlanning: Finding local manifests ... Done (0.142s)
9172024-10-31T19:22:40.958ZPlanning: Fetching manifests: 0/5 0% complete
9182024-10-31T19:22:41.182ZPlanning: Fetching manifests: 5/5 100% complete
9192024-10-31T19:22:41.704ZPlanning: Package planning ... Done (0.523s)
9202024-10-31T19:22:41.760ZPlanning: Merging actions ... Done (0.055s)
9212024-10-31T19:22:43.023ZPlanning: Checking for conflicting actions ... Done (1.264s)
9222024-10-31T19:22:53.016ZPlanning: Consolidating action changes ... Done (9.992s)
9232024-10-31T19:22:53.463ZPlanning: Evaluating mediators ... Done (0.447s)
9242024-10-31T19:22:53.543ZPlanning: Planning completed in 19.80 seconds
9252024-10-31T19:22:55.285Z Packages to install: 4
9262024-10-31T19:22:55.285Z Packages to update: 1
9272024-10-31T19:22:55.287Z Mediators to change: 2
9282024-10-31T19:22:55.287Z Services to change: 1
9292024-10-31T19:22:55.287Z Estimated space available: 155.38 GB
9302024-10-31T19:22:55.287ZEstimated space to be consumed: 1.58 GB
9312024-10-31T19:22:55.287Z Create boot environment: No
9322024-10-31T19:22:55.287ZCreate backup boot environment: Yes
9332024-10-31T19:22:55.287Z Rebuild boot archive: No
9342024-10-31T19:22:55.287Z
9352024-10-31T19:22:55.287ZChanged mediators:
9362024-10-31T19:22:55.288Z mediator clang:
9372024-10-31T19:22:55.288Z version: None -> 15 (system default)
9382024-10-31T19:22:55.288Z
9392024-10-31T19:22:55.288Z mediator llvm:
9402024-10-31T19:22:55.288Z version: 14 (system default) -> 15 (system default)
9412024-10-31T19:22:55.288Z
9422024-10-31T19:22:55.288ZChanged packages:
9432024-10-31T19:22:55.289Zhelios-dev
9442024-10-31T19:22:55.289Z developer/build-essential
9452024-10-31T19:22:55.289Z None -> 11-2.0
9462024-10-31T19:22:55.289Z library/libxmlsec1
9472024-10-31T19:22:55.289Z None -> 1.2.35-2.0
9482024-10-31T19:22:55.289Z ooce/developer/clang-15
9492024-10-31T19:22:55.289Z None -> 15.0.7-2.0
9502024-10-31T19:22:55.289Z ooce/developer/llvm-15
9512024-10-31T19:22:55.289Z None -> 15.0.7-2.0
9522024-10-31T19:22:55.289Z package/pkg
9532024-10-31T19:22:55.289Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9542024-10-31T19:22:55.289Z
9552024-10-31T19:22:55.289ZServices:
9562024-10-31T19:22:55.289Z restart_fmri:
9572024-10-31T19:22:55.289Z svc:/system/update-man-index:default
9582024-10-31T19:22:55.289Z
9592024-10-31T19:22:55.290ZEditable files to change:
9602024-10-31T19:22:55.290Z Update:
9612024-10-31T19:22:55.290Z usr/share/lib/pkg/web/config.shtml
9622024-10-31T19:22:55.842Z
9632024-10-31T19:22:55.842ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9642024-10-31T19:23:00.842ZDownload: 1472/4281 items 116.5/220.6MB 52% complete (23.6M/s)
9652024-10-31T19:23:05.843ZDownload: 3158/4281 items 161.8/220.6MB 73% complete (16.1M/s)
9662024-10-31T19:23:10.311ZDownload: Completed 220.60 MB in 14.47 seconds (15.2M/s)
9672024-10-31T19:23:12.511Z Actions: 1/5063 actions (Removing old actions)
9682024-10-31T19:23:12.531Z Actions: 194/5063 actions (Installing new actions)
9692024-10-31T19:23:17.649Z Actions: 4089/5063 actions (Installing new actions)
9702024-10-31T19:23:18.446Z Actions: 4226/5063 actions (Updating modified actions)
9712024-10-31T19:23:18.872Z Actions: Completed 5063 actions in 6.36 seconds.
9722024-10-31T19:23:19.241Z Done (0.361s)
9732024-10-31T19:23:19.244Z Done (0.000s)
9742024-10-31T19:23:19.747Z Done (0.504s)
9752024-10-31T19:23:27.555Z Done (7.602s)
9762024-10-31T19:23:27.961Z Done (0.338s)
9772024-10-31T19:23:27.964Z Done (0.000s)
9782024-10-31T19:23:28.192Z Done (0.000s)
9792024-10-31T19:23:28.845ZPlanning: Evaluating mediator changes ... Done
9802024-10-31T19:23:29.006ZPlanning: Checking for conflicting actions ... Done
9812024-10-31T19:23:29.009ZPlanning: Consolidating action changes ... Done
9822024-10-31T19:23:29.279ZPlanning: Evaluating mediators ... Done
9832024-10-31T19:23:29.281ZPlanning: Planning completed in 0.43 seconds
9842024-10-31T19:23:29.318Z Mediators to change: 2
9852024-10-31T19:23:29.318Z Create boot environment: No
9862024-10-31T19:23:29.321ZCreate backup boot environment: No
9872024-10-31T19:23:29.574Z Done
9882024-10-31T19:23:29.575Z Done
9892024-10-31T19:23:29.894Z Done
9902024-10-31T19:23:33.406Z Done
9912024-10-31T19:23:33.494Z Done
9922024-10-31T19:23:33.498Z Done
9932024-10-31T19:23:33.611Z Done
9942024-10-31T19:23:34.225ZPlanning: Evaluating mediator changes ... Done
9952024-10-31T19:23:34.228ZPlanning: Merging actions ... Done
9962024-10-31T19:23:34.416ZPlanning: Checking for conflicting actions ... Done
9972024-10-31T19:23:34.419ZPlanning: Consolidating action changes ... Done
9982024-10-31T19:23:34.685ZPlanning: Evaluating mediators ... Done
9992024-10-31T19:23:34.741ZPlanning: Planning completed in 0.76 seconds
10002024-10-31T19:23:34.782Z Packages to change: 1
10012024-10-31T19:23:34.782Z Mediators to change: 1
10022024-10-31T19:23:34.784Z Services to change: 1
10032024-10-31T19:23:34.784Z Create boot environment: No
10042024-10-31T19:23:34.784ZCreate backup boot environment: Yes
10052024-10-31T19:23:37.005Z Actions: 1/6 actions (Updating modified actions)
10062024-10-31T19:23:37.106Z Actions: Completed 6 actions in 0.10 seconds.
10072024-10-31T19:23:37.109Z Done
10082024-10-31T19:23:37.109Z Done
10092024-10-31T19:23:37.207Z Done
10102024-10-31T19:23:40.679Z Done
10112024-10-31T19:23:40.767Z Done
10122024-10-31T19:23:40.770Z Done
10132024-10-31T19:23:40.908Z Done
10142024-10-31T19:23:41.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10152024-10-31T19:23:41.339Zclang system 15 system
10162024-10-31T19:23:41.339Zcsh system system illumos
10172024-10-31T19:23:41.339Zctags system system illumos
10182024-10-31T19:23:41.339Zgcc vendor 12 vendor
10192024-10-31T19:23:41.339Zgcc system 10 system
10202024-10-31T19:23:41.339Zgcc system 7 system
10212024-10-31T19:23:41.340Zgo system 1.20 system
10222024-10-31T19:23:41.340Zgo system 1.19 system
10232024-10-31T19:23:41.340Zllvm system 15 system
10242024-10-31T19:23:41.340Zllvm system 14 system
10252024-10-31T19:23:41.340Zmariadb system 10.6 system
10262024-10-31T19:23:41.340Zmta vendor vendor dma
10272024-10-31T19:23:41.340Zopenjdk system 17 system
10282024-10-31T19:23:41.340Zopenjdk system 11 system
10292024-10-31T19:23:41.340Zopenjdk system 1.8 system
10302024-10-31T19:23:41.340Zopenssl vendor 3 vendor
10312024-10-31T19:23:41.340Zperl system 5.36 system
10322024-10-31T19:23:41.340Zpostgresql system 15 system
10332024-10-31T19:23:41.340Zpostgresql system 13 system
10342024-10-31T19:23:41.340Zpython vendor 3 vendor
10352024-10-31T19:23:41.340Zpython system 2 system
10362024-10-31T19:23:41.340Zpython3 system 3.11 system
10372024-10-31T19:23:41.340Zruby system 3.0 system
10382024-10-31T19:23:41.340Zwords vendor vendor american-english
10392024-10-31T19:23:41.340Zwords system system australian-english
10402024-10-31T19:23:41.340Zwords system system british-english
10412024-10-31T19:23:41.340Zwords system system canadian-english
10422024-10-31T19:23:41.340Zwords system system french
10432024-10-31T19:23:41.341Zwords system system italian
10442024-10-31T19:23:41.341Zwords system system ngerman
10452024-10-31T19:23:41.341Zwords system system ogerman
10462024-10-31T19:23:41.341Zwords system system spanish
10472024-10-31T19:23:41.665ZPUBLISHER TYPE STATUS P LOCATION
10482024-10-31T19:23:41.665Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10492024-10-31T19:23:44.021ZFMRI IFO
10502024-10-31T19:23:44.021Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10512024-10-31T19:23:44.021Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10522024-10-31T19:23:44.021Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10532024-10-31T19:23:44.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10542024-10-31T19:23:44.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10552024-10-31T19:23:44.021Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10562024-10-31T19:23:44.021Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10572024-10-31T19:23:44.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10582024-10-31T19:23:44.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10592024-10-31T19:23:44.021Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10602024-10-31T19:23:44.021Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10612024-10-31T19:23:44.021Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10622024-10-31T19:23:44.021Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10632024-10-31T19:23:44.021Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10642024-10-31T19:23:44.021Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10652024-10-31T19:23:44.981Z Downloading crates ...
10662024-10-31T19:23:45.071Z Downloaded cargo_toml v0.20.5
10672024-10-31T19:23:45.206Z Compiling proc-macro2 v1.0.87
10682024-10-31T19:23:45.206Z Compiling unicode-ident v1.0.13
10692024-10-31T19:23:45.209Z Compiling serde v1.0.210
10702024-10-31T19:23:45.209Z Compiling version_check v0.9.5
10712024-10-31T19:23:45.209Z Compiling memchr v2.7.4
10722024-10-31T19:23:45.209Z Compiling thiserror v1.0.64
10732024-10-31T19:23:45.209Z Compiling libc v0.2.161
10742024-10-31T19:23:45.209Z Compiling ucd-trie v0.1.7
10752024-10-31T19:23:45.459Z Compiling ryu v1.0.18
10762024-10-31T19:23:45.799Z Compiling itoa v1.0.11
10772024-10-31T19:23:45.829Z Compiling once_cell v1.20.2
10782024-10-31T19:23:46.007Z Compiling byteorder v1.5.0
10792024-10-31T19:23:46.110Z Compiling rustix v0.38.37
10802024-10-31T19:23:46.465Z Compiling serde_json v1.0.128
10812024-10-31T19:23:47.541Z Compiling bitflags v2.6.0
10822024-10-31T19:23:47.598Z Compiling proc-macro-error-attr v1.0.4
10832024-10-31T19:23:47.620Z Compiling usdt-impl v0.5.0
10842024-10-31T19:23:47.810Z Compiling syn v1.0.109
10852024-10-31T19:23:47.871Z Compiling proc-macro-error v1.0.4
10862024-10-31T19:23:47.883Z Compiling plain v0.2.3
10872024-10-31T19:23:47.913Z Compiling utf8parse v0.2.2
10882024-10-31T19:23:48.018Z Compiling hashbrown v0.15.0
10892024-10-31T19:23:48.058Z Compiling log v0.4.22
10902024-10-31T19:23:48.069Z Compiling equivalent v1.0.1
10912024-10-31T19:23:48.150Z Compiling camino v1.1.9
10922024-10-31T19:23:48.287Z Compiling thread-id v4.2.2
10932024-10-31T19:23:48.308Z Compiling anstyle-parse v0.2.5
10942024-10-31T19:23:48.423Z Compiling pretty-hex v0.4.1
10952024-10-31T19:23:48.445Z Compiling colorchoice v1.0.2
10962024-10-31T19:23:48.603Z Compiling quote v1.0.37
10972024-10-31T19:23:48.629Z Compiling autocfg v1.4.0
10982024-10-31T19:23:48.640Z Compiling unicode-width v0.1.14
10992024-10-31T19:23:48.724Z Compiling is_terminal_polyfill v1.70.1
11002024-10-31T19:23:48.777Z Compiling errno v0.3.9
11012024-10-31T19:23:48.892Z Compiling semver v1.0.23
11022024-10-31T19:23:48.987Z Compiling syn v2.0.79
11032024-10-31T19:23:49.234Z Compiling indexmap v2.6.0
11042024-10-31T19:23:49.246Z Compiling anstyle v1.0.8
11052024-10-31T19:23:49.358Z Compiling winnow v0.6.20
11062024-10-31T19:23:49.667Z Compiling anstyle-query v1.1.1
11072024-10-31T19:23:49.674Z Compiling fs-err v2.11.0
11082024-10-31T19:23:49.786Z Compiling anstream v0.6.15
11092024-10-31T19:23:50.248Z Compiling anyhow v1.0.89
11102024-10-31T19:23:50.516Z Compiling heck v0.4.1
11112024-10-31T19:23:50.546Z Compiling clap_lex v0.7.2
11122024-10-31T19:23:50.748Z Compiling fnv v1.0.7
11132024-10-31T19:23:50.903Z Compiling fastrand v2.1.1
11142024-10-31T19:23:51.015Z Compiling cfg-if v1.0.0
11152024-10-31T19:23:51.029Z Compiling strsim v0.11.1
11162024-10-31T19:23:51.099Z Compiling bytecount v0.6.8
11172024-10-31T19:23:51.284Z Compiling terminal_size v0.4.0
11182024-10-31T19:23:51.314Z Compiling heck v0.5.0
11192024-10-31T19:23:51.441Z Compiling clap_builder v4.5.20
11202024-10-31T19:23:51.476Z Compiling papergrid v0.11.0
11212024-10-31T19:23:51.799Z Compiling tempfile v3.13.0
11222024-10-31T19:23:52.436Z Compiling memmap v0.7.0
11232024-10-31T19:23:52.527Z Compiling smawk v0.3.2
11242024-10-31T19:23:52.622Z Compiling unicode-linebreak v0.1.5
11252024-10-31T19:23:53.017Z Compiling textwrap v0.16.1
11262024-10-31T19:23:53.090Z Compiling swrite v0.1.0
11272024-10-31T19:23:54.284Z Compiling tabled_derive v0.7.0
11282024-10-31T19:23:55.746Z Compiling tabled v0.15.0
11292024-10-31T19:23:56.890Z Compiling serde_derive v1.0.210
11302024-10-31T19:23:56.890Z Compiling thiserror-impl v1.0.64
11312024-10-31T19:23:56.893Z Compiling zerocopy-derive v0.7.35
11322024-10-31T19:23:56.893Z Compiling scroll_derive v0.12.0
11332024-10-31T19:23:56.894Z Compiling clap_derive v4.5.18
11342024-10-31T19:23:58.102Z Compiling scroll v0.12.0
11352024-10-31T19:23:58.565Z Compiling zerocopy v0.7.35
11362024-10-31T19:23:58.565Z Compiling goblin v0.8.2
11372024-10-31T19:23:59.947Z Compiling clap v4.5.20
11382024-10-31T19:24:01.981Z Compiling pest v2.7.14
11392024-10-31T19:24:03.657Z Compiling pest_meta v2.7.14
11402024-10-31T19:24:04.644Z Compiling pest_generator v2.7.14
11412024-10-31T19:24:06.055Z Compiling pest_derive v2.7.14
11422024-10-31T19:24:06.085Z Compiling serde_spanned v0.6.8
11432024-10-31T19:24:06.085Z Compiling toml_datetime v0.6.8
11442024-10-31T19:24:06.088Z Compiling cargo-platform v0.1.8
11452024-10-31T19:24:06.448Z Compiling toml_edit v0.22.22
11462024-10-31T19:24:06.624Z Compiling serde_tokenstream v0.2.2
11472024-10-31T19:24:06.798Z Compiling dtrace-parser v0.2.0
11482024-10-31T19:24:06.813Z Compiling camino-tempfile v1.1.1
11492024-10-31T19:24:06.988Z Compiling macaddr v1.0.1
11502024-10-31T19:24:07.695Z Compiling dof v0.3.0
11512024-10-31T19:24:07.706Z Compiling cargo_metadata v0.18.1
11522024-10-31T19:24:09.347Z Compiling toml v0.8.19
11532024-10-31T19:24:09.787Z Compiling usdt-macro v0.5.0
11542024-10-31T19:24:09.926Z Compiling usdt-attr-macro v0.5.0
11552024-10-31T19:24:10.182Z Compiling cargo_toml v0.20.5
11562024-10-31T19:24:11.168Z Compiling usdt v0.5.0
11572024-10-31T19:24:13.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11582024-10-31T19:24:17.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s
11592024-10-31T19:24:17.870Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11602024-10-31T19:24:18.649Z Compiling serde v1.0.210
11612024-10-31T19:24:18.651Z Compiling typenum v1.17.0
11622024-10-31T19:24:18.651Z Compiling lock_api v0.4.12
11632024-10-31T19:24:18.651Z Compiling generic-array v0.14.7
11642024-10-31T19:24:18.651Z Compiling scopeguard v1.2.0
11652024-10-31T19:24:18.652Z Compiling subtle v2.6.1
11662024-10-31T19:24:18.652Z Compiling syn v2.0.79
11672024-10-31T19:24:18.652Z Compiling getrandom v0.2.15
11682024-10-31T19:24:18.911Z Compiling value-bag v1.9.0
11692024-10-31T19:24:19.023Z Compiling rand_core v0.6.4
11702024-10-31T19:24:19.144Z Compiling const-oid v0.9.6
11712024-10-31T19:24:19.231Z Compiling pin-project-lite v0.2.14
11722024-10-31T19:24:19.345Z Compiling log v0.4.22
11732024-10-31T19:24:19.347Z Compiling smallvec v1.13.2
11742024-10-31T19:24:19.485Z Compiling jobserver v0.1.32
11752024-10-31T19:24:19.537Z Compiling parking_lot_core v0.9.10
11762024-10-31T19:24:19.671Z Compiling shlex v1.3.0
11772024-10-31T19:24:19.757Z Compiling futures-core v0.3.31
11782024-10-31T19:24:19.995Z Compiling cc v1.1.30
11792024-10-31T19:24:20.079Z Compiling signal-hook-registry v1.4.2
11802024-10-31T19:24:20.172Z Compiling mio v1.0.2
11812024-10-31T19:24:20.330Z Compiling cpufeatures v0.2.14
11822024-10-31T19:24:20.429Z Compiling parking_lot v0.12.3
11832024-10-31T19:24:20.600Z Compiling futures-sink v0.3.31
11842024-10-31T19:24:20.750Z Compiling spin v0.9.8
11852024-10-31T19:24:20.853Z Compiling socket2 v0.5.7
11862024-10-31T19:24:21.161Z Compiling slab v0.4.9
11872024-10-31T19:24:21.204Z Compiling serde_json v1.0.128
11882024-10-31T19:24:21.306Z Compiling futures-channel v0.3.31
11892024-10-31T19:24:21.351Z Compiling allocator-api2 v0.2.18
11902024-10-31T19:24:21.501Z Compiling tinyvec_macros v0.1.1
11912024-10-31T19:24:21.542Z Compiling foldhash v0.1.3
11922024-10-31T19:24:21.591Z Compiling pin-utils v0.1.0
11932024-10-31T19:24:21.690Z Compiling futures-io v0.3.31
11942024-10-31T19:24:21.708Z Compiling futures-task v0.3.31
11952024-10-31T19:24:21.793Z Compiling tinyvec v1.8.0
11962024-10-31T19:24:21.844Z Compiling libm v0.2.8
11972024-10-31T19:24:21.905Z Compiling num-traits v0.2.19
11982024-10-31T19:24:21.985Z Compiling unicode-bidi v0.3.17
11992024-10-31T19:24:22.003Z Compiling base64ct v1.6.0
12002024-10-31T19:24:22.135Z Compiling hashbrown v0.15.0
12012024-10-31T19:24:22.411Z Compiling flagset v0.4.6
12022024-10-31T19:24:22.555Z Compiling pem-rfc7468 v0.7.0
12032024-10-31T19:24:22.623Z Compiling httparse v1.9.5
12042024-10-31T19:24:23.278Z Compiling unicode-normalization v0.1.24
12052024-10-31T19:24:23.312Z Compiling tracing-core v0.1.32
12062024-10-31T19:24:23.448Z Compiling crossbeam-utils v0.8.20
12072024-10-31T19:24:23.491Z Compiling rustls-pki-types v1.9.0
12082024-10-31T19:24:23.513Z Compiling percent-encoding v2.3.1
12092024-10-31T19:24:23.914Z Compiling ring v0.17.8
12102024-10-31T19:24:24.056Z Compiling untrusted v0.9.0
12112024-10-31T19:24:24.236Z Compiling time-core v0.1.2
12122024-10-31T19:24:24.352Z Compiling num-conv v0.1.0
12132024-10-31T19:24:24.416Z Compiling powerfmt v0.2.0
12142024-10-31T19:24:24.534Z Compiling vcpkg v0.2.15
12152024-10-31T19:24:24.591Z Compiling pkg-config v0.3.31
12162024-10-31T19:24:24.645Z Compiling time-macros v0.2.18
12172024-10-31T19:24:24.786Z Compiling deranged v0.3.11
12182024-10-31T19:24:25.389Z Compiling atomic-waker v1.1.2
12192024-10-31T19:24:25.560Z Compiling num_threads v0.1.7
12202024-10-31T19:24:25.687Z Compiling form_urlencoded v1.2.1
12212024-10-31T19:24:25.748Z Compiling rustix v0.38.37
12222024-10-31T19:24:25.905Z Compiling slog v2.7.0
12232024-10-31T19:24:25.999Z Compiling try-lock v0.2.5
12242024-10-31T19:24:26.149Z Compiling want v0.3.1
12252024-10-31T19:24:26.418Z Compiling httpdate v1.0.3
12262024-10-31T19:24:26.433Z Compiling openssl-sys v0.9.103
12272024-10-31T19:24:26.593Z Compiling idna v0.5.0
12282024-10-31T19:24:26.669Z Compiling foreign-types-shared v0.1.1
12292024-10-31T19:24:26.765Z Compiling rustversion v1.0.17
12302024-10-31T19:24:26.846Z Compiling iana-time-zone v0.1.61
12312024-10-31T19:24:27.208Z Compiling openssl v0.10.66
12322024-10-31T19:24:27.245Z Compiling tower-service v0.3.3
12332024-10-31T19:24:27.368Z Compiling base64 v0.22.1
12342024-10-31T19:24:27.426Z Compiling match_cfg v0.1.0
12352024-10-31T19:24:27.516Z Compiling hostname v0.3.1
12362024-10-31T19:24:27.639Z Compiling url v2.5.2
12372024-10-31T19:24:27.684Z Compiling time v0.3.36
12382024-10-31T19:24:27.712Z Compiling foreign-types v0.3.2
12392024-10-31T19:24:27.791Z Compiling dirs-sys-next v0.1.2
12402024-10-31T19:24:27.983Z Compiling aho-corasick v1.1.3
12412024-10-31T19:24:28.017Z Compiling syn v1.0.109
12422024-10-31T19:24:28.337Z Compiling regex-syntax v0.8.5
12432024-10-31T19:24:28.532Z Compiling adler2 v2.0.0
12442024-10-31T19:24:28.713Z Compiling siphasher v0.3.11
12452024-10-31T19:24:29.059Z Compiling data-encoding v2.6.0
12462024-10-31T19:24:29.180Z Compiling native-tls v0.2.12
12472024-10-31T19:24:29.577Z Compiling rustls v0.23.14
12482024-10-31T19:24:29.741Z Compiling rustls v0.22.4
12492024-10-31T19:24:29.946Z Compiling miniz_oxide v0.8.0
12502024-10-31T19:24:31.116Z Compiling regex-automata v0.4.8
12512024-10-31T19:24:31.324Z Compiling dirs-next v2.0.0
12522024-10-31T19:24:31.664Z Compiling serde_derive v1.0.210
12532024-10-31T19:24:32.122Z Compiling zeroize_derive v1.4.2
12542024-10-31T19:24:32.227Z Compiling zerocopy-derive v0.7.35
12552024-10-31T19:24:32.612Z Compiling tokio-macros v2.4.0
12562024-10-31T19:24:32.853Z Compiling thiserror-impl v1.0.64
12572024-10-31T19:24:33.511Z Compiling zeroize v1.8.1
12582024-10-31T19:24:33.866Z Compiling futures-macro v0.3.31
12592024-10-31T19:24:34.091Z Compiling der_derive v0.7.3
12602024-10-31T19:24:34.305Z Compiling zerocopy v0.7.35
12612024-10-31T19:24:35.139Z Compiling crypto-common v0.1.6
12622024-10-31T19:24:35.375Z Compiling block-buffer v0.10.4
12632024-10-31T19:24:35.604Z Compiling digest v0.10.7
12642024-10-31T19:24:35.756Z Compiling futures-util v0.3.31
12652024-10-31T19:24:35.789Z Compiling thiserror v1.0.64
12662024-10-31T19:24:35.964Z Compiling block-padding v0.3.3
12672024-10-31T19:24:35.980Z Compiling ppv-lite86 v0.2.20
12682024-10-31T19:24:36.126Z Compiling hmac v0.12.1
12692024-10-31T19:24:36.210Z Compiling inout v0.1.3
12702024-10-31T19:24:36.317Z Compiling sha2 v0.10.8
12712024-10-31T19:24:36.361Z Compiling der v0.7.9
12722024-10-31T19:24:36.466Z Compiling cipher v0.4.4
12732024-10-31T19:24:36.803Z Compiling rand_chacha v0.3.1
12742024-10-31T19:24:36.908Z Compiling tracing-attributes v0.1.27
12752024-10-31T19:24:38.948Z Compiling spki v0.7.3
12762024-10-31T19:24:39.299Z Compiling rand v0.8.5
12772024-10-31T19:24:39.451Z Compiling salsa20 v0.10.2
12782024-10-31T19:24:39.678Z Compiling pbkdf2 v0.12.2
12792024-10-31T19:24:39.798Z Compiling pest v2.7.14
12802024-10-31T19:24:39.842Z Compiling scrypt v0.11.0
12812024-10-31T19:24:40.175Z Compiling tracing v0.1.40
12822024-10-31T19:24:40.356Z Compiling aes v0.8.4
12832024-10-31T19:24:40.713Z Compiling cbc v0.1.2
12842024-10-31T19:24:40.959Z Compiling scroll_derive v0.12.0
12852024-10-31T19:24:41.301Z Compiling pkcs5 v0.7.1
12862024-10-31T19:24:41.922Z Compiling pkcs8 v0.10.2
12872024-10-31T19:24:42.373Z Compiling pest_meta v2.7.14
12882024-10-31T19:24:42.405Z Compiling scroll v0.12.0
12892024-10-31T19:24:42.428Z Compiling openssl-macros v0.1.1
12902024-10-31T19:24:42.574Z Compiling async-trait v0.1.83
12912024-10-31T19:24:42.691Z Compiling sha1 v0.10.6
12922024-10-31T19:24:42.943Z Compiling goblin v0.8.2
12932024-10-31T19:24:43.074Z Compiling signature v2.2.0
12942024-10-31T19:24:43.092Z Compiling serde_derive_internals v0.29.1
12952024-10-31T19:24:43.191Z Compiling crossbeam-epoch v0.9.18
12962024-10-31T19:24:43.355Z Compiling lazy_static v1.5.0
12972024-10-31T19:24:43.482Z Compiling thread_local v1.1.8
12982024-10-31T19:24:43.927Z Compiling pest_generator v2.7.14
12992024-10-31T19:24:44.001Z Compiling encoding_rs v0.8.34
13002024-10-31T19:24:44.796Z Compiling bytes v1.7.2
13012024-10-31T19:24:45.670Z Compiling tokio v1.40.0
13022024-10-31T19:24:45.792Z Compiling indexmap v2.6.0
13032024-10-31T19:24:46.120Z Compiling http v1.1.0
13042024-10-31T19:24:46.634Z Compiling bitflags v2.6.0
13052024-10-31T19:24:46.997Z Compiling semver v1.0.23
13062024-10-31T19:24:47.033Z Compiling rustls-webpki v0.102.8
13072024-10-31T19:24:47.371Z Compiling pest_derive v2.7.14
13082024-10-31T19:24:47.747Z Compiling rustc_version v0.4.1
13092024-10-31T19:24:48.155Z Compiling http-body v1.0.1
13102024-10-31T19:24:48.231Z Compiling dtrace-parser v0.2.0
13112024-10-31T19:24:48.392Z Compiling serde_spanned v0.6.8
13122024-10-31T19:24:48.511Z Compiling toml_datetime v0.6.8
13132024-10-31T19:24:48.527Z Compiling uuid v1.10.0
13142024-10-31T19:24:48.627Z Compiling serde_tokenstream v0.2.2
13152024-10-31T19:24:48.998Z Compiling dof v0.3.0
13162024-10-31T19:24:49.017Z Compiling chrono v0.4.38
13172024-10-31T19:24:49.185Z Compiling heapless v0.7.17
13182024-10-31T19:24:49.639Z Compiling http-body-util v0.1.2
13192024-10-31T19:24:50.001Z Compiling usdt-impl v0.5.0
13202024-10-31T19:24:50.190Z Compiling cookie v0.18.1
13212024-10-31T19:24:50.489Z Compiling multer v3.1.0
13222024-10-31T19:24:50.793Z Compiling schemars v0.8.21
13232024-10-31T19:24:51.046Z Compiling gimli v0.31.1
13242024-10-31T19:24:51.191Z Compiling rayon-core v1.12.1
13252024-10-31T19:24:51.465Z Compiling mime v0.3.17
13262024-10-31T19:24:51.538Z Compiling unicode-properties v0.1.3
13272024-10-31T19:24:51.943Z Compiling slog-async v2.8.0
13282024-10-31T19:24:52.047Z Compiling paste v1.0.15
13292024-10-31T19:24:52.449Z Compiling ipnet v2.10.1
13302024-10-31T19:24:52.573Z Compiling either v1.13.0
13312024-10-31T19:24:52.736Z Compiling openssl-probe v0.1.5
13322024-10-31T19:24:52.805Z Compiling signal-hook v0.3.17
13332024-10-31T19:24:52.989Z Compiling usdt-macro v0.5.0
13342024-10-31T19:24:53.107Z Compiling usdt-attr-macro v0.5.0
13352024-10-31T19:24:53.259Z Compiling toml_edit v0.22.22
13362024-10-31T19:24:53.628Z Compiling stringprep v0.1.5
13372024-10-31T19:24:53.882Z Compiling tokio-util v0.7.12
13382024-10-31T19:24:54.494Z Compiling curve25519-dalek v4.1.3
13392024-10-31T19:24:54.796Z Compiling h2 v0.4.6
13402024-10-31T19:24:55.171Z Compiling slog-json v2.6.1
13412024-10-31T19:24:55.564Z Compiling addr2line v0.24.2
13422024-10-31T19:24:56.092Z Compiling schemars_derive v0.8.21
13432024-10-31T19:24:56.925Z Compiling serde_urlencoded v0.7.1
13442024-10-31T19:24:57.461Z Compiling crossbeam-deque v0.8.5
13452024-10-31T19:24:57.812Z Compiling futures-executor v0.3.31
13462024-10-31T19:24:58.376Z Compiling md-5 v0.10.6
13472024-10-31T19:24:58.634Z Compiling enum-as-inner v0.6.1
13482024-10-31T19:24:58.846Z Compiling async-stream-impl v0.3.6
13492024-10-31T19:24:59.277Z Compiling term v0.7.0
13502024-10-31T19:25:00.178Z Compiling crossbeam-channel v0.5.13
13512024-10-31T19:25:00.264Z Compiling num-integer v0.1.46
13522024-10-31T19:25:00.692Z Compiling idna v0.3.0
13532024-10-31T19:25:01.036Z Compiling idna v0.4.0
13542024-10-31T19:25:01.314Z Compiling rustls-pemfile v2.2.0
13552024-10-31T19:25:01.332Z Compiling ff v0.13.0
13562024-10-31T19:25:01.551Z Compiling hash32 v0.2.1
13572024-10-31T19:25:01.640Z Compiling is-terminal v0.4.13
13582024-10-31T19:25:01.765Z Compiling hyper v1.4.1
13592024-10-31T19:25:01.926Z Compiling object v0.36.5
13602024-10-31T19:25:02.319Z Compiling dropshot v0.12.0
13612024-10-31T19:25:02.608Z Compiling smoltcp v0.9.1
13622024-10-31T19:25:02.630Z Compiling anyhow v1.0.89
13632024-10-31T19:25:03.250Z Compiling rustc-demangle v0.1.24
13642024-10-31T19:25:03.340Z Compiling fallible-iterator v0.2.0
13652024-10-31T19:25:04.069Z Compiling psl-types v2.0.11
13662024-10-31T19:25:04.199Z Compiling hyper-util v0.1.9
13672024-10-31T19:25:04.268Z Compiling portable-atomic v1.9.0
13682024-10-31T19:25:04.321Z Compiling num-bigint-dig v0.8.4
13692024-10-31T19:25:04.630Z Compiling stable_deref_trait v1.2.0
13702024-10-31T19:25:04.742Z Compiling quick-error v1.2.3
13712024-10-31T19:25:04.897Z Compiling linked-hash-map v0.5.6
13722024-10-31T19:25:05.131Z Compiling base16ct v0.2.0
13732024-10-31T19:25:05.272Z Compiling utf-8 v0.7.6
13742024-10-31T19:25:05.315Z Compiling take_mut v0.2.2
13752024-10-31T19:25:05.446Z Compiling dyn-clone v1.0.17
13762024-10-31T19:25:05.467Z Compiling tungstenite v0.24.0
13772024-10-31T19:25:05.751Z Compiling sec1 v0.7.3
13782024-10-31T19:25:06.454Z Compiling lru-cache v0.1.2
13792024-10-31T19:25:06.657Z Compiling resolv-conf v0.7.0
13802024-10-31T19:25:07.422Z Compiling publicsuffix v2.2.3
13812024-10-31T19:25:07.454Z Compiling postgres-protocol v0.6.7
13822024-10-31T19:25:07.811Z Compiling usdt v0.5.0
13832024-10-31T19:25:08.071Z Compiling hickory-proto v0.24.1
13842024-10-31T19:25:08.089Z Compiling slog-term v2.9.1
13852024-10-31T19:25:08.319Z Compiling group v0.13.0
13862024-10-31T19:25:08.389Z Compiling tokio-rustls v0.26.0
13872024-10-31T19:25:08.633Z Compiling num-iter v0.1.45
13882024-10-31T19:25:08.747Z Compiling async-stream v0.3.6
13892024-10-31T19:25:08.815Z Compiling tokio-rustls v0.25.0
13902024-10-31T19:25:08.840Z Compiling futures v0.3.31
13912024-10-31T19:25:09.051Z Compiling tokio-native-tls v0.3.1
13922024-10-31T19:25:09.188Z Compiling backtrace v0.3.74
13932024-10-31T19:25:09.222Z Compiling toml v0.8.19
13942024-10-31T19:25:09.239Z Compiling slog-bunyan v2.5.0
13952024-10-31T19:25:09.829Z Compiling camino v1.1.9
13962024-10-31T19:25:10.628Z Compiling terminal_size v0.4.0
13972024-10-31T19:25:10.821Z Compiling dropshot_endpoint v0.12.0
13982024-10-31T19:25:10.877Z Compiling openapiv3 v2.0.0
13992024-10-31T19:25:10.913Z Compiling serde_path_to_error v0.1.16
14002024-10-31T19:25:11.510Z Compiling hkdf v0.12.4
14012024-10-31T19:25:11.627Z Compiling crypto-bigint v0.5.5
14022024-10-31T19:25:11.776Z Compiling curve25519-dalek-derive v0.1.1
14032024-10-31T19:25:11.797Z Compiling zerocopy-derive v0.6.6
14042024-10-31T19:25:12.501Z Compiling phf_shared v0.11.2
14052024-10-31T19:25:12.892Z Compiling waitgroup v0.1.2
14062024-10-31T19:25:13.050Z Compiling hubpack_derive v0.1.1
14072024-10-31T19:25:13.110Z Compiling webpki-roots v0.26.6
14082024-10-31T19:25:13.232Z Compiling hostname v0.4.0
14092024-10-31T19:25:13.323Z Compiling ahash v0.8.11
14102024-10-31T19:25:13.482Z Compiling fs-err v2.11.0
14112024-10-31T19:25:13.671Z Compiling bitflags v1.3.2
14122024-10-31T19:25:13.772Z Compiling debug-ignore v1.0.5
14132024-10-31T19:25:13.789Z Compiling winnow v0.5.40
14142024-10-31T19:25:13.853Z Compiling managed v0.8.0
14152024-10-31T19:25:13.893Z Compiling hubpack v0.1.2
14162024-10-31T19:25:13.910Z Compiling strum_macros v0.25.3
14172024-10-31T19:25:14.335Z Compiling zerocopy v0.6.6
14182024-10-31T19:25:15.187Z Compiling elliptic-curve v0.13.8
14192024-10-31T19:25:15.294Z Compiling clap_builder v4.5.20
14202024-10-31T19:25:16.266Z Compiling console v0.15.8
14212024-10-31T19:25:16.531Z Compiling hickory-resolver v0.24.1
14222024-10-31T19:25:17.733Z Compiling toml_edit v0.19.15
14232024-10-31T19:25:17.749Z Compiling hyper-rustls v0.27.3
14242024-10-31T19:25:17.806Z Compiling phf v0.11.2
14252024-10-31T19:25:18.097Z Compiling signal-hook-mio v0.2.4
14262024-10-31T19:25:18.249Z Compiling cookie_store v0.21.0
14272024-10-31T19:25:18.337Z Compiling rayon v1.10.0
14282024-10-31T19:25:18.977Z Compiling hyper-tls v0.6.0
14292024-10-31T19:25:19.702Z Compiling postgres-types v0.2.8
14302024-10-31T19:25:21.215Z Compiling tokio-tungstenite v0.24.0
14312024-10-31T19:25:22.896Z Compiling tokio-stream v0.1.16
14322024-10-31T19:25:23.129Z Compiling serde-big-array v0.5.1
14332024-10-31T19:25:23.351Z Compiling ed25519 v2.2.3
14342024-10-31T19:25:23.369Z Compiling pkcs1 v0.7.5
14352024-10-31T19:25:23.973Z Compiling rfc6979 v0.4.0
14362024-10-31T19:25:24.162Z Compiling regex v1.11.0
14372024-10-31T19:25:24.283Z Compiling bstr v1.10.0
14382024-10-31T19:25:24.334Z Compiling derive-where v1.2.7
14392024-10-31T19:25:24.356Z Compiling clap_derive v4.5.18
14402024-10-31T19:25:25.217Z Compiling serde_repr v0.1.19
14412024-10-31T19:25:25.234Z Compiling phf_shared v0.10.0
14422024-10-31T19:25:25.266Z Compiling float-cmp v0.9.0
14432024-10-31T19:25:25.488Z Compiling sync_wrapper v1.0.1
14442024-10-31T19:25:25.642Z Compiling crc32fast v1.4.2
14452024-10-31T19:25:25.645Z Compiling minimal-lexical v0.2.1
14462024-10-31T19:25:25.890Z Compiling number_prefix v0.4.0
14472024-10-31T19:25:26.018Z Compiling new_debug_unreachable v1.0.6
14482024-10-31T19:25:26.036Z Compiling whoami v1.5.2
14492024-10-31T19:25:26.111Z Compiling difflib v0.4.0
14502024-10-31T19:25:26.129Z Compiling bit-vec v0.6.3
14512024-10-31T19:25:26.194Z Compiling static_assertions v1.1.0
14522024-10-31T19:25:26.318Z Compiling fixedbitset v0.4.2
14532024-10-31T19:25:26.321Z Compiling predicates-core v1.0.8
14542024-10-31T19:25:26.589Z Compiling precomputed-hash v0.1.1
14552024-10-31T19:25:26.666Z Compiling unicode-segmentation v1.12.0
14562024-10-31T19:25:26.698Z Compiling normalize-line-endings v0.3.0
14572024-10-31T19:25:26.716Z Compiling string_cache v0.8.7
14582024-10-31T19:25:26.769Z Compiling petgraph v0.6.5
14592024-10-31T19:25:26.826Z Compiling predicates v3.1.2
14602024-10-31T19:25:27.153Z Compiling bit-set v0.5.3
14612024-10-31T19:25:27.443Z Compiling similar v2.6.0
14622024-10-31T19:25:27.532Z Compiling tokio-postgres v0.7.12
14632024-10-31T19:25:27.640Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14642024-10-31T19:25:27.663Z Compiling qorb v0.2.0
14652024-10-31T19:25:28.483Z Compiling nom v7.1.3
14662024-10-31T19:25:29.041Z Compiling clap v4.5.20
14672024-10-31T19:25:29.172Z Compiling indicatif v0.17.8
14682024-10-31T19:25:29.819Z Compiling flate2 v1.0.34
14692024-10-31T19:25:30.749Z Compiling reqwest v0.12.8
14702024-10-31T19:25:30.808Z Compiling ecdsa v0.16.9
14712024-10-31T19:25:31.251Z Compiling rsa v0.9.6
14722024-10-31T19:25:31.697Z Compiling ed25519-dalek v2.1.1
14732024-10-31T19:25:32.372Z Compiling toml v0.7.8
14742024-10-31T19:25:33.031Z Compiling crossterm v0.28.1
14752024-10-31T19:25:33.928Z Compiling itertools v0.10.5
14762024-10-31T19:25:34.019Z Compiling itertools v0.12.1
14772024-10-31T19:25:34.104Z Compiling hex v0.4.3
14782024-10-31T19:25:34.401Z Compiling x509-cert v0.2.5
14792024-10-31T19:25:34.441Z Compiling unicode-xid v0.2.6
14802024-10-31T19:25:34.616Z Compiling lalrpop-util v0.19.12
14812024-10-31T19:25:34.735Z Compiling peg-runtime v0.8.3
14822024-10-31T19:25:34.982Z Compiling xattr v1.3.1
14832024-10-31T19:25:35.248Z Compiling strum_macros v0.26.4
14842024-10-31T19:25:35.379Z Compiling filetime v0.2.25
14852024-10-31T19:25:35.704Z Compiling tar v0.4.42
14862024-10-31T19:25:38.872Z Compiling strum v0.26.3
14872024-10-31T19:25:39.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14882024-10-31T19:25:39.590Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14892024-10-31T19:25:44.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
14902024-10-31T19:25:44.836Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14912024-10-31T19:25:44.876ZOct 31 19:25:43.942 INFO Starting download, target: Clickhouse
14922024-10-31T19:25:44.876ZOct 31 19:25:43.942 INFO Starting download, target: Console
14932024-10-31T19:25:44.876ZOct 31 19:25:43.942 INFO Starting download, target: Cockroach
14942024-10-31T19:25:44.876ZOct 31 19:25:43.942 INFO Starting download, target: DendriteOpenapi
14952024-10-31T19:25:44.879ZOct 31 19:25:43.942 INFO Starting download, target: DendriteStub
14962024-10-31T19:25:44.879ZOct 31 19:25:43.942 INFO Starting download, target: MaghemiteMgd
14972024-10-31T19:25:44.879ZOct 31 19:25:43.942 INFO Starting download, target: TransceiverControl
14982024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14992024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15002024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15012024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15022024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15032024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15042024-10-31T19:25:44.879ZOct 31 19:25:43.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15052024-10-31T19:25:45.055ZOct 31 19:25:44.120 INFO Download complete, target: DendriteOpenapi
15062024-10-31T19:25:45.167ZOct 31 19:25:44.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15072024-10-31T19:25:45.556ZOct 31 19:25:44.607 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15082024-10-31T19:25:45.582ZOct 31 19:25:44.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15092024-10-31T19:25:45.721ZOct 31 19:25:44.783 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15102024-10-31T19:25:45.861ZOct 31 19:25:44.925 INFO Download complete, target: TransceiverControl
15112024-10-31T19:25:45.957ZOct 31 19:25:45.022 INFO Download complete, target: Console
15122024-10-31T19:25:46.662ZOct 31 19:25:45.726 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15132024-10-31T19:25:46.662ZOct 31 19:25:45.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15142024-10-31T19:25:47.253ZOct 31 19:25:46.319 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15152024-10-31T19:25:48.441ZOct 31 19:25:47.506 INFO Download complete, target: DendriteStub
15162024-10-31T19:25:48.759ZOct 31 19:25:47.825 INFO Download complete, target: MaghemiteMgd
15172024-10-31T19:25:54.028ZOct 31 19:25:53.093 INFO Checking that binary works, target: Cockroach
15182024-10-31T19:25:54.186ZOct 31 19:25:53.250 INFO Download complete, target: Cockroach
15192024-10-31T19:25:59.451ZOct 31 19:25:58.515 INFO Checking that binary works, target: Clickhouse
15202024-10-31T19:26:00.285ZOct 31 19:25:59.349 INFO Download complete, target: Clickhouse
15212024-10-31T19:26:00.292ZAll prerequisites installed successfully
15222024-10-31T19:26:00.294Z
15232024-10-31T19:26:00.294Zreal 3:53.234277375
15242024-10-31T19:26:00.294Zuser 11:55.453980532
15252024-10-31T19:26:00.294Zsys 2:35.555181762
15262024-10-31T19:26:00.294Ztrap 0.379226288
15272024-10-31T19:26:00.294Ztflt 9.749826054
15282024-10-31T19:26:00.294Zdflt 7.666397272
15292024-10-31T19:26:00.294Zkflt 0.621251541
15302024-10-31T19:26:00.294Zlock 24:09.506627531
15312024-10-31T19:26:00.295Zslp 48:49.646577505
15322024-10-31T19:26:00.295Zlat 37.115773284
15332024-10-31T19:26:00.295Zstop 1:43.064256383
15342024-10-31T19:26:00.295Z+ source ./tools/include/force-git-over-https.sh
15352024-10-31T19:26:00.295Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15362024-10-31T19:26:00.295Z++ (( i = 0 ))
15372024-10-31T19:26:00.295Z++ (( i < 5 ))
15382024-10-31T19:26:00.295Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15392024-10-31T19:26:00.297Z++ (( i++ ))
15402024-10-31T19:26:00.298Z++ (( i < 5 ))
15412024-10-31T19:26:00.298Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15422024-10-31T19:26:00.301Z++ (( i++ ))
15432024-10-31T19:26:00.301Z++ (( i < 5 ))
15442024-10-31T19:26:00.301Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15452024-10-31T19:26:00.303Z++ (( i++ ))
15462024-10-31T19:26:00.303Z++ (( i < 5 ))
15472024-10-31T19:26:00.303Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15482024-10-31T19:26:00.305Z++ (( i++ ))
15492024-10-31T19:26:00.305Z++ (( i < 5 ))
15502024-10-31T19:26:00.305Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15512024-10-31T19:26:00.308Z++ (( i++ ))
15522024-10-31T19:26:00.308Z++ (( i < 5 ))
15532024-10-31T19:26:00.308Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15542024-10-31T19:26:00.308Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15552024-10-31T19:26:00.311Z+ rc=0
15562024-10-31T19:26:00.311Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15572024-10-31T19:26:28.145Z+ case $rc in
15582024-10-31T19:26:28.145Z+ pfexec zfs create -p rpool/images/build/host
15592024-10-31T19:26:28.346Z+ pfexec zfs create -p rpool/images/build/recovery
15602024-10-31T19:26:28.678Z+ cargo xtask releng --output-dir /work
15612024-10-31T19:26:29.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15622024-10-31T19:26:29.186Z Running `target/debug/xtask releng --output-dir /work`
15632024-10-31T19:26:30.029Z Compiling proc-macro2 v1.0.87
15642024-10-31T19:26:30.029Z Compiling unicode-ident v1.0.13
15652024-10-31T19:26:30.029Z Compiling libc v0.2.161
15662024-10-31T19:26:30.031Z Compiling serde v1.0.210
15672024-10-31T19:26:30.031Z Compiling autocfg v1.4.0
15682024-10-31T19:26:30.031Z Compiling version_check v0.9.5
15692024-10-31T19:26:30.031Z Compiling cfg-if v1.0.0
15702024-10-31T19:26:30.350Z Compiling typenum v1.17.0
15712024-10-31T19:26:30.353Z Compiling shlex v1.3.0
15722024-10-31T19:26:30.399Z Compiling memchr v2.7.4
15732024-10-31T19:26:30.825Z Compiling generic-array v0.14.7
15742024-10-31T19:26:30.866Z Compiling parking_lot_core v0.9.10
15752024-10-31T19:26:31.013Z Compiling lock_api v0.4.12
15762024-10-31T19:26:31.271Z Compiling serde_json v1.0.128
15772024-10-31T19:26:31.342Z Compiling libm v0.2.8
15782024-10-31T19:26:31.363Z Compiling value-bag v1.9.0
15792024-10-31T19:26:31.599Z Compiling num-traits v0.2.19
15802024-10-31T19:26:31.703Z Compiling slab v0.4.9
15812024-10-31T19:26:31.845Z Compiling log v0.4.22
15822024-10-31T19:26:31.906Z Compiling quote v1.0.37
15832024-10-31T19:26:31.947Z Compiling once_cell v1.20.2
15842024-10-31T19:26:32.046Z Compiling thiserror v1.0.64
15852024-10-31T19:26:32.348Z Compiling syn v2.0.79
15862024-10-31T19:26:32.378Z Compiling getrandom v0.2.15
15872024-10-31T19:26:32.531Z Compiling jobserver v0.1.32
15882024-10-31T19:26:32.621Z Compiling itoa v1.0.11
15892024-10-31T19:26:32.735Z Compiling scopeguard v1.2.0
15902024-10-31T19:26:32.832Z Compiling rand_core v0.6.4
15912024-10-31T19:26:32.864Z Compiling byteorder v1.5.0
15922024-10-31T19:26:32.895Z Compiling cc v1.1.30
15932024-10-31T19:26:33.640Z Compiling subtle v2.6.1
15942024-10-31T19:26:34.252Z Compiling semver v1.0.23
15952024-10-31T19:26:34.293Z Compiling pin-project-lite v0.2.14
15962024-10-31T19:26:34.473Z Compiling smallvec v1.13.2
15972024-10-31T19:26:34.687Z Compiling httparse v1.9.5
15982024-10-31T19:26:34.743Z Compiling const-oid v0.9.6
15992024-10-31T19:26:34.936Z Compiling ryu v1.0.18
16002024-10-31T19:26:34.981Z Compiling heck v0.5.0
16012024-10-31T19:26:35.038Z Compiling pkg-config v0.3.31
16022024-10-31T19:26:35.355Z Compiling futures-core v0.3.31
16032024-10-31T19:26:35.374Z Compiling allocator-api2 v0.2.18
16042024-10-31T19:26:35.679Z Compiling signal-hook-registry v1.4.2
16052024-10-31T19:26:36.197Z Compiling parking_lot v0.12.3
16062024-10-31T19:26:36.263Z Compiling ring v0.17.8
16072024-10-31T19:26:36.284Z Compiling mio v1.0.2
16082024-10-31T19:26:37.208Z Compiling socket2 v0.5.7
16092024-10-31T19:26:37.247Z Compiling crossbeam-utils v0.8.20
16102024-10-31T19:26:37.363Z Compiling fnv v1.0.7
16112024-10-31T19:26:37.509Z Compiling time-core v0.1.2
16122024-10-31T19:26:37.699Z Compiling vcpkg v0.2.15
16132024-10-31T19:26:37.833Z Compiling num-conv v0.1.0
16142024-10-31T19:26:37.970Z Compiling futures-sink v0.3.31
16152024-10-31T19:26:38.154Z Compiling time-macros v0.2.18
16162024-10-31T19:26:38.647Z Compiling ahash v0.8.11
16172024-10-31T19:26:38.678Z Compiling schemars v0.8.21
16182024-10-31T19:26:39.037Z Compiling spin v0.9.8
16192024-10-31T19:26:39.343Z Compiling openssl-sys v0.9.103
16202024-10-31T19:26:39.814Z Compiling equivalent v1.0.1
16212024-10-31T19:26:39.950Z Compiling rustix v0.38.37
16222024-10-31T19:26:40.128Z Compiling serde_derive_internals v0.29.1
16232024-10-31T19:26:40.412Z Compiling foldhash v0.1.3
16242024-10-31T19:26:40.595Z Compiling cpufeatures v0.2.14
16252024-10-31T19:26:40.769Z Compiling hashbrown v0.15.0
16262024-10-31T19:26:41.483Z Compiling futures-channel v0.3.31
16272024-10-31T19:26:42.077Z Compiling slog v2.7.0
16282024-10-31T19:26:42.151Z Compiling futures-io v0.3.31
16292024-10-31T19:26:42.443Z Compiling pin-utils v0.1.0
16302024-10-31T19:26:42.485Z Compiling futures-task v0.3.31
16312024-10-31T19:26:42.595Z Compiling tinyvec_macros v0.1.1
16322024-10-31T19:26:42.700Z Compiling tinyvec v1.8.0
16332024-10-31T19:26:42.775Z Compiling openssl v0.10.66
16342024-10-31T19:26:43.041Z Compiling ucd-trie v0.1.7
16352024-10-31T19:26:43.274Z Compiling iana-time-zone v0.1.61
16362024-10-31T19:26:43.311Z Compiling unicode-bidi v0.3.17
16372024-10-31T19:26:43.388Z Compiling tracing-core v0.1.32
16382024-10-31T19:26:43.473Z Compiling native-tls v0.2.12
16392024-10-31T19:26:43.658Z Compiling rustls v0.23.14
16402024-10-31T19:26:44.042Z Compiling base64ct v1.6.0
16412024-10-31T19:26:44.522Z Compiling unicode-normalization v0.1.24
16422024-10-31T19:26:44.686Z Compiling pem-rfc7468 v0.7.0
16432024-10-31T19:26:45.177Z Compiling serde_derive v1.0.210
16442024-10-31T19:26:45.324Z Compiling zeroize_derive v1.4.2
16452024-10-31T19:26:45.756Z Compiling zerocopy-derive v0.7.35
16462024-10-31T19:26:45.913Z Compiling tokio-macros v2.4.0
16472024-10-31T19:26:45.966Z Compiling thiserror-impl v1.0.64
16482024-10-31T19:26:46.050Z Compiling futures-macro v0.3.31
16492024-10-31T19:26:46.097Z Compiling tracing-attributes v0.1.27
16502024-10-31T19:26:46.930Z Compiling zeroize v1.8.1
16512024-10-31T19:26:47.901Z Compiling zerocopy v0.7.35
16522024-10-31T19:26:49.058Z Compiling crypto-common v0.1.6
16532024-10-31T19:26:49.131Z Compiling der_derive v0.7.3
16542024-10-31T19:26:49.330Z Compiling block-buffer v0.10.4
16552024-10-31T19:26:49.489Z Compiling schemars_derive v0.8.21
16562024-10-31T19:26:49.530Z Compiling futures-util v0.3.31
16572024-10-31T19:26:49.638Z Compiling digest v0.10.7
16582024-10-31T19:26:49.982Z Compiling scroll_derive v0.12.0
16592024-10-31T19:26:50.102Z Compiling hmac v0.12.1
16602024-10-31T19:26:50.335Z Compiling block-padding v0.3.3
16612024-10-31T19:26:50.335Z Compiling pest v2.7.14
16622024-10-31T19:26:51.298Z Compiling inout v0.1.3
16632024-10-31T19:26:51.352Z Compiling openssl-macros v0.1.1
16642024-10-31T19:26:51.593Z Compiling cipher v0.4.4
16652024-10-31T19:26:52.210Z Compiling sha2 v0.10.8
16662024-10-31T19:26:52.363Z Compiling tracing v0.1.40
16672024-10-31T19:26:52.385Z Compiling ppv-lite86 v0.2.20
16682024-10-31T19:26:53.260Z Compiling pest_meta v2.7.14
16692024-10-31T19:26:53.518Z Compiling async-trait v0.1.83
16702024-10-31T19:26:55.932Z Compiling pest_generator v2.7.14
16712024-10-31T19:26:57.015Z Compiling cookie v0.18.1
16722024-10-31T19:26:57.207Z Compiling usdt-impl v0.5.0
16732024-10-31T19:26:57.339Z Compiling dyn-clone v1.0.17
16742024-10-31T19:26:57.361Z Compiling flagset v0.4.6
16752024-10-31T19:26:57.542Z Compiling percent-encoding v2.3.1
16762024-10-31T19:26:57.597Z Compiling syn v1.0.109
16772024-10-31T19:26:57.636Z Compiling pest_derive v2.7.14
16782024-10-31T19:26:57.775Z Compiling der v0.7.9
16792024-10-31T19:26:58.265Z Compiling rand_chacha v0.3.1
16802024-10-31T19:26:58.436Z Compiling scroll v0.12.0
16812024-10-31T19:26:58.544Z Compiling bytes v1.7.2
16822024-10-31T19:26:59.001Z Compiling indexmap v2.6.0
16832024-10-31T19:26:59.240Z Compiling serde_tokenstream v0.2.2
16842024-10-31T19:26:59.812Z Compiling bitflags v2.6.0
16852024-10-31T19:26:59.920Z Compiling tokio v1.40.0
16862024-10-31T19:27:00.431Z Compiling http v1.1.0
16872024-10-31T19:27:01.054Z Compiling rustc_version v0.4.1
16882024-10-31T19:27:01.566Z Compiling uuid v1.10.0
16892024-10-31T19:27:01.727Z Compiling chrono v0.4.38
16902024-10-31T19:27:03.012Z Compiling aho-corasick v1.1.3
16912024-10-31T19:27:05.447Z Compiling regex-syntax v0.8.5
16922024-10-31T19:27:07.077Z Compiling rayon-core v1.12.1
16932024-10-31T19:27:07.248Z Compiling plain v0.2.3
16942024-10-31T19:27:07.424Z Compiling rustls-pki-types v1.9.0
16952024-10-31T19:27:07.700Z Compiling camino v1.1.9
16962024-10-31T19:27:07.854Z Compiling goblin v0.8.2
16972024-10-31T19:27:08.531Z Compiling spki v0.7.3
16982024-10-31T19:27:08.956Z Compiling rand v0.8.5
16992024-10-31T19:27:09.725Z Compiling regex-automata v0.4.8
17002024-10-31T19:27:10.081Z Compiling tokio-util v0.7.12
17012024-10-31T19:27:11.663Z Compiling salsa20 v0.10.2
17022024-10-31T19:27:11.844Z Compiling pbkdf2 v0.12.2
17032024-10-31T19:27:13.245Z Compiling powerfmt v0.2.0
17042024-10-31T19:27:13.283Z Compiling pretty-hex v0.4.1
17052024-10-31T19:27:13.566Z Compiling try-lock v0.2.5
17062024-10-31T19:27:13.739Z Compiling rustls v0.22.4
17072024-10-31T19:27:14.147Z Compiling untrusted v0.9.0
17082024-10-31T19:27:15.411Z Compiling dof v0.3.0
17092024-10-31T19:27:17.382Z Compiling want v0.3.1
17102024-10-31T19:27:17.417Z Compiling deranged v0.3.11
17112024-10-31T19:27:18.198Z Compiling scrypt v0.11.0
17122024-10-31T19:27:18.863Z Compiling dtrace-parser v0.2.0
17132024-10-31T19:27:19.031Z Compiling form_urlencoded v1.2.1
17142024-10-31T19:27:19.636Z Compiling cbc v0.1.2
17152024-10-31T19:27:19.819Z Compiling aes v0.8.4
17162024-10-31T19:27:19.899Z Compiling thread-id v4.2.2
17172024-10-31T19:27:20.039Z Compiling errno v0.3.9
17182024-10-31T19:27:20.075Z Compiling num_threads v0.1.7
17192024-10-31T19:27:20.258Z Compiling atomic-waker v1.1.2
17202024-10-31T19:27:20.612Z Compiling httpdate v1.0.3
17212024-10-31T19:27:21.037Z Compiling pkcs5 v0.7.1
17222024-10-31T19:27:21.572Z Compiling time v0.3.36
17232024-10-31T19:27:23.811Z Compiling rustls-webpki v0.102.8
17242024-10-31T19:27:24.408Z Compiling http-body v1.0.1
17252024-10-31T19:27:24.702Z Compiling heapless v0.7.17
17262024-10-31T19:27:24.965Z Compiling zerocopy-derive v0.6.6
17272024-10-31T19:27:25.204Z Compiling multer v3.1.0
17282024-10-31T19:27:25.252Z Compiling anyhow v1.0.89
17292024-10-31T19:27:25.775Z Compiling signal-hook v0.3.17
17302024-10-31T19:27:26.015Z Compiling slog-async v2.8.0
17312024-10-31T19:27:26.206Z Compiling num-bigint-dig v0.8.4
17322024-10-31T19:27:26.639Z Compiling tower-service v0.3.3
17332024-10-31T19:27:26.838Z Compiling pkcs8 v0.10.2
17342024-10-31T19:27:26.903Z Compiling h2 v0.4.6
17352024-10-31T19:27:27.313Z Compiling regex v1.11.0
17362024-10-31T19:27:28.453Z Compiling idna v0.5.0
17372024-10-31T19:27:29.215Z Compiling strsim v0.11.1
17382024-10-31T19:27:29.250Z Compiling rustversion v1.0.17
17392024-10-31T19:27:29.530Z Compiling base64 v0.22.1
17402024-10-31T19:27:29.725Z Compiling paste v1.0.15
17412024-10-31T19:27:30.045Z Compiling url v2.5.2
17422024-10-31T19:27:32.638Z Compiling usdt-macro v0.5.0
17432024-10-31T19:27:33.171Z Compiling usdt-attr-macro v0.5.0
17442024-10-31T19:27:34.614Z Compiling hyper v1.4.1
17452024-10-31T19:27:35.341Z Compiling curve25519-dalek v4.1.3
17462024-10-31T19:27:35.781Z Compiling openapiv3 v2.0.0
17472024-10-31T19:27:35.938Z Compiling toml_datetime v0.6.8
17482024-10-31T19:27:36.405Z Compiling serde_spanned v0.6.8
17492024-10-31T19:27:37.216Z Compiling async-stream-impl v0.3.6
17502024-10-31T19:27:37.438Z Compiling enum-as-inner v0.6.1
17512024-10-31T19:27:38.517Z Compiling dropshot v0.12.0
17522024-10-31T19:27:38.554Z Compiling portable-atomic v1.9.0
17532024-10-31T19:27:38.918Z Compiling smoltcp v0.9.1
17542024-10-31T19:27:39.619Z Compiling foreign-types-shared v0.1.1
17552024-10-31T19:27:39.681Z Compiling match_cfg v0.1.0
17562024-10-31T19:27:39.747Z Compiling foreign-types v0.3.2
17572024-10-31T19:27:39.893Z Compiling hostname v0.3.1
17582024-10-31T19:27:39.925Z Compiling hyper-util v0.1.9
17592024-10-31T19:27:43.791Z Compiling clap_derive v4.5.18
17602024-10-31T19:27:45.063Z Compiling dirs-sys-next v0.1.2
17612024-10-31T19:27:45.292Z Compiling encoding_rs v0.8.34
17622024-10-31T19:27:45.777Z Compiling adler2 v2.0.0
17632024-10-31T19:27:45.980Z Compiling ipnet v2.10.1
17642024-10-31T19:27:48.216Z Compiling data-encoding v2.6.0
17652024-10-31T19:27:49.051Z Compiling siphasher v0.3.11
17662024-10-31T19:27:49.470Z Compiling mime v0.3.17
17672024-10-31T19:27:49.900Z Compiling miniz_oxide v0.8.0
17682024-10-31T19:27:50.710Z Compiling dirs-next v2.0.0
17692024-10-31T19:27:56.728Z Compiling hubpack_derive v0.1.1
17702024-10-31T19:27:57.229Z Compiling http-body-util v0.1.2
17712024-10-31T19:27:57.291Z Compiling serde_urlencoded v0.7.1
17722024-10-31T19:27:57.682Z Compiling crossbeam-epoch v0.9.18
17732024-10-31T19:27:57.894Z Compiling dropshot_endpoint v0.12.0
17742024-10-31T19:27:57.920Z Compiling hashbrown v0.14.5
17752024-10-31T19:27:58.075Z Compiling sha1 v0.10.6
17762024-10-31T19:27:58.292Z Compiling signature v2.2.0
17772024-10-31T19:27:58.440Z Compiling curve25519-dalek-derive v0.1.1
17782024-10-31T19:27:58.594Z Compiling lazy_static v1.5.0
17792024-10-31T19:27:58.626Z Compiling thread_local v1.1.8
17802024-10-31T19:27:58.862Z Compiling fs-err v2.11.0
17812024-10-31T19:27:59.258Z Compiling either v1.13.0
17822024-10-31T19:27:59.526Z Compiling gimli v0.31.1
17832024-10-31T19:27:59.896Z Compiling unicode-properties v0.1.3
17842024-10-31T19:28:00.333Z Compiling openssl-probe v0.1.5
17852024-10-31T19:28:00.872Z Compiling winnow v0.6.20
17862024-10-31T19:28:01.071Z Compiling anstyle v1.0.8
17872024-10-31T19:28:01.511Z Compiling utf8parse v0.2.2
17882024-10-31T19:28:01.685Z Compiling anstyle-parse v0.2.5
17892024-10-31T19:28:02.180Z Compiling stringprep v0.1.5
17902024-10-31T19:28:02.767Z Compiling regress v0.10.1
17912024-10-31T19:28:02.960Z Compiling crossbeam-deque v0.8.5
17922024-10-31T19:28:05.064Z Compiling toml_edit v0.22.22
17932024-10-31T19:28:05.105Z Compiling addr2line v0.24.2
17942024-10-31T19:28:05.814Z Compiling term v0.7.0
17952024-10-31T19:28:07.245Z Compiling slog-json v2.6.1
17962024-10-31T19:28:08.509Z Compiling crossbeam-channel v0.5.13
17972024-10-31T19:28:08.918Z Compiling rustls-pemfile v2.2.0
17982024-10-31T19:28:09.851Z Compiling futures-executor v0.3.31
17992024-10-31T19:28:10.421Z Compiling md-5 v0.10.6
18002024-10-31T19:28:10.546Z Compiling idna v0.3.0
18012024-10-31T19:28:10.721Z Compiling idna v0.4.0
18022024-10-31T19:28:12.145Z Compiling num-integer v0.1.46
18032024-10-31T19:28:12.328Z Compiling ff v0.13.0
18042024-10-31T19:28:12.568Z Compiling hash32 v0.2.1
18052024-10-31T19:28:12.663Z Compiling is-terminal v0.4.13
18062024-10-31T19:28:12.689Z Compiling memmap v0.7.0
18072024-10-31T19:28:12.872Z Compiling object v0.36.5
18082024-10-31T19:28:12.922Z Compiling heck v0.4.1
18092024-10-31T19:28:13.005Z Compiling stable_deref_trait v1.2.0
18102024-10-31T19:28:13.067Z Compiling fallible-iterator v0.2.0
18112024-10-31T19:28:13.157Z Compiling colorchoice v1.0.2
18122024-10-31T19:28:13.380Z Compiling utf-8 v0.7.6
18132024-10-31T19:28:13.504Z Compiling is_terminal_polyfill v1.70.1
18142024-10-31T19:28:13.665Z Compiling linked-hash-map v0.5.6
18152024-10-31T19:28:13.686Z Compiling rustc-demangle v0.1.24
18162024-10-31T19:28:13.910Z Compiling base16ct v0.2.0
18172024-10-31T19:28:14.046Z Compiling take_mut v0.2.2
18182024-10-31T19:28:14.265Z Compiling quick-error v1.2.3
18192024-10-31T19:28:14.308Z Compiling anstyle-query v1.1.1
18202024-10-31T19:28:14.480Z Compiling psl-types v2.0.11
18212024-10-31T19:28:14.715Z Compiling publicsuffix v2.2.3
18222024-10-31T19:28:15.003Z Compiling anstream v0.6.15
18232024-10-31T19:28:15.174Z Compiling resolv-conf v0.7.0
18242024-10-31T19:28:15.806Z Compiling sec1 v0.7.3
18252024-10-31T19:28:15.909Z Compiling lru-cache v0.1.2
18262024-10-31T19:28:15.947Z Compiling postgres-protocol v0.6.7
18272024-10-31T19:28:16.168Z Compiling tungstenite v0.24.0
18282024-10-31T19:28:16.437Z Compiling strum_macros v0.25.3
18292024-10-31T19:28:17.306Z Compiling usdt v0.5.0
18302024-10-31T19:28:17.776Z Compiling slog-term v2.9.1
18312024-10-31T19:28:18.043Z Compiling num-iter v0.1.45
18322024-10-31T19:28:18.247Z Compiling group v0.13.0
18332024-10-31T19:28:18.577Z Compiling hickory-proto v0.24.1
18342024-10-31T19:28:18.820Z Compiling futures v0.3.31
18352024-10-31T19:28:18.951Z Compiling tokio-rustls v0.26.0
18362024-10-31T19:28:21.096Z Compiling backtrace v0.3.74
18372024-10-31T19:28:21.228Z Compiling toml v0.8.19
18382024-10-31T19:28:21.363Z Compiling tokio-rustls v0.25.0
18392024-10-31T19:28:22.673Z Compiling slog-bunyan v2.5.0
18402024-10-31T19:28:22.752Z Compiling typify-impl v0.2.0
18412024-10-31T19:28:22.829Z Compiling tokio-native-tls v0.3.1
18422024-10-31T19:28:22.866Z Compiling terminal_size v0.4.0
18432024-10-31T19:28:23.088Z Compiling phf_shared v0.11.2
18442024-10-31T19:28:23.295Z Compiling async-stream v0.3.6
18452024-10-31T19:28:23.613Z Compiling waitgroup v0.1.2
18462024-10-31T19:28:23.819Z Compiling webpki-roots v0.26.6
18472024-10-31T19:28:23.939Z Compiling serde_path_to_error v0.1.16
18482024-10-31T19:28:24.111Z Compiling hkdf v0.12.4
18492024-10-31T19:28:24.159Z Compiling crypto-bigint v0.5.5
18502024-10-31T19:28:24.721Z Compiling derive-where v1.2.7
18512024-10-31T19:28:27.338Z Compiling serde_repr v0.1.19
18522024-10-31T19:28:27.760Z Compiling hostname v0.4.0
18532024-10-31T19:28:27.763Z Compiling bitflags v1.3.2
18542024-10-31T19:28:28.003Z Compiling winnow v0.5.40
18552024-10-31T19:28:28.310Z Compiling unicode-width v0.1.14
18562024-10-31T19:28:28.349Z Compiling managed v0.8.0
18572024-10-31T19:28:28.379Z Compiling debug-ignore v1.0.5
18582024-10-31T19:28:28.582Z Compiling clap_lex v0.7.2
18592024-10-31T19:28:28.774Z Compiling console v0.15.8
18602024-10-31T19:28:29.021Z Compiling clap_builder v4.5.20
18612024-10-31T19:28:30.058Z Compiling elliptic-curve v0.13.8
18622024-10-31T19:28:31.294Z Compiling hickory-resolver v0.24.1
18632024-10-31T19:28:31.752Z Compiling toml_edit v0.19.15
18642024-10-31T19:28:33.380Z Compiling hyper-rustls v0.27.3
18652024-10-31T19:28:33.630Z Compiling typify-macro v0.2.0
18662024-10-31T19:28:36.294Z Compiling phf v0.11.2
18672024-10-31T19:28:37.139Z Compiling hyper-tls v0.6.0
18682024-10-31T19:28:37.543Z Compiling signal-hook-mio v0.2.4
18692024-10-31T19:28:37.710Z Compiling rayon v1.10.0
18702024-10-31T19:28:37.731Z Compiling cookie_store v0.21.0
18712024-10-31T19:28:37.805Z Compiling tokio-tungstenite v0.24.0
18722024-10-31T19:28:37.922Z Compiling postgres-types v0.2.8
18732024-10-31T19:28:38.526Z Compiling ed25519 v2.2.3
18742024-10-31T19:28:38.683Z Compiling hubpack v0.1.2
18752024-10-31T19:28:38.702Z Compiling phf_shared v0.10.0
18762024-10-31T19:28:39.074Z Compiling pkcs1 v0.7.5
18772024-10-31T19:28:39.109Z Compiling zerocopy v0.6.6
18782024-10-31T19:28:39.235Z Compiling bstr v1.10.0
18792024-10-31T19:28:40.016Z Compiling tokio-stream v0.1.16
18802024-10-31T19:28:40.226Z Compiling serde-big-array v0.5.1
18812024-10-31T19:28:40.459Z Compiling rfc6979 v0.4.0
18822024-10-31T19:28:40.669Z Compiling float-cmp v0.9.0
18832024-10-31T19:28:40.864Z Compiling sync_wrapper v1.0.1
18842024-10-31T19:28:40.937Z Compiling crc32fast v1.4.2
18852024-10-31T19:28:41.029Z Compiling static_assertions v1.1.0
18862024-10-31T19:28:41.062Z Compiling fixedbitset v0.4.2
18872024-10-31T19:28:41.065Z Compiling precomputed-hash v0.1.1
18882024-10-31T19:28:41.177Z Compiling minimal-lexical v0.2.1
18892024-10-31T19:28:41.417Z Compiling new_debug_unreachable v1.0.6
18902024-10-31T19:28:41.463Z Compiling bit-vec v0.6.3
18912024-10-31T19:28:41.519Z Compiling predicates-core v1.0.8
18922024-10-31T19:28:41.768Z Compiling number_prefix v0.4.0
18932024-10-31T19:28:41.808Z Compiling normalize-line-endings v0.3.0
18942024-10-31T19:28:41.877Z Compiling difflib v0.4.0
18952024-10-31T19:28:41.976Z Compiling unicode-segmentation v1.12.0
18962024-10-31T19:28:42.088Z Compiling whoami v1.5.2
18972024-10-31T19:28:42.285Z Compiling predicates v3.1.2
18982024-10-31T19:28:42.506Z Compiling tokio-postgres v0.7.12
18992024-10-31T19:28:42.617Z Compiling indicatif v0.17.8
19002024-10-31T19:28:42.803Z Compiling similar v2.6.0
19012024-10-31T19:28:43.740Z Compiling bit-set v0.5.3
19022024-10-31T19:28:44.035Z Compiling nom v7.1.3
19032024-10-31T19:28:44.184Z Compiling string_cache v0.8.7
19042024-10-31T19:28:44.566Z Compiling petgraph v0.6.5
19052024-10-31T19:28:47.826Z Compiling flate2 v1.0.34
19062024-10-31T19:28:48.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19072024-10-31T19:28:48.485Z Compiling reqwest v0.12.8
19082024-10-31T19:28:48.519Z Compiling qorb v0.2.0
19092024-10-31T19:28:48.578Z Compiling ecdsa v0.16.9
19102024-10-31T19:28:50.072Z Compiling rsa v0.9.6
19112024-10-31T19:28:51.121Z Compiling ed25519-dalek v2.1.1
19122024-10-31T19:28:52.096Z Compiling crossterm v0.28.1
19132024-10-31T19:28:52.308Z Compiling toml v0.7.8
19142024-10-31T19:28:52.457Z Compiling clap v4.5.20
19152024-10-31T19:28:53.825Z Compiling itertools v0.12.1
19162024-10-31T19:28:53.898Z Compiling itertools v0.10.5
19172024-10-31T19:28:56.625Z Compiling x509-cert v0.2.5
19182024-10-31T19:28:56.744Z Compiling hex v0.4.3
19192024-10-31T19:28:58.965Z Compiling lalrpop-util v0.19.12
19202024-10-31T19:28:59.138Z Compiling peg-runtime v0.8.3
19212024-10-31T19:28:59.803Z Compiling radium v0.7.0
19222024-10-31T19:29:00.265Z Compiling unicode-xid v0.2.6
19232024-10-31T19:29:00.851Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242024-10-31T19:29:08.158Z Compiling tap v1.0.1
19252024-10-31T19:29:08.927Z Compiling ident_case v1.0.1
19262024-10-31T19:29:09.118Z Compiling maybe-uninit v2.0.0
19272024-10-31T19:29:09.836Z Compiling darling_core v0.20.10
19282024-10-31T19:29:15.659Z Compiling wyz v0.5.1
19292024-10-31T19:29:29.048Z Compiling typify v0.2.0
19302024-10-31T19:29:32.164Z Compiling http v0.2.12
19312024-10-31T19:29:33.457Z Compiling bzip2-sys v0.1.11+1.0.8
19322024-10-31T19:29:34.701Z Compiling unsafe-libyaml v0.2.11
19332024-10-31T19:29:34.754Z Compiling funty v2.0.0
19342024-10-31T19:29:35.586Z Compiling packed_struct v0.10.1
19352024-10-31T19:29:36.606Z Compiling base64 v0.21.7
19362024-10-31T19:29:37.113Z Compiling serde_yaml v0.9.34+deprecated
19372024-10-31T19:29:37.283Z Compiling bitvec v1.0.1
19382024-10-31T19:29:44.684Z Compiling progenitor-impl v0.8.0
19392024-10-31T19:29:48.340Z Compiling darling_macro v0.20.10
19402024-10-31T19:29:49.790Z Compiling packed_struct_codegen v0.10.1
19412024-10-31T19:29:51.177Z Compiling structmeta-derive v0.3.0
19422024-10-31T19:29:52.217Z Compiling indexmap v1.9.3
19432024-10-31T19:29:52.534Z Compiling crc-catalog v2.4.0
19442024-10-31T19:29:52.694Z Compiling newtype-uuid v1.1.2
19452024-10-31T19:29:53.005Z Compiling nodrop v0.1.14
19462024-10-31T19:29:53.179Z Compiling fastrand v2.1.1
19472024-10-31T19:29:53.863Z Compiling structmeta v0.3.0
19482024-10-31T19:29:53.870Z Compiling tempfile v3.13.0
19492024-10-31T19:29:54.017Z Compiling array-init v0.0.4
19502024-10-31T19:29:56.125Z Compiling crc v3.2.1
19512024-10-31T19:29:56.750Z Compiling progenitor-macro v0.8.0
19522024-10-31T19:30:00.436Z Compiling darling v0.20.10
19532024-10-31T19:30:00.570Z Compiling smallvec v0.6.14
19542024-10-31T19:30:05.195Z Compiling h2 v0.3.26
19552024-10-31T19:30:05.621Z Compiling http-body v0.4.6
19562024-10-31T19:30:06.163Z Compiling progenitor-client v0.8.0
19572024-10-31T19:30:10.830Z Compiling pin-project-internal v1.1.6
19582024-10-31T19:30:12.233Z Compiling same-file v1.0.6
19592024-10-31T19:30:12.528Z Compiling bitfield v0.14.0
19602024-10-31T19:30:12.849Z Compiling termcolor v1.4.1
19612024-10-31T19:30:13.619Z Compiling hashbrown v0.12.3
19622024-10-31T19:30:22.163Z Compiling pin-project v1.1.6
19632024-10-31T19:30:22.359Z Compiling env_logger v0.10.2
19642024-10-31T19:30:23.116Z Compiling hyper v0.14.30
19652024-10-31T19:30:23.847Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19662024-10-31T19:30:24.892Z Compiling walkdir v2.5.0
19672024-10-31T19:30:28.437Z Compiling progenitor v0.8.0
19682024-10-31T19:30:30.030Z Compiling serde-hex v0.1.0
19692024-10-31T19:30:30.914Z Compiling bzip2 v0.4.4
19702024-10-31T19:30:31.385Z Compiling serde_with_macros v3.11.0
19712024-10-31T19:30:33.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19722024-10-31T19:30:34.181Z Compiling parse-display-derive v0.10.0
19732024-10-31T19:30:34.426Z Compiling ron v0.8.1
19742024-10-31T19:30:37.914Z Compiling strum_macros v0.26.4
19752024-10-31T19:30:38.133Z Compiling ipnetwork v0.20.0
19762024-10-31T19:30:38.650Z Compiling hashbrown v0.13.2
19772024-10-31T19:30:38.689Z Compiling xattr v1.3.1
19782024-10-31T19:30:39.001Z Compiling snafu-derive v0.8.5
19792024-10-31T19:30:40.014Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19802024-10-31T19:30:40.339Z Compiling blake3 v1.5.4
19812024-10-31T19:30:40.735Z Compiling ring v0.16.20
19822024-10-31T19:30:41.077Z Compiling filetime v0.2.25
19832024-10-31T19:30:41.304Z Compiling instant v0.1.13
19842024-10-31T19:30:41.519Z Compiling crc-any v2.5.0
19852024-10-31T19:30:41.686Z Compiling sync_wrapper v0.1.2
19862024-10-31T19:30:41.877Z Compiling buf-list v1.0.3
19872024-10-31T19:30:42.063Z Compiling strum v0.26.3
19882024-10-31T19:30:42.267Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19892024-10-31T19:30:42.298Z Compiling reqwest v0.11.27
19902024-10-31T19:30:42.525Z Compiling backoff v0.4.0
19912024-10-31T19:30:42.898Z Compiling tar v0.4.42
19922024-10-31T19:30:43.513Z Compiling snafu v0.8.5
19932024-10-31T19:30:43.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19942024-10-31T19:30:43.945Z Compiling object v0.30.4
19952024-10-31T19:30:44.782Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19962024-10-31T19:30:48.440Z Compiling parse-display v0.10.0
19972024-10-31T19:30:48.461Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19982024-10-31T19:30:48.493Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19992024-10-31T19:30:49.074Z Compiling serde_with v3.11.0
20002024-10-31T19:30:50.001Z Compiling zip v0.6.6
20012024-10-31T19:30:50.314Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20022024-10-31T19:30:51.012Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20032024-10-31T19:30:52.593Z Compiling camino-tempfile v1.1.1
20042024-10-31T19:30:53.355Z Compiling globset v0.4.15
20052024-10-31T19:30:53.481Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20062024-10-31T19:30:53.692Z Compiling regress v0.9.1
20072024-10-31T19:30:55.601Z Compiling pem v3.0.4
20082024-10-31T19:30:56.465Z Compiling olpc-cjson v0.1.4
20092024-10-31T19:30:56.592Z Compiling serde_plain v1.0.2
20102024-10-31T19:30:56.797Z Compiling macaddr v1.0.1
20112024-10-31T19:30:57.078Z Compiling async-recursion v1.1.1
20122024-10-31T19:30:57.123Z Compiling memmap2 v0.9.5
20132024-10-31T19:30:57.420Z Compiling arrayref v0.3.9
20142024-10-31T19:30:57.544Z Compiling path-slash v0.1.5
20152024-10-31T19:30:57.687Z Compiling typed-path v0.7.1
20162024-10-31T19:30:57.787Z Compiling spin v0.5.2
20172024-10-31T19:30:58.062Z Compiling untrusted v0.7.1
20182024-10-31T19:30:58.277Z Compiling arrayvec v0.7.6
20192024-10-31T19:30:58.480Z Compiling constant_time_eq v0.3.1
20202024-10-31T19:30:58.919Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20212024-10-31T19:31:00.784Z Compiling tough v0.17.1
20222024-10-31T19:31:01.437Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20232024-10-31T19:31:03.039Z Compiling itertools v0.13.0
20242024-10-31T19:31:04.190Z Compiling cargo-platform v0.1.8
20252024-10-31T19:31:05.301Z Compiling topological-sort v0.2.2
20262024-10-31T19:31:05.597Z Compiling parse-size v1.0.0
20272024-10-31T19:31:05.902Z Compiling omicron-zone-package v0.11.1
20282024-10-31T19:31:05.951Z Compiling cargo_metadata v0.18.1
20292024-10-31T19:31:06.759Z Compiling shell-words v1.1.0
20302024-10-31T19:31:14.954Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20312024-10-31T19:31:26.635Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20322024-10-31T19:31:41.802Z Finished `release` profile [optimized] target(s) in 5m 12s
20332024-10-31T19:31:41.958Z Running `target/release/omicron-releng --output-dir /work`
20342024-10-31T19:31:42.004ZOct 31 19:31:41.040 DEBG changing working directory to /work/oxidecomputer/omicron
20352024-10-31T19:31:42.096ZOct 31 19:31:41.135 DEBG running: git rev-parse HEAD
20362024-10-31T19:31:42.103ZOct 31 19:31:41.141 DEBG process exited with exit status: 0 (6.349171ms)
20372024-10-31T19:31:42.103ZOct 31 19:31:41.141 INFO version: 12.0.0-0.ci+git2a5038591e4
20382024-10-31T19:31:42.143ZOct 31 19:31:41.181 INFO cloning helios to /work/oxidecomputer/helios
20392024-10-31T19:31:42.143ZOct 31 19:31:41.181 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20402024-10-31T19:31:42.148ZCloning into '/work/oxidecomputer/helios'...
20412024-10-31T19:31:42.661ZOct 31 19:31:41.699 DEBG process exited with exit status: 0 (518.147849ms)
20422024-10-31T19:31:42.661ZOct 31 19:31:41.699 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20432024-10-31T19:31:42.669Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20442024-10-31T19:31:42.669Z# branch.head master
20452024-10-31T19:31:42.669Z# branch.upstream origin/master
20462024-10-31T19:31:42.669Z# branch.ab +0 -0
20472024-10-31T19:31:42.672ZOct 31 19:31:41.707 DEBG process exited with exit status: 0 (7.877723ms)
20482024-10-31T19:31:42.672ZOct 31 19:31:41.707 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20492024-10-31T19:31:43.496ZOct 31 19:31:42.534 DEBG process exited with exit status: 0 (826.5911ms)
20502024-10-31T19:31:43.497ZOct 31 19:31:42.534 DEBG running: zfs list rpool/images/build/host
20512024-10-31T19:31:43.502ZNAME USED AVAIL REFER MOUNTPOINT
20522024-10-31T19:31:43.503Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20532024-10-31T19:31:43.505ZOct 31 19:31:42.541 DEBG process exited with exit status: 0 (7.346584ms)
20542024-10-31T19:31:43.505ZOct 31 19:31:42.541 DEBG running: zfs list rpool/images/build/recovery
20552024-10-31T19:31:43.509ZNAME USED AVAIL REFER MOUNTPOINT
20562024-10-31T19:31:43.509Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20572024-10-31T19:31:43.511ZOct 31 19:31:42.548 DEBG process exited with exit status: 0 (6.227668ms)
20582024-10-31T19:31:43.512ZOct 31 19:31:42.548 INFO [hubris-production] running task
20592024-10-31T19:31:43.512ZOct 31 19:31:42.549 INFO [hubris-staging] running task
20602024-10-31T19:31:43.512ZOct 31 19:31:42.549 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20612024-10-31T19:31:43.514ZOct 31 19:31:42.552 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20622024-10-31T19:31:43.920Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20632024-10-31T19:31:44.049Z[ omicron-package] Blocking waiting for file lock on package cache
20642024-10-31T19:31:44.849Z[ omicron-package] Blocking waiting for file lock on package cache
20652024-10-31T19:31:45.584ZOct 31 19:31:44.622 INFO [hubris-production] task succeeded (2.073763899s)
20662024-10-31T19:31:45.686Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20672024-10-31T19:31:45.856Z[ omicron-package] Compiling heapless v0.8.0
20682024-10-31T19:31:45.894Z[ omicron-package] Compiling hash32 v0.3.1
20692024-10-31T19:31:45.897Z[ omicron-package] Compiling smoltcp v0.11.0
20702024-10-31T19:31:45.946Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20712024-10-31T19:31:45.949Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20722024-10-31T19:31:45.952Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20732024-10-31T19:31:45.952Z[ omicron-package] Compiling cobs v0.2.3
20742024-10-31T19:31:46.665Z[ omicron-package] Compiling postcard v1.0.10
20752024-10-31T19:31:47.037Z[ omicron-package] Compiling num_enum_derive v0.5.11
20762024-10-31T19:31:47.307Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20772024-10-31T19:31:47.310Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20782024-10-31T19:31:47.310Z[ omicron-package] Compiling proc-macro-error v1.0.4
20792024-10-31T19:31:47.758Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20802024-10-31T19:31:47.937Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20812024-10-31T19:31:48.551Z[ omicron-package] Compiling tabwriter v1.4.0
20822024-10-31T19:31:48.808Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832024-10-31T19:31:48.812Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20842024-10-31T19:31:48.813Z[ omicron-package] Compiling cstr-argument v0.1.2
20852024-10-31T19:31:49.649Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20862024-10-31T19:31:49.674Z[ omicron-package] Compiling foreign-types v0.5.0
20872024-10-31T19:31:49.997Z[ omicron-package] Compiling pretty-hex v0.2.1
20882024-10-31T19:31:50.314Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20892024-10-31T19:31:50.654Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20902024-10-31T19:31:50.743Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20912024-10-31T19:31:50.916Z[ omicron-package] Compiling colored v2.1.0
20922024-10-31T19:31:50.919Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20932024-10-31T19:31:51.142Z[ omicron-package] Compiling num_enum v0.5.11
20942024-10-31T19:31:51.388Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
20952024-10-31T19:31:51.741Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20962024-10-31T19:31:51.800Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20972024-10-31T19:31:51.929Z[ omicron-package] Compiling num-derive v0.4.2
20982024-10-31T19:31:52.024Z[ omicron-package] Compiling sigpipe v0.1.3
20992024-10-31T19:31:52.166Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21002024-10-31T19:31:52.535Z[ omicron-package] Compiling libefi-sys v0.1.0
21012024-10-31T19:31:52.855Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21022024-10-31T19:31:53.028Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21032024-10-31T19:31:53.192Z[ omicron-package] Compiling smf v0.2.3
21042024-10-31T19:31:53.972Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21052024-10-31T19:31:54.130Z[ omicron-package] Compiling bitfield-struct v0.6.2
21062024-10-31T19:31:54.705ZOct 31 19:31:53.742 INFO [hubris-staging] task succeeded (11.193096645s)
21072024-10-31T19:31:55.090Z[ omicron-package] Compiling zone v0.3.0
21082024-10-31T19:31:55.952Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21092024-10-31T19:31:56.655Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21102024-10-31T19:31:57.154Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21112024-10-31T19:31:58.274Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21122024-10-31T19:31:58.885Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132024-10-31T19:31:59.182Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21142024-10-31T19:31:59.233Z[ omicron-package] Compiling gethostname v0.5.0
21152024-10-31T19:31:59.836Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162024-10-31T19:32:00.659Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21172024-10-31T19:32:03.188Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21182024-10-31T19:32:06.086Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21192024-10-31T19:32:06.619Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21202024-10-31T19:32:08.122Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21212024-10-31T19:32:25.370Z[ helios-setup] Oct 31 19:32:24.405 INFO helios repository root is: /work/oxidecomputer/helios
21222024-10-31T19:32:25.373Z[ helios-setup] Oct 31 19:32:24.407 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
21232024-10-31T19:32:25.373Z[ helios-setup] Oct 31 19:32:24.407 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21242024-10-31T19:32:25.376Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21252024-10-31T19:32:26.182Z[ helios-setup] Oct 31 19:32:25.216 INFO clone ok!, project: bootserver
21262024-10-31T19:32:26.184Z[ helios-setup] Oct 31 19:32:25.217 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
21272024-10-31T19:32:26.185Z[ helios-setup] Oct 31 19:32:25.217 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21282024-10-31T19:32:26.188Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21292024-10-31T19:32:26.650Z[ helios-setup] Oct 31 19:32:25.684 INFO clone ok!, project: pinprick
21302024-10-31T19:32:26.652Z[ helios-setup] Oct 31 19:32:25.684 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21312024-10-31T19:32:26.652Z[ helios-setup] Oct 31 19:32:25.685 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
21322024-10-31T19:32:26.652Z[ helios-setup] Oct 31 19:32:25.685 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21332024-10-31T19:32:26.654Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21342024-10-31T19:32:27.150Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.62s
21352024-10-31T19:32:27.170Z[ helios-setup] Oct 31 19:32:26.205 INFO clone ok!, project: phbl
21362024-10-31T19:32:27.172Z[ helios-setup] Oct 31 19:32:26.205 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21372024-10-31T19:32:27.172Z[ helios-setup] Oct 31 19:32:26.205 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
21382024-10-31T19:32:27.172Z[ helios-setup] Oct 31 19:32:26.205 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21392024-10-31T19:32:27.175Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21402024-10-31T19:32:27.373Z[ omicron-package]
21412024-10-31T19:32:27.373Z[ omicron-package] real 43.817952552
21422024-10-31T19:32:27.376Z[ omicron-package] user 2:37.509507120
21432024-10-31T19:32:27.376Z[ omicron-package] sys 20.661739283
21442024-10-31T19:32:27.376Z[ omicron-package] trap 0.151996595
21452024-10-31T19:32:27.376Z[ omicron-package] tflt 0.510047938
21462024-10-31T19:32:27.376Z[ omicron-package] dflt 0.606529590
21472024-10-31T19:32:27.376Z[ omicron-package] kflt 0.000369207
21482024-10-31T19:32:27.376Z[ omicron-package] lock 4:51.887483464
21492024-10-31T19:32:27.376Z[ omicron-package] slp 8:10.279817573
21502024-10-31T19:32:27.376Z[ omicron-package] lat 1:34.045252610
21512024-10-31T19:32:27.376Z[ omicron-package] stop 52.274543784
21522024-10-31T19:32:27.376ZOct 31 19:32:26.409 INFO [omicron-package] process exited with exit status: 0 (43.859987173s)
21532024-10-31T19:32:27.376ZOct 31 19:32:26.409 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
21542024-10-31T19:32:27.442ZOct 31 19:32:26.477 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21552024-10-31T19:32:27.453Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21562024-10-31T19:32:27.455Z[ host-target] Created new build target 'host' and set it as active
21572024-10-31T19:32:27.455ZOct 31 19:32:26.490 INFO [host-target] process exited with exit status: 0 (80.771515ms)
21582024-10-31T19:32:27.455ZOct 31 19:32:26.490 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21592024-10-31T19:32:27.461Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21602024-10-31T19:32:27.461Z[ recovery-target] Created new build target 'recovery' and set it as active
21612024-10-31T19:32:27.464ZOct 31 19:32:26.497 INFO [recovery-target] process exited with exit status: 0 (19.941904ms)
21622024-10-31T19:32:27.469Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21632024-10-31T19:32:27.661Z[ helios-setup] Oct 31 19:32:26.696 INFO clone ok!, project: image-builder
21642024-10-31T19:32:27.664Z[ helios-setup] Oct 31 19:32:26.696 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
21652024-10-31T19:32:27.664Z[ helios-setup] Oct 31 19:32:26.696 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
21662024-10-31T19:32:27.664Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21672024-10-31T19:32:28.566Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21682024-10-31T19:32:28.572Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21692024-10-31T19:32:28.613Z[ host-package] Compiling convert_case v0.4.0
21702024-10-31T19:32:28.613Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21712024-10-31T19:32:28.616Z[ host-package] Compiling password-hash v0.5.0
21722024-10-31T19:32:28.616Z[ host-package] Compiling blake2 v0.10.6
21732024-10-31T19:32:28.616Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21742024-10-31T19:32:28.744Z[ host-package] Compiling newline-converter v0.3.0
21752024-10-31T19:32:28.761Z[ host-package] Compiling cancel-safe-futures v0.1.5
21762024-10-31T19:32:28.763Z[ host-package] Compiling owo-colors v4.1.0
21772024-10-31T19:32:28.964Z[ host-package] Compiling libsw v3.3.1
21782024-10-31T19:32:29.058Z[ host-package] Compiling expectorate v1.1.0
21792024-10-31T19:32:29.283Z[ host-package] Compiling indent_write v2.2.0
21802024-10-31T19:32:29.323Z[ host-package] Compiling swrite v0.1.0
21812024-10-31T19:32:29.370Z[ host-package] Compiling derive_more v0.99.18
21822024-10-31T19:32:29.461Z[ host-package] Compiling argon2 v0.5.3
21832024-10-31T19:32:29.519Z[ host-package] Compiling linear-map v1.2.0
21842024-10-31T19:32:29.812Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21852024-10-31T19:32:29.916Z[ host-package] Compiling progenitor-client v0.8.0
21862024-10-31T19:32:29.947Z[ host-package] Compiling atomicwrites v0.4.4
21872024-10-31T19:32:30.330Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21882024-10-31T19:32:30.361Z[ host-package] Compiling progenitor v0.8.0
21892024-10-31T19:32:30.478Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21902024-10-31T19:32:30.583Z[ host-package] Compiling num-rational v0.4.2
21912024-10-31T19:32:30.920Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21922024-10-31T19:32:30.977Z[ host-package] Compiling num-complex v0.4.6
21932024-10-31T19:32:31.836Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21942024-10-31T19:32:31.859Z[ host-package] Compiling prettyplease v0.2.22
21952024-10-31T19:32:32.250Z[ host-package] Compiling num v0.4.3
21962024-10-31T19:32:32.381Z[ host-package] Compiling float-ord v0.3.2
21972024-10-31T19:32:32.410Z[ host-package] Compiling semver v0.1.20
21982024-10-31T19:32:32.563Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21992024-10-31T19:32:33.019Z[ host-package] Compiling rustc_version v0.1.7
22002024-10-31T19:32:33.274Z[ host-package] Compiling highway v1.2.0
22012024-10-31T19:32:33.471Z[ host-package] Compiling newtype_derive v0.1.6
22022024-10-31T19:32:33.893Z[ host-package] Compiling humantime v2.1.0
22032024-10-31T19:32:34.920Z[ host-package] Compiling home v0.5.9
22042024-10-31T19:32:34.967Z[ host-package] Compiling steno v0.4.1
22052024-10-31T19:32:35.574Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22062024-10-31T19:32:36.774Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22072024-10-31T19:32:36.787Z[ helios-setup] Oct 31 19:32:35.821 INFO clone ok!, project: amd-host-image-builder
22082024-10-31T19:32:36.790Z[ helios-setup] Oct 31 19:32:35.821 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
22092024-10-31T19:32:36.790Z[ helios-setup] Oct 31 19:32:35.822 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22102024-10-31T19:32:36.793Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22112024-10-31T19:32:37.917Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22122024-10-31T19:32:39.317Z[ host-package] Compiling newtype-uuid v1.1.2
22132024-10-31T19:32:39.549Z[ host-package] Compiling tungstenite v0.21.0
22142024-10-31T19:32:39.733Z[ host-package] Compiling ipnetwork v0.20.0
22152024-10-31T19:32:40.380Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162024-10-31T19:32:40.659Z[ host-package] Compiling instant v0.1.13
22172024-10-31T19:32:40.844Z[ host-package] Compiling slog-dtrace v0.3.0
22182024-10-31T19:32:41.286Z[ host-package] Compiling tokio-tungstenite v0.21.0
22192024-10-31T19:32:41.961Z[ host-package] Compiling backoff v0.4.0
22202024-10-31T19:32:42.349Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22212024-10-31T19:32:43.062Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22222024-10-31T19:32:43.446Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22232024-10-31T19:32:44.795Z[ host-package] Compiling parse-display v0.10.0
22242024-10-31T19:32:44.947Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252024-10-31T19:32:45.153Z[ host-package] Compiling serde_with v3.11.0
22262024-10-31T19:32:45.399Z[ host-package] Compiling strum v0.26.3
22272024-10-31T19:32:45.676Z[ host-package] Compiling regress v0.9.1
22282024-10-31T19:32:45.989Z[ helios-setup] Oct 31 19:32:45.022 INFO clone ok!, project: amd-firmware
22292024-10-31T19:32:45.993Z[ helios-setup] Oct 31 19:32:45.022 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
22302024-10-31T19:32:45.993Z[ helios-setup] Oct 31 19:32:45.022 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22312024-10-31T19:32:45.995Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22322024-10-31T19:32:47.108Z[ helios-setup] Oct 31 19:32:46.141 INFO clone ok!, project: chelsio-t6-roms
22332024-10-31T19:32:47.112Z[ helios-setup] Oct 31 19:32:46.141 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22342024-10-31T19:32:47.112Z[ helios-setup] Oct 31 19:32:46.141 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
22352024-10-31T19:32:47.112Z[ helios-setup] Oct 31 19:32:46.141 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22362024-10-31T19:32:47.114Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22372024-10-31T19:32:47.232Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22382024-10-31T19:32:48.155Z[ helios-setup] Oct 31 19:32:47.187 INFO clone ok!, project: pilot
22392024-10-31T19:32:48.157Z[ helios-setup] Oct 31 19:32:47.188 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22402024-10-31T19:32:48.917Z[ helios-setup] Oct 31 19:32:47.949 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22412024-10-31T19:32:49.579Z[ helios-setup] Oct 31 19:32:48.507 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22422024-10-31T19:32:49.582Z[ helios-setup] Oct 31 19:32:48.508 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22432024-10-31T19:32:49.582Z[ host-package] Compiling macaddr v1.0.1
22442024-10-31T19:32:50.018Z[ helios-setup] Oct 31 19:32:49.050 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22452024-10-31T19:32:50.148Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22462024-10-31T19:32:50.674Z[ helios-setup] Oct 31 19:32:49.707 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22472024-10-31T19:32:50.677Z[ helios-setup] Oct 31 19:32:49.707 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22482024-10-31T19:32:51.208Z[ helios-setup] Oct 31 19:32:50.239 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22492024-10-31T19:32:51.414Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22502024-10-31T19:32:51.771Z[ helios-setup] Oct 31 19:32:50.803 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22512024-10-31T19:32:51.771Z[ helios-setup] Oct 31 19:32:50.804 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22522024-10-31T19:32:51.773Z[ helios-setup] Oct 31 19:32:50.804 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22532024-10-31T19:32:51.773Z[ helios-setup] Oct 31 19:32:50.804 INFO ok!
22542024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22552024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22562024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO ok!
22572024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22582024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22592024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO ok!
22602024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22612024-10-31T19:32:51.774Z[ helios-setup] Oct 31 19:32:50.804 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22622024-10-31T19:32:51.997Z[ helios-setup] Oct 31 19:32:51.029 INFO E| Downloading crates ...
22632024-10-31T19:32:52.156Z[ helios-setup] Oct 31 19:32:51.189 INFO E| Downloaded generic-array v0.14.6
22642024-10-31T19:32:52.159Z[ helios-setup] Oct 31 19:32:51.192 INFO E| Downloaded unicode-width v0.1.10
22652024-10-31T19:32:52.162Z[ helios-setup] Oct 31 19:32:51.194 INFO E| Downloaded flate2 v1.0.25
22662024-10-31T19:32:52.167Z[ helios-setup] Oct 31 19:32:51.200 INFO E| Downloaded sha2 v0.10.5
22672024-10-31T19:32:52.170Z[ helios-setup] Oct 31 19:32:51.203 INFO E| Downloaded digest v0.10.3
22682024-10-31T19:32:52.173Z[ helios-setup] Oct 31 19:32:51.205 INFO E| Downloaded miniz_oxide v0.6.2
22692024-10-31T19:32:52.175Z[ helios-setup] Oct 31 19:32:51.208 INFO E| Downloaded typenum v1.15.0
22702024-10-31T19:32:52.179Z[ helios-setup] Oct 31 19:32:51.211 INFO E| Downloaded bytes v1.2.1
22712024-10-31T19:32:52.184Z[ helios-setup] Oct 31 19:32:51.216 INFO E| Downloaded block-buffer v0.10.3
22722024-10-31T19:32:52.186Z[ helios-setup] Oct 31 19:32:51.217 INFO E| Downloaded anyhow v1.0.62
22732024-10-31T19:32:52.190Z[ helios-setup] Oct 31 19:32:51.223 INFO E| Downloaded cpufeatures v0.2.5
22742024-10-31T19:32:52.368Z[ host-package] Compiling arc-swap v1.7.1
22752024-10-31T19:32:52.371Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling typenum v1.15.0
22762024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling version_check v0.9.4
22772024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling crc32fast v1.3.2
22782024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling cfg-if v1.0.0
22792024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling adler v1.0.2
22802024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling anyhow v1.0.62
22812024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling unicode-width v0.1.10
22822024-10-31T19:32:52.372Z[ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling cpufeatures v0.2.5
22832024-10-31T19:32:52.799Z[ helios-setup] Oct 31 19:32:51.831 INFO E| Compiling bitflags v1.3.2
22842024-10-31T19:32:52.822Z[ helios-setup] Oct 31 19:32:51.854 INFO E| Compiling bytes v1.2.1
22852024-10-31T19:32:52.965Z[ helios-setup] Oct 31 19:32:51.998 INFO E| Compiling miniz_oxide v0.6.2
22862024-10-31T19:32:53.202Z[ helios-setup] Oct 31 19:32:52.234 INFO E| Compiling getopts v0.2.21
22872024-10-31T19:32:53.327Z[ helios-setup] Oct 31 19:32:52.360 INFO E| Compiling generic-array v0.14.6
22882024-10-31T19:32:53.784Z[ host-package] Compiling display-error-chain v0.2.1
22892024-10-31T19:32:54.329Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22902024-10-31T19:32:54.626Z[ host-package] Compiling slog-scope v4.4.0
22912024-10-31T19:32:54.733Z[ helios-setup] Oct 31 19:32:53.765 INFO E| Compiling flate2 v1.0.25
22922024-10-31T19:32:56.390Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22932024-10-31T19:32:57.723Z[ host-package] Compiling half v2.4.1
22942024-10-31T19:32:58.511Z[ host-package] Compiling ciborium-io v0.2.2
22952024-10-31T19:32:58.678Z[ host-package] Compiling ciborium-ll v0.2.2
22962024-10-31T19:32:59.046Z[ helios-setup] Oct 31 19:32:58.078 INFO E| Compiling block-buffer v0.10.3
22972024-10-31T19:32:59.046Z[ helios-setup] Oct 31 19:32:58.078 INFO E| Compiling crypto-common v0.1.6
22982024-10-31T19:32:59.325Z[ host-package] Compiling slog-stdlog v4.1.1
22992024-10-31T19:32:59.371Z[ helios-setup] Oct 31 19:32:58.403 INFO E| Compiling digest v0.10.3
23002024-10-31T19:32:59.721Z[ helios-setup] Oct 31 19:32:58.752 INFO E| Compiling sha2 v0.10.5
23012024-10-31T19:33:00.204Z[ helios-setup] Oct 31 19:32:59.236 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23022024-10-31T19:33:00.298Z[ host-package] Compiling slog-envlogger v2.2.0
23032024-10-31T19:33:00.344Z[ host-package] Compiling ciborium v0.2.2
23042024-10-31T19:33:00.494Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23052024-10-31T19:33:03.065Z[ host-package] Compiling fastrand v2.1.1
23062024-10-31T19:33:03.847Z[ host-package] Compiling same-file v1.0.6
23072024-10-31T19:33:04.201Z[ host-package] Compiling walkdir v2.5.0
23082024-10-31T19:33:04.349Z[ host-package] Compiling tempfile v3.13.0
23092024-10-31T19:33:05.305Z[ helios-setup] Oct 31 19:33:04.337 INFO E| Finished `release` profile [optimized] target(s) in 13.43s
23102024-10-31T19:33:05.324Z[ helios-setup] Oct 31 19:33:04.351 INFO building project "bootserver" ok (13 seconds)
23112024-10-31T19:33:05.324Z[ helios-setup] Oct 31 19:33:04.351 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23122024-10-31T19:33:05.324Z[ helios-setup] Oct 31 19:33:04.351 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23132024-10-31T19:33:05.377Z[ host-package] Compiling blake3 v1.5.4
23142024-10-31T19:33:05.513Z[ host-package] Compiling ring v0.16.20
23152024-10-31T19:33:05.555Z[ helios-setup] Oct 31 19:33:04.586 INFO E| Downloading crates ...
23162024-10-31T19:33:05.629Z[ helios-setup] Oct 31 19:33:04.660 INFO E| Downloaded miniz_oxide v0.7.2
23172024-10-31T19:33:05.707Z[ helios-setup] Oct 31 19:33:04.738 INFO E| Compiling adler v1.0.2
23182024-10-31T19:33:05.832Z[ helios-setup] Oct 31 19:33:04.863 INFO E| Compiling miniz_oxide v0.7.2
23192024-10-31T19:33:08.503Z[ helios-setup] Oct 31 19:33:07.534 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23202024-10-31T19:33:08.676Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23212024-10-31T19:33:09.269Z[ helios-setup] Oct 31 19:33:08.300 INFO E| Finished `release` profile [optimized] target(s) in 3.85s
23222024-10-31T19:33:09.279Z[ helios-setup] Oct 31 19:33:08.310 INFO building project "pinprick" ok (3 seconds)
23232024-10-31T19:33:09.279Z[ helios-setup] Oct 31 19:33:08.310 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23242024-10-31T19:33:09.282Z[ helios-setup] Oct 31 19:33:08.311 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23252024-10-31T19:33:09.508Z[ helios-setup] Oct 31 19:33:08.539 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23262024-10-31T19:33:09.649Z[ host-package] Compiling xattr v1.3.1
23272024-10-31T19:33:09.923Z[ helios-setup] Oct 31 19:33:08.955 INFO E| From https://github.com/jclulow/rust-jmclib
23282024-10-31T19:33:09.924Z[ helios-setup] Oct 31 19:33:08.955 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23292024-10-31T19:33:09.943Z[ helios-setup] Oct 31 19:33:08.973 INFO E| Updating crates.io index
23302024-10-31T19:33:09.954Z[ host-package] Compiling memmap2 v0.9.5
23312024-10-31T19:33:10.058Z[ helios-setup] Oct 31 19:33:09.089 INFO E| Downloading crates ...
23322024-10-31T19:33:10.129Z[ helios-setup] Oct 31 19:33:09.160 INFO E| Downloaded digest v0.9.0
23332024-10-31T19:33:10.161Z[ helios-setup] Oct 31 19:33:09.192 INFO E| Downloaded unicode-ident v1.0.11
23342024-10-31T19:33:10.165Z[ helios-setup] Oct 31 19:33:09.196 INFO E| Downloaded tempfile v3.7.0
23352024-10-31T19:33:10.169Z[ helios-setup] Oct 31 19:33:09.200 INFO E| Downloaded sha-1 v0.9.8
23362024-10-31T19:33:10.172Z[ helios-setup] Oct 31 19:33:09.203 INFO E| Downloaded serde_derive v1.0.193
23372024-10-31T19:33:10.176Z[ helios-setup] Oct 31 19:33:09.207 INFO E| Downloaded fastrand v2.0.0
23382024-10-31T19:33:10.181Z[ helios-setup] Oct 31 19:33:09.210 INFO E| Downloaded cpufeatures v0.2.9
23392024-10-31T19:33:10.181Z[ helios-setup] Oct 31 19:33:09.212 INFO E| Downloaded opaque-debug v0.3.0
23402024-10-31T19:33:10.183Z[ helios-setup] Oct 31 19:33:09.213 INFO E| Downloaded libdevinfo-sys v1.0.0
23412024-10-31T19:33:10.183Z[ helios-setup] Oct 31 19:33:09.214 INFO E| Downloaded quote v1.0.31
23422024-10-31T19:33:10.187Z[ helios-setup] Oct 31 19:33:09.218 INFO E| Downloaded errno v0.3.1
23432024-10-31T19:33:10.190Z[ helios-setup] Oct 31 19:33:09.221 INFO E| Downloaded walkdir v2.3.3
23442024-10-31T19:33:10.192Z[ helios-setup] Oct 31 19:33:09.224 INFO E| Downloaded once_cell v1.18.0
23452024-10-31T19:33:10.196Z[ helios-setup] Oct 31 19:33:09.228 INFO E| Downloaded md-5 v0.9.1
23462024-10-31T19:33:10.199Z[ helios-setup] Oct 31 19:33:09.230 INFO E| Downloaded toml v0.5.11
23472024-10-31T19:33:10.202Z[ helios-setup] Oct 31 19:33:09.234 INFO E| Downloaded uuid v0.8.2
23482024-10-31T19:33:10.208Z[ helios-setup] Oct 31 19:33:09.239 INFO E| Downloaded typenum v1.16.0
23492024-10-31T19:33:10.212Z[ helios-setup] Oct 31 19:33:09.243 INFO E| Downloaded serde v1.0.193
23502024-10-31T19:33:10.217Z[ helios-setup] Oct 31 19:33:09.249 INFO E| Downloaded proc-macro2 v1.0.66
23512024-10-31T19:33:10.221Z[ helios-setup] Oct 31 19:33:09.253 INFO E| Downloaded anyhow v1.0.72
23522024-10-31T19:33:10.227Z[ helios-setup] Oct 31 19:33:09.259 INFO E| Downloaded ryu v1.0.15
23532024-10-31T19:33:10.232Z[ helios-setup] Oct 31 19:33:09.264 INFO E| Downloaded bitflags v2.3.3
23542024-10-31T19:33:10.249Z[ helios-setup] Oct 31 19:33:09.281 INFO E| Downloaded serde_json v1.0.103
23552024-10-31T19:33:10.261Z[ helios-setup] Oct 31 19:33:09.292 INFO E| Downloaded itoa v1.0.9
23562024-10-31T19:33:10.263Z[ helios-setup] Oct 31 19:33:09.294 INFO E| Downloaded getrandom v0.2.10
23572024-10-31T19:33:10.268Z[ helios-setup] Oct 31 19:33:09.299 INFO E| Downloaded block-buffer v0.9.0
23582024-10-31T19:33:10.277Z[ helios-setup] Oct 31 19:33:09.308 INFO E| Downloaded syn v2.0.32
23592024-10-31T19:33:10.295Z[ helios-setup] Oct 31 19:33:09.326 INFO E| Downloaded rustix v0.38.4
23602024-10-31T19:33:10.358Z[ helios-setup] Oct 31 19:33:09.389 INFO E| Downloaded libc v0.2.147
23612024-10-31T19:33:10.431Z[ host-package] Compiling filetime v0.2.25
23622024-10-31T19:33:10.533Z[ helios-setup] Oct 31 19:33:09.564 INFO E| Compiling libc v0.2.147
23632024-10-31T19:33:10.627Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling proc-macro2 v1.0.66
23642024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling cfg-if v1.0.0
23652024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling unicode-ident v1.0.11
23662024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling typenum v1.16.0
23672024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling version_check v0.9.4
23682024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling serde v1.0.193
23692024-10-31T19:33:10.629Z[ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling itoa v1.0.9
23702024-10-31T19:33:10.810Z[ helios-setup] Oct 31 19:33:09.841 INFO E| Compiling num-conv v0.1.0
23712024-10-31T19:33:10.812Z[ host-package] Compiling spin v0.5.2
23722024-10-31T19:33:10.922Z[ helios-setup] Oct 31 19:33:09.953 INFO E| Compiling powerfmt v0.2.0
23732024-10-31T19:33:10.996Z[ helios-setup] Oct 31 19:33:10.027 INFO E| Compiling time-core v0.1.2
23742024-10-31T19:33:11.291Z[ helios-setup] Oct 31 19:33:10.323 INFO E| Compiling rustix v0.38.4
23752024-10-31T19:33:11.627Z[ helios-setup] Oct 31 19:33:10.658 INFO E| Compiling slog v2.7.0
23762024-10-31T19:33:11.690Z[ helios-setup] Oct 31 19:33:10.721 INFO E| Compiling time-macros v0.2.18
23772024-10-31T19:33:11.781Z[ helios-setup] Oct 31 19:33:10.812 INFO E| Compiling deranged v0.3.11
23782024-10-31T19:33:11.917Z[ helios-setup] Oct 31 19:33:10.948 INFO E| Compiling generic-array v0.14.7
23792024-10-31T19:33:12.752Z[ host-package] Compiling constant_time_eq v0.3.1
23802024-10-31T19:33:12.776Z[ helios-setup] Oct 31 19:33:11.807 INFO E| Compiling once_cell v1.18.0
23812024-10-31T19:33:12.822Z[ helios-setup] Oct 31 19:33:11.853 INFO E| Compiling num_threads v0.1.6
23822024-10-31T19:33:13.062Z[ helios-setup] Oct 31 19:33:12.093 INFO E| Compiling bitflags v2.3.3
23832024-10-31T19:33:13.415Z[ host-package] Compiling arrayref v0.3.9
23842024-10-31T19:33:13.624Z[ host-package] Compiling untrusted v0.7.1
23852024-10-31T19:33:13.645Z[ helios-setup] Oct 31 19:33:12.675 INFO E| Compiling thread_local v1.1.7
23862024-10-31T19:33:13.705Z[ host-package] Compiling arrayvec v0.7.6
23872024-10-31T19:33:13.802Z[ helios-setup] Oct 31 19:33:12.833 INFO E| Compiling quote v1.0.31
23882024-10-31T19:33:14.156Z[ host-package] Compiling keccak v0.1.5
23892024-10-31T19:33:14.912Z[ helios-setup] Oct 31 19:33:13.943 INFO E| Compiling syn v2.0.32
23902024-10-31T19:33:15.044Z[ helios-setup] Oct 31 19:33:14.075 INFO E| Compiling dirs-sys-next v0.1.2
23912024-10-31T19:33:15.072Z[ helios-setup] Oct 31 19:33:14.103 INFO E| Compiling errno v0.3.1
23922024-10-31T19:33:15.368Z[ helios-setup] Oct 31 19:33:14.398 INFO E| Compiling dirs-next v2.0.0
23932024-10-31T19:33:15.767Z[ helios-setup] Oct 31 19:33:14.797 INFO E| Compiling term v0.7.0
23942024-10-31T19:33:15.862Z[ helios-setup] Oct 31 19:33:14.892 INFO E| Compiling atty v0.2.14
23952024-10-31T19:33:16.021Z[ helios-setup] Oct 31 19:33:15.052 INFO E| Compiling opaque-debug v0.3.0
23962024-10-31T19:33:16.021Z[ helios-setup] Oct 31 19:33:15.052 INFO E| Compiling fastrand v2.0.0
23972024-10-31T19:33:16.104Z[ helios-setup] Oct 31 19:33:15.135 INFO E| Compiling anyhow v1.0.72
23982024-10-31T19:33:16.227Z[ host-package] Compiling sha3 v0.10.8
23992024-10-31T19:33:16.636Z[ helios-setup] Oct 31 19:33:15.667 INFO E| Compiling serde_json v1.0.103
24002024-10-31T19:33:16.873Z[ host-package] Compiling tar v0.4.42
24012024-10-31T19:33:16.974Z[ host-package] Compiling camino-tempfile v1.1.1
24022024-10-31T19:33:17.116Z[ helios-setup] Oct 31 19:33:16.147 INFO E| Compiling getrandom v0.2.10
24032024-10-31T19:33:17.342Z[ helios-setup] Oct 31 19:33:16.372 INFO E| Compiling time v0.3.36
24042024-10-31T19:33:17.746Z[ helios-setup] Oct 31 19:33:16.776 INFO E| Compiling same-file v1.0.6
24052024-10-31T19:33:17.800Z[ helios-setup] Oct 31 19:33:16.830 INFO E| Compiling block-buffer v0.9.0
24062024-10-31T19:33:17.862Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24072024-10-31T19:33:17.929Z[ host-package] Compiling toolchain_find v0.4.0
24082024-10-31T19:33:17.992Z[ host-package] Compiling nibble_vec v0.1.0
24092024-10-31T19:33:17.995Z[ helios-setup] Oct 31 19:33:17.025 INFO E| Compiling digest v0.9.0
24102024-10-31T19:33:18.136Z[ helios-setup] Oct 31 19:33:17.167 INFO E| Compiling unicode-width v0.1.10
24112024-10-31T19:33:18.353Z[ helios-setup] Oct 31 19:33:17.383 INFO E| Compiling ryu v1.0.15
24122024-10-31T19:33:18.373Z[ helios-setup] Oct 31 19:33:17.403 INFO E| Compiling cpufeatures v0.2.9
24132024-10-31T19:33:18.413Z[ helios-setup] Oct 31 19:33:17.444 INFO E| Compiling getopts v0.2.21
24142024-10-31T19:33:18.424Z[ helios-setup] Oct 31 19:33:17.454 INFO E| Compiling md-5 v0.9.1
24152024-10-31T19:33:18.482Z[ helios-setup] Oct 31 19:33:17.513 INFO E| Compiling sha-1 v0.9.8
24162024-10-31T19:33:18.700Z[ host-package] Compiling topological-sort v0.2.2
24172024-10-31T19:33:18.903Z[ host-package] Compiling glob v0.3.1
24182024-10-31T19:33:19.026Z[ helios-setup] Oct 31 19:33:18.056 INFO E| Compiling tempfile v3.7.0
24192024-10-31T19:33:19.136Z[ helios-setup] Oct 31 19:33:18.167 INFO E| Compiling walkdir v2.3.3
24202024-10-31T19:33:19.451Z[ host-package] Compiling crunchy v0.2.2
24212024-10-31T19:33:19.752Z[ helios-setup] Oct 31 19:33:18.782 INFO E| Compiling glob v0.3.1
24222024-10-31T19:33:19.899Z[ helios-setup] Oct 31 19:33:18.929 INFO E| Compiling libdevinfo-sys v1.0.0
24232024-10-31T19:33:20.465Z[ host-package] Compiling endian-type v0.1.2
24242024-10-31T19:33:20.871Z[ host-package] Compiling maplit v1.0.2
24252024-10-31T19:33:20.901Z[ host-package] Compiling radix_trie v0.2.1
24262024-10-31T19:33:21.004Z[ host-package] Compiling clang-sys v1.8.1
24272024-10-31T19:33:21.091Z[ host-package] Compiling omicron-zone-package v0.11.1
24282024-10-31T19:33:21.384Z[ helios-setup] Oct 31 19:33:20.414 INFO E| Compiling slog-term v2.9.0
24292024-10-31T19:33:22.011Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24302024-10-31T19:33:22.056Z[ host-package] Compiling tiny-keccak v2.0.2
24312024-10-31T19:33:22.612Z[ host-package] Compiling dsl_auto_type v0.1.2
24322024-10-31T19:33:22.668Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24332024-10-31T19:33:22.782Z[ host-package] Compiling secrecy v0.8.0
24342024-10-31T19:33:23.209Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24352024-10-31T19:33:23.324Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24362024-10-31T19:33:23.793Z[ host-package] Compiling r2d2 v0.8.10
24372024-10-31T19:33:23.826Z[ helios-setup] Oct 31 19:33:22.856 INFO E| Compiling serde_derive v1.0.193
24382024-10-31T19:33:24.184Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24392024-10-31T19:33:24.439Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24402024-10-31T19:33:24.472Z[ host-package] Compiling diesel_derives v2.2.3
24412024-10-31T19:33:24.496Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
24422024-10-31T19:33:24.496Z[ host-package] Compiling ascii-canvas v3.0.0
24432024-10-31T19:33:24.663Z[ host-package] Compiling universal-hash v0.5.1
24442024-10-31T19:33:24.973Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24452024-10-31T19:33:25.035Z[ host-package] Compiling lzma-sys v0.1.20
24462024-10-31T19:33:25.910Z[ host-package] Compiling ena v0.14.3
24472024-10-31T19:33:26.384Z[ host-package] Compiling libloading v0.8.5
24482024-10-31T19:33:26.838Z[ host-package] Compiling diff v0.1.13
24492024-10-31T19:33:27.421Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24502024-10-31T19:33:27.544Z[ host-package] Compiling regex-syntax v0.6.29
24512024-10-31T19:33:27.813Z[ host-package] Compiling bindgen v0.69.5
24522024-10-31T19:33:28.574Z[ host-package] Compiling opaque-debug v0.3.1
24532024-10-31T19:33:28.706Z[ host-package] Compiling poly1305 v0.8.0
24542024-10-31T19:33:30.463Z[ host-package] Compiling thiserror-no-std v2.0.2
24552024-10-31T19:33:33.296Z[ host-package] Compiling lalrpop v0.19.12
24562024-10-31T19:33:36.327Z[ host-package] Compiling diesel v2.2.4
24572024-10-31T19:33:37.792Z[ helios-setup] Oct 31 19:33:36.820 INFO E| Compiling toml v0.5.11
24582024-10-31T19:33:37.793Z[ helios-setup] Oct 31 19:33:36.820 INFO E| Compiling uuid v0.8.2
24592024-10-31T19:33:40.360Z[ helios-setup] Oct 31 19:33:39.388 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24602024-10-31T19:33:43.429Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24612024-10-31T19:33:43.521Z[ helios-setup] Oct 31 19:33:42.549 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24622024-10-31T19:33:44.156Z[ host-package] Compiling which v4.4.2
24632024-10-31T19:33:44.709Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24642024-10-31T19:33:45.016Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24652024-10-31T19:33:45.043Z[ host-package] Compiling chacha20 v0.9.1
24662024-10-31T19:33:45.297Z[ host-package] Compiling heck v0.3.3
24672024-10-31T19:33:45.647Z[ host-package] Compiling cexpr v0.6.0
24682024-10-31T19:33:45.708Z[ host-package] Compiling aead v0.5.2
24692024-10-31T19:33:46.172Z[ host-package] Compiling ref-cast v1.0.23
24702024-10-31T19:33:46.799Z[ host-package] Compiling lazycell v1.3.0
24712024-10-31T19:33:47.005Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24722024-10-31T19:33:47.353Z[ host-package] Compiling rustc-hash v1.1.0
24732024-10-31T19:33:47.594Z[ host-package] Compiling chacha20poly1305 v0.10.1
24742024-10-31T19:33:47.902Z[ host-package] Compiling zone_cfg_derive v0.1.2
24752024-10-31T19:33:50.011Z[ host-package] Compiling vsss-rs v3.3.4
24762024-10-31T19:33:55.411Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24772024-10-31T19:33:55.855Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782024-10-31T19:33:56.645Z[ host-package] Compiling derive_builder_core v0.20.2
24792024-10-31T19:33:57.468Z[ helios-setup] Oct 31 19:33:56.496 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.08s
24802024-10-31T19:33:57.502Z[ helios-setup] Oct 31 19:33:56.529 INFO building project "image-builder" ok (48 seconds)
24812024-10-31T19:33:57.502Z[ helios-setup] Oct 31 19:33:56.530 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24822024-10-31T19:33:57.505Z[ helios-setup] Oct 31 19:33:56.530 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24832024-10-31T19:33:57.512Z[ helios-setup] Oct 31 19:33:56.539 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24842024-10-31T19:33:57.747Z[ helios-setup] Oct 31 19:33:56.774 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24852024-10-31T19:33:57.747Z[ helios-setup] Oct 31 19:33:56.774 INFO E| info: downloading component 'cargo'
24862024-10-31T19:33:58.912Z[ host-package] Compiling headers-core v0.3.0
24872024-10-31T19:33:59.115Z[ host-package] Compiling fxhash v0.2.1
24882024-10-31T19:33:59.370Z[ host-package] Compiling libxml v0.3.3
24892024-10-31T19:33:59.666Z[ host-package] Compiling polar-core v0.27.3
24902024-10-31T19:33:59.763Z[ host-package] Compiling ref-cast-impl v1.0.23
24912024-10-31T19:33:59.866Z[ helios-setup] Oct 31 19:33:58.894 INFO E| info: downloading component 'clippy'
24922024-10-31T19:34:00.174Z[ helios-setup] Oct 31 19:33:59.201 INFO E| info: downloading component 'rust-docs'
24932024-10-31T19:34:00.976Z[ host-package] Compiling base64 v0.13.1
24942024-10-31T19:34:01.413Z[ host-package] Compiling headers v0.4.0
24952024-10-31T19:34:01.766Z[ host-package] Compiling ron v0.7.1
24962024-10-31T19:34:01.813Z[ host-package] Compiling samael v0.0.17
24972024-10-31T19:34:01.999Z[ helios-setup] Oct 31 19:34:01.026 INFO E| info: downloading component 'rust-src'
24982024-10-31T19:34:02.221Z[ helios-setup] Oct 31 19:34:01.246 INFO E| info: downloading component 'rust-std'
24992024-10-31T19:34:03.476Z[ host-package] Compiling derive_builder_macro v0.20.2
25002024-10-31T19:34:04.324Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25012024-10-31T19:34:04.711Z[ helios-setup] Oct 31 19:34:03.738 INFO E| info: downloading component 'rustc'
25022024-10-31T19:34:05.125Z[ host-package] Compiling xz2 v0.1.7
25032024-10-31T19:34:05.770Z[ host-package] Compiling zone v0.1.8
25042024-10-31T19:34:09.380Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25052024-10-31T19:34:10.008Z[ helios-setup] Oct 31 19:34:09.034 INFO E| info: downloading component 'rustfmt'
25062024-10-31T19:34:10.287Z[ helios-setup] Oct 31 19:34:09.313 INFO E| info: installing component 'cargo'
25072024-10-31T19:34:11.651Z[ helios-setup] Oct 31 19:34:10.677 INFO E| info: installing component 'clippy'
25082024-10-31T19:34:12.146Z[ helios-setup] Oct 31 19:34:11.172 INFO E| info: installing component 'rust-docs'
25092024-10-31T19:34:12.568Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25102024-10-31T19:34:13.226Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25112024-10-31T19:34:13.629Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25122024-10-31T19:34:16.012Z[ host-package] Compiling yasna v0.5.2
25132024-10-31T19:34:17.463Z[ host-package] Compiling phf_generator v0.11.2
25142024-10-31T19:34:17.685Z[ host-package] Compiling strum_macros v0.24.3
25152024-10-31T19:34:18.688Z[ helios-setup] Oct 31 19:34:17.714 INFO E| info: installing component 'rust-src'
25162024-10-31T19:34:19.226Z[ host-package] Compiling kstat-rs v0.2.4
25172024-10-31T19:34:19.327Z[ helios-setup] Oct 31 19:34:18.353 INFO E| info: installing component 'rust-std'
25182024-10-31T19:34:19.961Z[ host-package] Compiling unicase v2.7.0
25192024-10-31T19:34:20.358Z[ host-package] Compiling indoc v1.0.9
25202024-10-31T19:34:20.638Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25212024-10-31T19:34:21.361Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25222024-10-31T19:34:21.873Z[ helios-setup] Oct 31 19:34:20.898 INFO E| info: installing component 'rustc'
25232024-10-31T19:34:22.498Z[ host-package] Compiling phf_codegen v0.11.2
25242024-10-31T19:34:22.868Z[ host-package] Compiling rcgen v0.12.1
25252024-10-31T19:34:23.015Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262024-10-31T19:34:28.177Z[ helios-setup] Oct 31 19:34:27.202 INFO E| info: installing component 'rustfmt'
25272024-10-31T19:34:29.323Z[ helios-setup] Oct 31 19:34:28.348 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25282024-10-31T19:34:30.353Z[ helios-setup] Oct 31 19:34:29.378 INFO E| From https://github.com/oxidecomputer/amd-apcb
25292024-10-31T19:34:30.354Z[ helios-setup] Oct 31 19:34:29.378 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
25302024-10-31T19:34:30.354Z[ helios-setup] Oct 31 19:34:29.378 INFO E| * [new tag] v0.4.1 -> v0.4.1
25312024-10-31T19:34:30.382Z[ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.3 -> v0.1.3
25322024-10-31T19:34:30.382Z[ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.4 -> v0.1.4
25332024-10-31T19:34:30.385Z[ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.5 -> v0.1.5
25342024-10-31T19:34:30.385Z[ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.2.0 -> v0.2.0
25352024-10-31T19:34:30.386Z[ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.0 -> v0.3.0
25362024-10-31T19:34:30.386Z[ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.1 -> v0.3.1
25372024-10-31T19:34:30.386Z[ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.2 -> v0.3.2
25382024-10-31T19:34:30.386Z[ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.3 -> v0.3.3
25392024-10-31T19:34:30.386Z[ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.4.0 -> v0.4.0
25402024-10-31T19:34:30.426Z[ helios-setup] Oct 31 19:34:29.451 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25412024-10-31T19:34:31.283Z[ helios-setup] Oct 31 19:34:30.308 INFO E| From https://github.com/oxidecomputer/amd-efs
25422024-10-31T19:34:31.283Z[ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] empty -> origin/empty
25432024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] issue-99 -> origin/issue-99
25442024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] main -> origin/main
25452024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] review -> origin/review
25462024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.308 INFO E| * [new ref] -> origin/HEAD
25472024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.0 -> v0.2.0
25482024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.1 -> v0.2.1
25492024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.2 -> v0.2.2
25502024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.3 -> v0.2.3
25512024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.4 -> v0.2.4
25522024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.5 -> v0.2.5
25532024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.2.6 -> v0.2.6
25542024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.2.7 -> v0.2.7
25552024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.3.0 -> v0.3.0
25562024-10-31T19:34:31.286Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.3.1 -> v0.3.1
25572024-10-31T19:34:31.287Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.4.0 -> v0.4.0
25582024-10-31T19:34:31.287Z[ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.4.1 -> v0.4.1
25592024-10-31T19:34:31.309Z[ helios-setup] Oct 31 19:34:30.334 INFO E| Updating crates.io index
25602024-10-31T19:34:31.704Z[ helios-setup] Oct 31 19:34:30.729 INFO E| Downloading crates ...
25612024-10-31T19:34:31.822Z[ helios-setup] Oct 31 19:34:30.846 INFO E| Downloaded bytesize v1.3.0
25622024-10-31T19:34:31.844Z[ helios-setup] Oct 31 19:34:30.869 INFO E| Downloaded semver-parser v0.7.0
25632024-10-31T19:34:31.852Z[ helios-setup] Oct 31 19:34:30.877 INFO E| Downloaded unic-ucd-ident v0.9.0
25642024-10-31T19:34:31.878Z[ helios-setup] Oct 31 19:34:30.903 INFO E| Downloaded strum_macros v0.23.1
25652024-10-31T19:34:31.881Z[ helios-setup] Oct 31 19:34:30.906 INFO E| Downloaded scroll v0.10.2
25662024-10-31T19:34:31.884Z[ helios-setup] Oct 31 19:34:30.909 INFO E| Downloaded proc-macro-crate v0.1.5
25672024-10-31T19:34:31.886Z[ helios-setup] Oct 31 19:34:30.910 INFO E| Downloaded pest_meta v2.7.13
25682024-10-31T19:34:31.889Z[ helios-setup] Oct 31 19:34:30.914 INFO E| Downloaded cfg-if v0.1.10
25692024-10-31T19:34:31.892Z[ helios-setup] Oct 31 19:34:30.916 INFO E| Downloaded ansi_term v0.12.1
25702024-10-31T19:34:31.894Z[ helios-setup] Oct 31 19:34:30.919 INFO E| Downloaded pest v2.7.13
25712024-10-31T19:34:31.902Z[ helios-setup] Oct 31 19:34:30.927 INFO E| Downloaded memoffset v0.5.6
25722024-10-31T19:34:31.905Z[ helios-setup] Oct 31 19:34:30.929 INFO E| Downloaded goblin v0.4.3
25732024-10-31T19:34:31.913Z[ helios-setup] Oct 31 19:34:30.938 INFO E| Downloaded unic-ucd-version v0.9.0
25742024-10-31T19:34:31.916Z[ helios-setup] Oct 31 19:34:30.940 INFO E| Downloaded unic-common v0.9.0
25752024-10-31T19:34:31.916Z[ helios-setup] Oct 31 19:34:30.941 INFO E| Downloaded unic-char-range v0.9.0
25762024-10-31T19:34:31.918Z[ helios-setup] Oct 31 19:34:30.943 INFO E| Downloaded textwrap v0.11.0
25772024-10-31T19:34:31.921Z[ helios-setup] Oct 31 19:34:30.945 INFO E| Downloaded strsim v0.8.0
25782024-10-31T19:34:31.923Z[ helios-setup] Oct 31 19:34:30.947 INFO E| Downloaded semver v0.9.0
25792024-10-31T19:34:31.926Z[ helios-setup] Oct 31 19:34:30.949 INFO E| Downloaded rustc_version v0.2.3
25802024-10-31T19:34:31.926Z[ helios-setup] Oct 31 19:34:30.950 INFO E| Downloaded pre v0.2.1
25812024-10-31T19:34:31.928Z[ helios-setup] Oct 31 19:34:30.951 INFO E| Downloaded vec_map v0.8.2
25822024-10-31T19:34:31.928Z[ helios-setup] Oct 31 19:34:30.953 INFO E| Downloaded structopt v0.3.26
25832024-10-31T19:34:31.940Z[ helios-setup] Oct 31 19:34:30.965 INFO E| Downloaded proc-macro2 v1.0.86
25842024-10-31T19:34:31.944Z[ helios-setup] Oct 31 19:34:30.969 INFO E| Downloaded pre-proc-macro v0.2.1
25852024-10-31T19:34:31.947Z[ helios-setup] Oct 31 19:34:30.972 INFO E| Downloaded pest_generator v2.7.13
25862024-10-31T19:34:31.950Z[ helios-setup] Oct 31 19:34:30.974 INFO E| Downloaded pest_derive v2.7.13
25872024-10-31T19:34:31.953Z[ helios-setup] Oct 31 19:34:30.978 INFO E| Downloaded modular-bitfield-impl v0.11.2
25882024-10-31T19:34:31.982Z[ helios-setup] Oct 31 19:34:31.007 INFO E| Downloaded unic-char-property v0.9.0
25892024-10-31T19:34:31.985Z[ helios-setup] Oct 31 19:34:31.009 INFO E| Downloaded strum v0.23.0
25902024-10-31T19:34:31.987Z[ helios-setup] Oct 31 19:34:31.010 INFO E| Downloaded scroll_derive v0.10.5
25912024-10-31T19:34:31.987Z[ helios-setup] Oct 31 19:34:31.011 INFO E| Downloaded parse_int v0.6.0
25922024-10-31T19:34:31.988Z[ helios-setup] Oct 31 19:34:31.012 INFO E| Downloaded four-cc v0.3.0
25932024-10-31T19:34:31.990Z[ helios-setup] Oct 31 19:34:31.013 INFO E| Downloaded clap v2.34.0
25942024-10-31T19:34:31.997Z[ helios-setup] Oct 31 19:34:31.022 INFO E| Downloaded once_cell v1.20.1
25952024-10-31T19:34:32.002Z[ helios-setup] Oct 31 19:34:31.026 INFO E| Downloaded libc v0.2.159
25962024-10-31T19:34:32.046Z[ helios-setup] Oct 31 19:34:31.070 INFO E| Downloaded modular-bitfield v0.11.2
25972024-10-31T19:34:32.064Z[ helios-setup] Oct 31 19:34:31.088 INFO E| Downloaded fletcher v0.1.0
25982024-10-31T19:34:32.066Z[ helios-setup] Oct 31 19:34:31.090 INFO E| Downloaded structopt-derive v0.4.18
25992024-10-31T19:34:32.186Z[ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling proc-macro2 v1.0.86
26002024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling unicode-ident v1.0.13
26012024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling syn v1.0.109
26022024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling version_check v0.9.5
26032024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling memchr v2.7.4
26042024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling thiserror v1.0.64
26052024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling autocfg v1.4.0
26062024-10-31T19:34:32.189Z[ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling semver-parser v0.7.0
26072024-10-31T19:34:33.232Z[ helios-setup] Oct 31 19:34:32.257 INFO E| Compiling semver v0.9.0
26082024-10-31T19:34:33.506Z[ helios-setup] Oct 31 19:34:32.531 INFO E| Compiling serde v1.0.210
26092024-10-31T19:34:33.848Z[ helios-setup] Oct 31 19:34:32.872 INFO E| Compiling rustc_version v0.2.3
26102024-10-31T19:34:34.007Z[ helios-setup] Oct 31 19:34:33.031 INFO E| Compiling proc-macro-error-attr v1.0.4
26112024-10-31T19:34:34.312Z[ host-package] Compiling derive_builder v0.20.2
26122024-10-31T19:34:34.575Z[ helios-setup] Oct 31 19:34:33.598 INFO E| Compiling proc-macro-error v1.0.4
26132024-10-31T19:34:34.699Z[ helios-setup] Oct 31 19:34:33.721 INFO E| Compiling serde_json v1.0.128
26142024-10-31T19:34:34.723Z[ helios-setup] Oct 31 19:34:33.744 INFO E| Compiling num-traits v0.2.19
26152024-10-31T19:34:34.970Z[ helios-setup] Oct 31 19:34:33.994 INFO E| Compiling itoa v1.0.11
26162024-10-31T19:34:34.999Z[ helios-setup] Oct 31 19:34:34.024 INFO E| Compiling ryu v1.0.18
26172024-10-31T19:34:35.219Z[ helios-setup] Oct 31 19:34:34.244 INFO E| Compiling unicode-segmentation v1.12.0
26182024-10-31T19:34:35.278Z[ helios-setup] Oct 31 19:34:34.303 INFO E| Compiling schemars v0.8.21
26192024-10-31T19:34:35.284Z[ helios-setup] Oct 31 19:34:34.309 INFO E| Compiling pre-proc-macro v0.2.1
26202024-10-31T19:34:35.414Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26212024-10-31T19:34:35.599Z[ helios-setup] Oct 31 19:34:34.623 INFO E| Compiling quote v1.0.37
26222024-10-31T19:34:35.688Z[ helios-setup] Oct 31 19:34:34.712 INFO E| Compiling memoffset v0.5.6
26232024-10-31T19:34:35.839Z[ helios-setup] Oct 31 19:34:34.863 INFO E| Compiling ucd-trie v0.1.7
26242024-10-31T19:34:36.249Z[ helios-setup] Oct 31 19:34:35.273 INFO E| Compiling syn v2.0.79
26252024-10-31T19:34:36.423Z[ helios-setup] Oct 31 19:34:35.448 INFO E| Compiling paste v1.0.15
26262024-10-31T19:34:36.943Z[ helios-setup] Oct 31 19:34:35.968 INFO E| Compiling heck v0.3.3
26272024-10-31T19:34:36.969Z[ helios-setup] Oct 31 19:34:35.993 INFO E| Compiling rustversion v1.0.17
26282024-10-31T19:34:37.412Z[ helios-setup] Oct 31 19:34:36.437 INFO E| Compiling dyn-clone v1.0.17
26292024-10-31T19:34:37.446Z[ helios-setup] Oct 31 19:34:36.471 INFO E| Compiling libc v0.2.159
26302024-10-31T19:34:37.796Z[ helios-setup] Oct 31 19:34:36.820 INFO E| Compiling lazy_static v1.5.0
26312024-10-31T19:34:38.030Z[ helios-setup] Oct 31 19:34:37.054 INFO E| Compiling pre v0.2.1
26322024-10-31T19:34:38.422Z[ helios-setup] Oct 31 19:34:37.446 INFO E| Compiling byteorder v1.5.0
26332024-10-31T19:34:38.718Z[ helios-setup] Oct 31 19:34:37.743 INFO E| Compiling cfg-if v0.1.10
26342024-10-31T19:34:38.806Z[ helios-setup] Oct 31 19:34:37.830 INFO E| Compiling static_assertions v1.1.0
26352024-10-31T19:34:38.899Z[ helios-setup] Oct 31 19:34:37.923 INFO E| Compiling once_cell v1.20.1
26362024-10-31T19:34:39.722Z[ helios-setup] Oct 31 19:34:38.747 INFO E| Compiling unicode-width v0.1.14
26372024-10-31T19:34:40.718Z[ helios-setup] Oct 31 19:34:39.741 INFO E| Compiling textwrap v0.11.0
26382024-10-31T19:34:40.720Z[ helios-setup] Oct 31 19:34:39.741 INFO E| Compiling atty v0.2.14
26392024-10-31T19:34:41.003Z[ helios-setup] Oct 31 19:34:40.027 INFO E| Compiling strsim v0.8.0
26402024-10-31T19:34:41.711Z[ helios-setup] Oct 31 19:34:40.735 INFO E| Compiling unic-char-range v0.9.0
26412024-10-31T19:34:41.720Z[ helios-setup] Oct 31 19:34:40.744 INFO E| Compiling vec_map v0.8.2
26422024-10-31T19:34:42.156Z[ helios-setup] Oct 31 19:34:41.180 INFO E| Compiling fletcher v0.1.0
26432024-10-31T19:34:42.262Z[ helios-setup] Oct 31 19:34:41.286 INFO E| Compiling parse_int v0.6.0
26442024-10-31T19:34:42.467Z[ helios-setup] Oct 31 19:34:41.491 INFO E| Compiling bitflags v1.3.2
26452024-10-31T19:34:42.494Z[ helios-setup] Oct 31 19:34:41.518 INFO E| Compiling ansi_term v0.12.1
26462024-10-31T19:34:42.525Z[ helios-setup] Oct 31 19:34:41.549 INFO E| Compiling strum v0.23.0
26472024-10-31T19:34:42.566Z[ helios-setup] Oct 31 19:34:41.590 INFO E| Compiling unic-common v0.9.0
26482024-10-31T19:34:42.679Z[ helios-setup] Oct 31 19:34:41.703 INFO E| Compiling unic-ucd-version v0.9.0
26492024-10-31T19:34:42.690Z[ helios-setup] Oct 31 19:34:41.714 INFO E| Compiling unic-char-property v0.9.0
26502024-10-31T19:34:42.746Z[ helios-setup] Oct 31 19:34:41.770 INFO E| Compiling log v0.4.22
26512024-10-31T19:34:42.792Z[ helios-setup] Oct 31 19:34:41.816 INFO E| Compiling plain v0.2.3
26522024-10-31T19:34:42.798Z[ helios-setup] Oct 31 19:34:41.822 INFO E| Compiling bytesize v1.3.0
26532024-10-31T19:34:42.984Z[ helios-setup] Oct 31 19:34:42.007 INFO E| Compiling unic-ucd-ident v0.9.0
26542024-10-31T19:34:43.202Z[ helios-setup] Oct 31 19:34:42.226 INFO E| Compiling clap v2.34.0
26552024-10-31T19:34:43.902Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26562024-10-31T19:34:43.965Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26572024-10-31T19:34:44.435Z[ host-package] Compiling oso-derive v0.27.3
26582024-10-31T19:34:44.893Z[ helios-setup] Oct 31 19:34:43.915 INFO E| Compiling serde_derive_internals v0.29.1
26592024-10-31T19:34:46.184Z[ host-package] Compiling parse-zoneinfo v0.3.1
26602024-10-31T19:34:46.997Z[ helios-setup] Oct 31 19:34:46.020 INFO E| Compiling toml v0.5.11
26612024-10-31T19:34:48.626Z[ host-package] Compiling libz-sys v1.1.20
26622024-10-31T19:34:48.860Z[ host-package] Compiling quick-xml v0.33.0
26632024-10-31T19:34:50.378Z[ host-package] Compiling subprocess v0.2.9
26642024-10-31T19:34:50.508Z[ helios-setup] Oct 31 19:34:49.532 INFO E| Compiling proc-macro-crate v0.1.5
26652024-10-31T19:34:50.745Z[ helios-setup] Oct 31 19:34:49.768 INFO E| Compiling thiserror-impl v1.0.64
26662024-10-31T19:34:50.838Z[ helios-setup] Oct 31 19:34:49.861 INFO E| Compiling serde_derive v1.0.210
26672024-10-31T19:34:51.167Z[ helios-setup] Oct 31 19:34:50.190 INFO E| Compiling schemars_derive v0.8.21
26682024-10-31T19:34:52.015Z[ helios-setup] Oct 31 19:34:51.038 INFO E| Compiling zerocopy-derive v0.6.6
26692024-10-31T19:34:52.509Z[ helios-setup] Oct 31 19:34:51.532 INFO E| Compiling num-derive v0.4.2
26702024-10-31T19:34:53.086Z[ host-package] Compiling diesel-dtrace v0.3.0
26712024-10-31T19:34:53.914Z[ host-package] Compiling cfg_aliases v0.1.1
26722024-10-31T19:34:54.235Z[ host-package] Compiling parking_lot_core v0.8.6
26732024-10-31T19:34:54.388Z[ host-package] Compiling oso v0.27.3
26742024-10-31T19:34:55.441Z[ host-package] Compiling nix v0.28.0
26752024-10-31T19:34:57.004Z[ helios-setup] Oct 31 19:34:56.027 INFO E| Compiling pest v2.7.13
26762024-10-31T19:34:57.015Z[ helios-setup] Oct 31 19:34:56.037 INFO E| Compiling zerocopy v0.6.6
26772024-10-31T19:34:57.666Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26782024-10-31T19:34:58.879Z[ helios-setup] Oct 31 19:34:57.902 INFO E| Compiling modular-bitfield-impl v0.11.2
26792024-10-31T19:34:59.290Z[ helios-setup] Oct 31 19:34:58.312 INFO E| Compiling scroll_derive v0.10.5
26802024-10-31T19:34:59.364Z[ host-package] Compiling chrono-tz-build v0.4.0
26812024-10-31T19:34:59.725Z[ helios-setup] Oct 31 19:34:58.748 INFO E| Compiling strum_macros v0.23.1
26822024-10-31T19:35:00.304Z[ helios-setup] Oct 31 19:34:59.326 INFO E| Compiling structopt-derive v0.4.18
26832024-10-31T19:35:01.775Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842024-10-31T19:35:02.054Z[ helios-setup] Oct 31 19:35:01.077 INFO E| Compiling pest_meta v2.7.13
26852024-10-31T19:35:02.551Z[ helios-setup] Oct 31 19:35:01.573 INFO E| Compiling scroll v0.10.2
26862024-10-31T19:35:03.683Z[ helios-setup] Oct 31 19:35:02.705 INFO E| Compiling goblin v0.4.3
26872024-10-31T19:35:04.310Z[ helios-setup] Oct 31 19:35:03.333 INFO E| Compiling modular-bitfield v0.11.2
26882024-10-31T19:35:04.782Z[ helios-setup] Oct 31 19:35:03.804 INFO E| Compiling pest_generator v2.7.13
26892024-10-31T19:35:05.103Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902024-10-31T19:35:05.850Z[ helios-setup] Oct 31 19:35:04.872 INFO E| Compiling structopt v0.3.26
26912024-10-31T19:35:10.218Z[ helios-setup] Oct 31 19:35:09.237 INFO E| Compiling pest_derive v2.7.13
26922024-10-31T19:35:10.624Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932024-10-31T19:35:12.990Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942024-10-31T19:35:13.580Z[ host-package] Compiling bb8 v0.8.5
26952024-10-31T19:35:14.296Z[ helios-setup] Oct 31 19:35:13.317 INFO E| Compiling json5 v0.4.1
26962024-10-31T19:35:14.650Z[ host-package] Compiling const_format_proc_macros v0.2.33
26972024-10-31T19:35:14.778Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26982024-10-31T19:35:15.885Z[ host-package] Compiling vte v0.11.1
26992024-10-31T19:35:17.794Z[ host-package] Compiling const_format v0.2.33
27002024-10-31T19:35:18.140Z[ host-package] Compiling async-bb8-diesel v0.2.1
27012024-10-31T19:35:19.729Z[ host-package] Compiling chrono-tz v0.10.0
27022024-10-31T19:35:19.999Z[ helios-setup] Oct 31 19:35:19.020 INFO E| Compiling four-cc v0.3.0
27032024-10-31T19:35:19.999Z[ helios-setup] Oct 31 19:35:19.020 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
27042024-10-31T19:35:20.208Z[ helios-setup] Oct 31 19:35:19.229 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
27052024-10-31T19:35:20.995Z[ host-package] Compiling fd-lock v4.0.2
27062024-10-31T19:35:21.303Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27072024-10-31T19:35:21.532Z[ host-package] Compiling atty v0.2.14
27082024-10-31T19:35:21.782Z[ host-package] Compiling bytecount v0.6.8
27092024-10-31T19:35:21.834Z[ host-package] Compiling salty v0.3.0
27102024-10-31T19:35:22.480Z[ host-package] Compiling papergrid v0.11.0
27112024-10-31T19:35:22.800Z[ host-package] Compiling parking_lot v0.11.2
27122024-10-31T19:35:33.274Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27132024-10-31T19:35:34.273Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27142024-10-31T19:35:37.544Z[ host-package] Compiling tabled_derive v0.7.0
27152024-10-31T19:35:39.358Z[ host-package] Compiling peg-macros v0.8.4
27162024-10-31T19:35:39.921Z[ host-package] Compiling sqlparser_derive v0.2.2
27172024-10-31T19:35:41.019Z[ host-package] Compiling unicode_categories v0.1.1
27182024-10-31T19:35:41.830Z[ host-package] Compiling nu-ansi-term v0.50.1
27192024-10-31T19:35:42.809Z[ host-package] Compiling peg v0.8.4
27202024-10-31T19:35:42.980Z[ host-package] Compiling reedline v0.35.0
27212024-10-31T19:35:43.082Z[ host-package] Compiling rustyline v14.0.0
27222024-10-31T19:35:49.246Z[ host-package] Compiling sqlformat v0.2.6
27232024-10-31T19:35:56.688Z[ host-package] Compiling sqlparser v0.45.0
27242024-10-31T19:35:58.695Z[ host-package] Compiling tabled v0.15.0
27252024-10-31T19:36:00.081Z[ helios-setup] Oct 31 19:35:59.099 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27262024-10-31T19:36:01.311Z[ host-package] Compiling mime_guess v2.0.5
27272024-10-31T19:36:02.869Z[ host-package] Compiling sled v0.34.7
27282024-10-31T19:36:05.976Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292024-10-31T19:36:08.442Z[ host-package] Compiling hickory-client v0.24.1
27302024-10-31T19:36:10.111Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27312024-10-31T19:36:11.244Z[ helios-setup] Oct 31 19:36:10.262 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27322024-10-31T19:36:14.445Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27332024-10-31T19:36:15.530Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27342024-10-31T19:36:17.292Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352024-10-31T19:36:20.969Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27362024-10-31T19:36:21.624Z[ host-package] Compiling hickory-server v0.24.1
27372024-10-31T19:36:22.281Z[ host-package] Compiling primeorder v0.13.6
27382024-10-31T19:36:22.775Z[ host-package] Compiling vergen v8.3.2
27392024-10-31T19:36:22.936Z[ host-package] Compiling bcs v0.1.6
27402024-10-31T19:36:23.198Z[ host-package] Compiling env_filter v0.1.2
27412024-10-31T19:36:23.903Z[ host-package] Compiling cargo-platform v0.1.8
27422024-10-31T19:36:24.529Z[ host-package] Compiling nanorand v0.7.0
27432024-10-31T19:36:24.980Z[ host-package] Compiling memoffset v0.9.1
27442024-10-31T19:36:25.619Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27452024-10-31T19:36:25.682Z[ host-package] Compiling flume v0.11.0
27462024-10-31T19:36:26.671Z[ host-package] Compiling cargo_metadata v0.18.1
27472024-10-31T19:36:26.706Z[ host-package] Compiling env_logger v0.11.5
27482024-10-31T19:36:28.488Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492024-10-31T19:36:35.580Z[ host-package] Compiling p384 v0.13.0
27502024-10-31T19:36:38.806Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27512024-10-31T19:36:44.227Z[ host-package] Compiling git2 v0.19.0
27522024-10-31T19:36:51.430Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27532024-10-31T19:36:53.149Z[ helios-setup] Oct 31 19:36:52.162 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
27542024-10-31T19:36:53.182Z[ helios-setup] Oct 31 19:36:52.196 INFO building project "amd-host-image-builder" ok (175 seconds)
27552024-10-31T19:36:53.185Z[ helios-setup] Oct 31 19:36:52.196 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27562024-10-31T19:36:53.185Z[ helios-setup] Oct 31 19:36:52.196 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27572024-10-31T19:36:53.453Z[ helios-setup] Oct 31 19:36:52.467 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27582024-10-31T19:36:54.647Z[ helios-setup] Oct 31 19:36:53.660 INFO E| From https://github.com/oxidecomputer/progenitor
27592024-10-31T19:36:54.647Z[ helios-setup] Oct 31 19:36:53.661 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27602024-10-31T19:36:54.680Z[ helios-setup] Oct 31 19:36:53.693 INFO E| * [new tag] v0.1.1 -> v0.1.1
27612024-10-31T19:36:54.680Z[ helios-setup] Oct 31 19:36:53.694 INFO E| * [new tag] v0.2.0 -> v0.2.0
27622024-10-31T19:36:54.808Z[ helios-setup] Oct 31 19:36:53.822 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27632024-10-31T19:36:54.996Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27642024-10-31T19:36:55.113Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27652024-10-31T19:36:55.315Z[ helios-setup] Oct 31 19:36:54.328 INFO E| From https://github.com/jclulow/hiercmd
27662024-10-31T19:36:55.315Z[ helios-setup] Oct 31 19:36:54.328 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27672024-10-31T19:36:55.332Z[ helios-setup] Oct 31 19:36:54.346 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27682024-10-31T19:36:55.947Z[ helios-setup] Oct 31 19:36:54.961 INFO E| From https://github.com/jclulow/network-interface
27692024-10-31T19:36:55.947Z[ helios-setup] Oct 31 19:36:54.961 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27702024-10-31T19:36:55.966Z[ helios-setup] Oct 31 19:36:54.980 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27712024-10-31T19:36:56.333Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27722024-10-31T19:36:56.562Z[ helios-setup] Oct 31 19:36:55.576 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27732024-10-31T19:36:56.562Z[ helios-setup] Oct 31 19:36:55.576 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27742024-10-31T19:36:56.620Z[ helios-setup] Oct 31 19:36:55.634 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27752024-10-31T19:36:57.463Z[ helios-setup] Oct 31 19:36:56.477 INFO E| From https://github.com/oxidecomputer/facade
27762024-10-31T19:36:57.463Z[ helios-setup] Oct 31 19:36:56.477 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27772024-10-31T19:36:57.508Z[ helios-setup] Oct 31 19:36:56.521 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27782024-10-31T19:36:58.280Z[ helios-setup] Oct 31 19:36:57.293 INFO E| From https://github.com/oxidecomputer/dropshot
27792024-10-31T19:36:58.280Z[ helios-setup] Oct 31 19:36:57.293 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27802024-10-31T19:36:58.315Z[ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.3.0 -> v0.3.0
27812024-10-31T19:36:58.315Z[ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.4.0 -> v0.4.0
27822024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.5.0 -> v0.5.0
27832024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.5.1 -> v0.5.1
27842024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.6.0 -> v0.6.0
27852024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.7.0 -> v0.7.0
27862024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.8.0 -> v0.8.0
27872024-10-31T19:36:58.319Z[ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.9.0 -> v0.9.0
27882024-10-31T19:36:58.379Z[ helios-setup] Oct 31 19:36:57.393 INFO E| Updating crates.io index
27892024-10-31T19:36:58.415Z[ helios-setup] Oct 31 19:36:57.429 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27902024-10-31T19:36:59.193Z[ helios-setup] Oct 31 19:36:58.207 INFO E| From https://github.com/oxidecomputer/typify
27912024-10-31T19:36:59.193Z[ helios-setup] Oct 31 19:36:58.207 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27922024-10-31T19:36:59.225Z[ helios-setup] Oct 31 19:36:58.238 INFO E| * [new tag] v0.0.10 -> v0.0.10
27932024-10-31T19:36:59.225Z[ helios-setup] Oct 31 19:36:58.238 INFO E| * [new tag] v0.0.11 -> v0.0.11
27942024-10-31T19:36:59.228Z[ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.4 -> v0.0.4
27952024-10-31T19:36:59.228Z[ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.5 -> v0.0.5
27962024-10-31T19:36:59.228Z[ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.7 -> v0.0.7
27972024-10-31T19:36:59.228Z[ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.8 -> v0.0.8
27982024-10-31T19:36:59.228Z[ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.9 -> v0.0.9
27992024-10-31T19:36:59.771Z[ helios-setup] Oct 31 19:36:58.784 INFO E| Downloading crates ...
28002024-10-31T19:36:59.930Z[ helios-setup] Oct 31 19:36:58.944 INFO E| Downloaded autocfg v1.1.0
28012024-10-31T19:36:59.934Z[ helios-setup] Oct 31 19:36:58.948 INFO E| Downloaded async-stream v0.3.5
28022024-10-31T19:36:59.937Z[ helios-setup] Oct 31 19:36:58.951 INFO E| Downloaded const-random v0.1.15
28032024-10-31T19:36:59.972Z[ helios-setup] Oct 31 19:36:58.985 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28042024-10-31T19:36:59.975Z[ helios-setup] Oct 31 19:36:58.989 INFO E| Downloaded anstyle v0.3.5
28052024-10-31T19:36:59.978Z[ helios-setup] Oct 31 19:36:58.992 INFO E| Downloaded futures-executor v0.3.28
28062024-10-31T19:36:59.981Z[ helios-setup] Oct 31 19:36:58.995 INFO E| Downloaded home v0.5.4
28072024-10-31T19:36:59.984Z[ helios-setup] Oct 31 19:36:58.997 INFO E| Downloaded ppv-lite86 v0.2.17
28082024-10-31T19:36:59.987Z[ helios-setup] Oct 31 19:36:58.999 INFO E| Downloaded num-integer v0.1.45
28092024-10-31T19:36:59.990Z[ helios-setup] Oct 31 19:36:59.003 INFO E| Downloaded num_enum v0.5.7
28102024-10-31T19:36:59.996Z[ helios-setup] Oct 31 19:36:59.010 INFO E| Downloaded smartstring v1.0.1
28112024-10-31T19:37:00.001Z[ helios-setup] Oct 31 19:36:59.014 INFO E| Downloaded slog-bunyan v2.4.0
28122024-10-31T19:37:00.005Z[ helios-setup] Oct 31 19:36:59.019 INFO E| Downloaded signal-hook-registry v1.4.0
28132024-10-31T19:37:00.008Z[ helios-setup] Oct 31 19:36:59.022 INFO E| Downloaded pin-project-lite v0.2.9
28142024-10-31T19:37:00.016Z[ helios-setup] Oct 31 19:36:59.030 INFO E| Downloaded want v0.3.0
28152024-10-31T19:37:00.019Z[ helios-setup] Oct 31 19:36:59.032 INFO E| Downloaded schemars v0.8.12
28162024-10-31T19:37:00.038Z[ helios-setup] Oct 31 19:36:59.052 INFO E| Downloaded semver-parser v0.10.2
28172024-10-31T19:37:00.041Z[ helios-setup] Oct 31 19:36:59.055 INFO E| Downloaded toolchain_find v0.2.0
28182024-10-31T19:37:00.044Z[ helios-setup] Oct 31 19:36:59.057 INFO E| Downloaded toml_datetime v0.6.1
28192024-10-31T19:37:00.047Z[ helios-setup] Oct 31 19:36:59.058 INFO E| Downloaded thiserror v1.0.38
28202024-10-31T19:37:00.051Z[ helios-setup] Oct 31 19:36:59.065 INFO E| Downloaded tokio-macros v2.0.0
28212024-10-31T19:37:00.054Z[ helios-setup] Oct 31 19:36:59.067 INFO E| Downloaded time v0.1.45
28222024-10-31T19:37:00.056Z[ helios-setup] Oct 31 19:36:59.069 INFO E| Downloaded ucd-trie v0.1.5
28232024-10-31T19:37:00.059Z[ helios-setup] Oct 31 19:36:59.072 INFO E| Downloaded httparse v1.8.0
28242024-10-31T19:37:00.063Z[ helios-setup] Oct 31 19:36:59.076 INFO E| Downloaded sct v0.7.0
28252024-10-31T19:37:00.069Z[ helios-setup] Oct 31 19:36:59.083 INFO E| Downloaded num_enum_derive v0.5.7
28262024-10-31T19:37:00.080Z[ helios-setup] Oct 31 19:36:59.085 INFO E| Downloaded clap_lex v0.4.1
28272024-10-31T19:37:00.080Z[ helios-setup] Oct 31 19:36:59.087 INFO E| Downloaded tower-service v0.3.2
28282024-10-31T19:37:00.080Z[ helios-setup] Oct 31 19:36:59.089 INFO E| Downloaded percent-encoding v2.2.0
28292024-10-31T19:37:00.148Z[ helios-setup] Oct 31 19:36:59.161 INFO E| Downloaded url v2.3.1
28302024-10-31T19:37:00.153Z[ helios-setup] Oct 31 19:36:59.166 INFO E| Downloaded try-lock v0.2.4
28312024-10-31T19:37:00.155Z[ helios-setup] Oct 31 19:36:59.167 INFO E| Downloaded tracing-core v0.1.30
28322024-10-31T19:37:00.158Z[ helios-setup] Oct 31 19:36:59.172 INFO E| Downloaded num_cpus v1.15.0
28332024-10-31T19:37:00.163Z[ helios-setup] Oct 31 19:36:59.177 INFO E| Downloaded lazy_static v1.4.0
28342024-10-31T19:37:00.166Z[ helios-setup] Oct 31 19:36:59.180 INFO E| Downloaded futures-io v0.3.28
28352024-10-31T19:37:00.169Z[ helios-setup] Oct 31 19:36:59.181 INFO E| Downloaded utf8parse v0.2.1
28362024-10-31T19:37:00.171Z[ helios-setup] Oct 31 19:36:59.183 INFO E| Downloaded unicode-linebreak v0.1.4
28372024-10-31T19:37:00.173Z[ helios-setup] Oct 31 19:36:59.186 INFO E| Downloaded rustfmt-wrapper v0.2.0
28382024-10-31T19:37:00.175Z[ helios-setup] Oct 31 19:36:59.188 INFO E| Downloaded proc-macro-crate v1.2.1
28392024-10-31T19:37:00.178Z[ helios-setup] Oct 31 19:36:59.190 INFO E| Downloaded scopeguard v1.1.0
28402024-10-31T19:37:00.180Z[ helios-setup] Oct 31 19:36:59.192 INFO E| Downloaded strsim v0.10.0
28412024-10-31T19:37:00.180Z[ helios-setup] Oct 31 19:36:59.194 INFO E| Downloaded rustls-pemfile v1.0.2
28422024-10-31T19:37:00.184Z[ helios-setup] Oct 31 19:36:59.197 INFO E| Downloaded anstyle-parse v0.1.1
28432024-10-31T19:37:00.186Z[ helios-setup] Oct 31 19:36:59.200 INFO E| Downloaded memchr v2.5.0
28442024-10-31T19:37:00.194Z[ helios-setup] Oct 31 19:36:59.207 INFO E| Downloaded semver v1.0.17
28452024-10-31T19:37:00.197Z[ helios-setup] Oct 31 19:36:59.211 INFO E| Downloaded smawk v0.3.1
28462024-10-31T19:37:00.200Z[ helios-setup] Oct 31 19:36:59.214 INFO E| Downloaded serde_path_to_error v0.1.11
28472024-10-31T19:37:00.203Z[ helios-setup] Oct 31 19:36:59.217 INFO E| Downloaded lock_api v0.4.9
28482024-10-31T19:37:00.206Z[ helios-setup] Oct 31 19:36:59.219 INFO E| Downloaded futures-channel v0.3.28
28492024-10-31T19:37:00.208Z[ helios-setup] Oct 31 19:36:59.222 INFO E| Downloaded memoffset v0.7.1
28502024-10-31T19:37:00.211Z[ helios-setup] Oct 31 19:36:59.224 INFO E| Downloaded tokio-util v0.7.7
28512024-10-31T19:37:00.220Z[ helios-setup] Oct 31 19:36:59.234 INFO E| Downloaded serde_spanned v0.6.1
28522024-10-31T19:37:00.223Z[ helios-setup] Oct 31 19:36:59.235 INFO E| Downloaded smallvec v1.10.0
28532024-10-31T19:37:00.225Z[ helios-setup] Oct 31 19:36:59.239 INFO E| Downloaded textwrap v0.16.0
28542024-10-31T19:37:00.229Z[ helios-setup] Oct 31 19:36:59.243 INFO E| Downloaded io-lifetimes v1.0.10
28552024-10-31T19:37:00.233Z[ helios-setup] Oct 31 19:36:59.247 INFO E| Downloaded anyhow v1.0.68
28562024-10-31T19:37:00.240Z[ helios-setup] Oct 31 19:36:59.253 INFO E| Downloaded uuid v1.3.0
28572024-10-31T19:37:00.246Z[ helios-setup] Oct 31 19:36:59.260 INFO E| Downloaded tinyvec v1.6.0
28582024-10-31T19:37:00.251Z[ helios-setup] Oct 31 19:36:59.265 INFO E| Downloaded serde_derive v1.0.204
28592024-10-31T19:37:00.256Z[ helios-setup] Oct 31 19:36:59.269 INFO E| Downloaded unsafe-libyaml v0.2.8
28602024-10-31T19:37:00.262Z[ helios-setup] Oct 31 19:36:59.275 INFO E| Downloaded rustls-webpki v0.100.1
28612024-10-31T19:37:00.272Z[ helios-setup] Oct 31 19:36:59.286 INFO E| Downloaded toml_edit v0.19.8
28622024-10-31T19:37:00.299Z[ helios-setup] Oct 31 19:36:59.312 INFO E| Downloaded serde_json v1.0.95
28632024-10-31T19:37:00.311Z[ helios-setup] Oct 31 19:36:59.324 INFO E| Downloaded winnow v0.4.1
28642024-10-31T19:37:00.323Z[ helios-setup] Oct 31 19:36:59.337 INFO E| Downloaded serde v1.0.204
28652024-10-31T19:37:00.329Z[ helios-setup] Oct 31 19:36:59.342 INFO E| Downloaded unicode-normalization v0.1.22
28662024-10-31T19:37:00.335Z[ helios-setup] Oct 31 19:36:59.348 INFO E| Downloaded syn v1.0.107
28672024-10-31T19:37:00.351Z[ helios-setup] Oct 31 19:36:59.365 INFO E| Downloaded crossbeam-channel v0.5.6
28682024-10-31T19:37:00.358Z[ helios-setup] Oct 31 19:36:59.371 INFO E| Downloaded serde_yaml v0.9.21
28692024-10-31T19:37:00.365Z[ helios-setup] Oct 31 19:36:59.378 INFO E| Downloaded http v0.2.9
28702024-10-31T19:37:00.371Z[ helios-setup] Oct 31 19:36:59.384 INFO E| Downloaded pest v2.5.7
28712024-10-31T19:37:00.378Z[ helios-setup] Oct 31 19:36:59.392 INFO E| Downloaded syn v2.0.72
28722024-10-31T19:37:00.396Z[ helios-setup] Oct 31 19:36:59.409 INFO E| Downloaded clap_builder v4.2.1
28732024-10-31T19:37:00.406Z[ helios-setup] Oct 31 19:36:59.420 INFO E| Downloaded aho-corasick v0.7.20
28742024-10-31T19:37:00.440Z[ helios-setup] Oct 31 19:36:59.454 INFO E| Downloaded mio v0.8.5
28752024-10-31T19:37:00.449Z[ helios-setup] Oct 31 19:36:59.462 INFO E| Downloaded rayon-core v1.10.2
28762024-10-31T19:37:00.455Z[ helios-setup] Oct 31 19:36:59.468 INFO E| Downloaded futures-util v0.3.28
28772024-10-31T19:37:00.474Z[ helios-setup] Oct 31 19:36:59.488 INFO E| Downloaded reqwest v0.11.16
28782024-10-31T19:37:00.487Z[ helios-setup] Oct 31 19:36:59.501 INFO E| Downloaded h2 v0.3.16
28792024-10-31T19:37:00.499Z[ helios-setup] Oct 31 19:36:59.512 INFO E| Downloaded rayon v1.6.1
28802024-10-31T19:37:00.516Z[ helios-setup] Oct 31 19:36:59.528 INFO E| Downloaded chrono v0.4.24
28812024-10-31T19:37:00.527Z[ helios-setup] Oct 31 19:36:59.540 INFO E| Downloaded hyper v0.14.25
28822024-10-31T19:37:00.541Z[ helios-setup] Oct 31 19:36:59.554 INFO E| Downloaded regress v0.5.0
28832024-10-31T19:37:00.553Z[ helios-setup] Oct 31 19:36:59.566 INFO E| Downloaded git2 v0.16.1
28842024-10-31T19:37:00.567Z[ helios-setup] Oct 31 19:36:59.580 INFO E| Downloaded rustix v0.37.3
28852024-10-31T19:37:00.602Z[ helios-setup] Oct 31 19:36:59.615 INFO E| Downloaded rustls v0.21.0
28862024-10-31T19:37:00.619Z[ helios-setup] Oct 31 19:36:59.633 INFO E| Downloaded rhai v1.14.0
28872024-10-31T19:37:00.640Z[ helios-setup] Oct 31 19:36:59.653 INFO E| Downloaded regex v1.7.3
28882024-10-31T19:37:00.653Z[ helios-setup] Oct 31 19:36:59.666 INFO E| Downloaded base64 v0.21.0
28892024-10-31T19:37:00.658Z[ helios-setup] Oct 31 19:36:59.672 INFO E| Downloaded ryu v1.0.13
28902024-10-31T19:37:00.663Z[ helios-setup] Oct 31 19:36:59.677 INFO E| Downloaded openapiv3 v1.0.2
28912024-10-31T19:37:00.684Z[ helios-setup] Oct 31 19:36:59.697 INFO E| Downloaded unicode-bidi v0.3.13
28922024-10-31T19:37:00.687Z[ helios-setup] Oct 31 19:36:59.701 INFO E| Downloaded tracing v0.1.37
28932024-10-31T19:37:00.694Z[ helios-setup] Oct 31 19:36:59.708 INFO E| Downloaded tokio v1.27.0
28942024-10-31T19:37:00.749Z[ helios-setup] Oct 31 19:36:59.763 INFO E| Downloaded parking_lot_core v0.9.6
28952024-10-31T19:37:00.753Z[ helios-setup] Oct 31 19:36:59.766 INFO E| Downloaded parking_lot v0.12.1
28962024-10-31T19:37:00.756Z[ helios-setup] Oct 31 19:36:59.770 INFO E| Downloaded socket2 v0.4.9
28972024-10-31T19:37:00.759Z[ helios-setup] Oct 31 19:36:59.773 INFO E| Downloaded num-traits v0.2.15
28982024-10-31T19:37:00.764Z[ helios-setup] Oct 31 19:36:59.777 INFO E| Downloaded camino v1.1.4
28992024-10-31T19:37:00.767Z[ helios-setup] Oct 31 19:36:59.781 INFO E| Downloaded tungstenite v0.18.0
29002024-10-31T19:37:00.772Z[ helios-setup] Oct 31 19:36:59.786 INFO E| Downloaded log v0.4.17
29012024-10-31T19:37:00.776Z[ helios-setup] Oct 31 19:36:59.790 INFO E| Downloaded crossbeam-epoch v0.9.13
29022024-10-31T19:37:00.780Z[ helios-setup] Oct 31 19:36:59.794 INFO E| Downloaded clap v4.2.1
29032024-10-31T19:37:00.799Z[ helios-setup] Oct 31 19:36:59.812 INFO E| Downloaded cargo-lock v8.0.3
29042024-10-31T19:37:00.804Z[ helios-setup] Oct 31 19:36:59.817 INFO E| Downloaded anstream v0.2.6
29052024-10-31T19:37:00.807Z[ helios-setup] Oct 31 19:36:59.820 INFO E| Downloaded slog-async v2.7.0
29062024-10-31T19:37:00.809Z[ helios-setup] Oct 31 19:36:59.823 INFO E| Downloaded slab v0.4.7
29072024-10-31T19:37:00.812Z[ helios-setup] Oct 31 19:36:59.824 INFO E| Downloaded serde_derive_internals v0.26.0
29082024-10-31T19:37:00.814Z[ helios-setup] Oct 31 19:36:59.827 INFO E| Downloaded unicode-ident v1.0.8
29092024-10-31T19:37:00.817Z[ helios-setup] Oct 31 19:36:59.831 INFO E| Downloaded toml v0.7.3
29102024-10-31T19:37:00.822Z[ helios-setup] Oct 31 19:36:59.836 INFO E| Downloaded rhai_codegen v1.5.0
29112024-10-31T19:37:00.836Z[ helios-setup] Oct 31 19:36:59.849 INFO E| Downloaded quote v1.0.36
29122024-10-31T19:37:00.840Z[ helios-setup] Oct 31 19:36:59.854 INFO E| Downloaded futures v0.3.28
29132024-10-31T19:37:00.848Z[ helios-setup] Oct 31 19:36:59.861 INFO E| Downloaded libc v0.2.139
29142024-10-31T19:37:00.888Z[ helios-setup] Oct 31 19:36:59.902 INFO E| Downloaded async-trait v0.1.68
29152024-10-31T19:37:00.894Z[ helios-setup] Oct 31 19:36:59.907 INFO E| Downloaded once_cell v1.17.0
29162024-10-31T19:37:00.897Z[ helios-setup] Oct 31 19:36:59.911 INFO E| Downloaded fastrand v1.9.0
29172024-10-31T19:37:00.900Z[ helios-setup] Oct 31 19:36:59.913 INFO E| Downloaded sha1 v0.10.5
29182024-10-31T19:37:00.902Z[ helios-setup] Oct 31 19:36:59.916 INFO E| Downloaded serde_tokenstream v0.2.0
29192024-10-31T19:37:00.908Z[ helios-setup] Oct 31 19:36:59.921 INFO E| Downloaded byteorder v1.4.3
29202024-10-31T19:37:00.910Z[ helios-setup] Oct 31 19:36:59.924 INFO E| Downloaded clap_derive v4.2.0
29212024-10-31T19:37:00.914Z[ helios-setup] Oct 31 19:36:59.927 INFO E| Downloaded semver v0.11.0
29222024-10-31T19:37:00.917Z[ helios-setup] Oct 31 19:36:59.931 INFO E| Downloaded tokio-tungstenite v0.18.0
29232024-10-31T19:37:00.921Z[ helios-setup] Oct 31 19:36:59.934 INFO E| Downloaded tokio-rustls v0.24.0
29242024-10-31T19:37:00.929Z[ helios-setup] Oct 31 19:36:59.942 INFO E| Downloaded sha2 v0.10.6
29252024-10-31T19:37:00.932Z[ helios-setup] Oct 31 19:36:59.946 INFO E| Downloaded pkg-config v0.3.26
29262024-10-31T19:37:00.936Z[ helios-setup] Oct 31 19:36:59.948 INFO E| Downloaded ahash v0.7.6
29272024-10-31T19:37:00.938Z[ helios-setup] Oct 31 19:36:59.952 INFO E| Downloaded schemars_derive v0.8.12
29282024-10-31T19:37:00.941Z[ helios-setup] Oct 31 19:36:59.955 INFO E| Downloaded http-body v0.4.5
29292024-10-31T19:37:00.944Z[ helios-setup] Oct 31 19:36:59.957 INFO E| Downloaded futures-sink v0.3.28
29302024-10-31T19:37:00.946Z[ helios-setup] Oct 31 19:36:59.958 INFO E| Downloaded digest v0.10.6
29312024-10-31T19:37:00.948Z[ helios-setup] Oct 31 19:36:59.961 INFO E| Downloaded thiserror-impl v1.0.38
29322024-10-31T19:37:00.951Z[ helios-setup] Oct 31 19:36:59.963 INFO E| Downloaded terminal_size v0.2.6
29332024-10-31T19:37:00.953Z[ helios-setup] Oct 31 19:36:59.965 INFO E| Downloaded itoa v1.0.6
29342024-10-31T19:37:00.956Z[ helios-setup] Oct 31 19:36:59.967 INFO E| Downloaded is-terminal v0.4.7
29352024-10-31T19:37:00.957Z[ helios-setup] Oct 31 19:36:59.969 INFO E| Downloaded httpdate v1.0.2
29362024-10-31T19:37:00.959Z[ helios-setup] Oct 31 19:36:59.971 INFO E| Downloaded futures-macro v0.3.28
29372024-10-31T19:37:00.960Z[ helios-setup] Oct 31 19:36:59.972 INFO E| Downloaded futures-core v0.3.28
29382024-10-31T19:37:00.962Z[ helios-setup] Oct 31 19:36:59.975 INFO E| Downloaded form_urlencoded v1.1.0
29392024-10-31T19:37:00.962Z[ helios-setup] Oct 31 19:36:59.976 INFO E| Downloaded either v1.8.0
29402024-10-31T19:37:00.968Z[ helios-setup] Oct 31 19:36:59.978 INFO E| Downloaded dyn-clone v1.0.11
29412024-10-31T19:37:00.970Z[ helios-setup] Oct 31 19:36:59.981 INFO E| Downloaded concolor-query v0.3.3
29422024-10-31T19:37:00.970Z[ helios-setup] Oct 31 19:36:59.982 INFO E| Downloaded built v0.6.0
29432024-10-31T19:37:00.972Z[ helios-setup] Oct 31 19:36:59.985 INFO E| Downloaded ahash v0.8.3
29442024-10-31T19:37:00.976Z[ helios-setup] Oct 31 19:36:59.990 INFO E| Downloaded tempfile v3.5.0
29452024-10-31T19:37:00.980Z[ helios-setup] Oct 31 19:36:59.993 INFO E| Downloaded jobserver v0.1.26
29462024-10-31T19:37:00.983Z[ helios-setup] Oct 31 19:36:59.996 INFO E| Downloaded ipnet v2.7.2
29472024-10-31T19:37:00.985Z[ helios-setup] Oct 31 19:36:59.999 INFO E| Downloaded crossbeam-utils v0.8.14
29482024-10-31T19:37:00.990Z[ helios-setup] Oct 31 19:37:00.003 INFO E| Downloaded project-root v0.2.2
29492024-10-31T19:37:00.992Z[ helios-setup] Oct 31 19:37:00.004 INFO E| Downloaded const-random-macro v0.1.15
29502024-10-31T19:37:00.992Z[ helios-setup] Oct 31 19:37:00.005 INFO E| Downloaded concolor-override v1.0.0
29512024-10-31T19:37:00.994Z[ helios-setup] Oct 31 19:37:00.006 INFO E| Downloaded getrandom v0.2.8
29522024-10-31T19:37:00.997Z[ helios-setup] Oct 31 19:37:00.011 INFO E| Downloaded bincode v1.3.3
29532024-10-31T19:37:01.001Z[ helios-setup] Oct 31 19:37:00.014 INFO E| Downloaded async-stream-impl v0.3.5
29542024-10-31T19:37:01.004Z[ helios-setup] Oct 31 19:37:00.015 INFO E| Downloaded paste v1.0.12
29552024-10-31T19:37:01.007Z[ helios-setup] Oct 31 19:37:00.020 INFO E| Downloaded iana-time-zone v0.1.56
29562024-10-31T19:37:01.010Z[ helios-setup] Oct 31 19:37:00.024 INFO E| Downloaded futures-task v0.3.28
29572024-10-31T19:37:01.013Z[ helios-setup] Oct 31 19:37:00.026 INFO E| Downloaded bytes v1.4.0
29582024-10-31T19:37:01.018Z[ helios-setup] Oct 31 19:37:00.032 INFO E| Downloaded crossbeam-deque v0.8.2
29592024-10-31T19:37:01.021Z[ helios-setup] Oct 31 19:37:00.034 INFO E| Downloaded cc v1.0.78
29602024-10-31T19:37:01.062Z[ helios-setup] Oct 31 19:37:00.075 INFO E| Downloaded encoding_rs v0.8.32
29612024-10-31T19:37:01.183Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
29622024-10-31T19:37:01.231Z[ helios-setup] Oct 31 19:37:00.244 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29632024-10-31T19:37:01.405Z[ helios-setup] Oct 31 19:37:00.418 INFO E| Downloaded libz-sys v1.1.8
29642024-10-31T19:37:01.827Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling proc-macro2 v1.0.86
29652024-10-31T19:37:01.827Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling libc v0.2.139
29662024-10-31T19:37:01.828Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling unicode-ident v1.0.8
29672024-10-31T19:37:01.830Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling autocfg v1.1.0
29682024-10-31T19:37:01.830Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling cfg-if v1.0.0
29692024-10-31T19:37:01.830Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling version_check v0.9.4
29702024-10-31T19:37:01.830Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling serde v1.0.204
29712024-10-31T19:37:01.830Z[ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling syn v1.0.107
29722024-10-31T19:37:02.750Z[ helios-setup] Oct 31 19:37:01.763 INFO E| Compiling memchr v2.5.0
29732024-10-31T19:37:03.991Z[ helios-setup] Oct 31 19:37:03.004 INFO E| Compiling once_cell v1.17.0
29742024-10-31T19:37:03.994Z[ helios-setup] Oct 31 19:37:03.005 INFO E| Compiling thiserror v1.0.38
29752024-10-31T19:37:03.994Z[ helios-setup] Oct 31 19:37:03.006 INFO E| Compiling log v0.4.17
29762024-10-31T19:37:04.151Z[ host-package] Compiling rand_seeder v0.3.0
29772024-10-31T19:37:04.561Z[ helios-setup] Oct 31 19:37:03.574 INFO E| Compiling serde_json v1.0.95
29782024-10-31T19:37:04.799Z[ host-package] Compiling libsqlite3-sys v0.30.1
29792024-10-31T19:37:04.926Z[ host-package] Compiling rustls v0.21.12
29802024-10-31T19:37:05.021Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29812024-10-31T19:37:05.126Z[ helios-setup] Oct 31 19:37:04.139 INFO E| Compiling itoa v1.0.6
29822024-10-31T19:37:05.650Z[ helios-setup] Oct 31 19:37:04.663 INFO E| Compiling indexmap v1.9.3
29832024-10-31T19:37:05.814Z[ host-package] Compiling cfg_aliases v0.2.1
29842024-10-31T19:37:05.927Z[ helios-setup] Oct 31 19:37:04.940 INFO E| Compiling pin-project-lite v0.2.9
29852024-10-31T19:37:06.202Z[ host-package] Compiling nix v0.29.0
29862024-10-31T19:37:06.248Z[ helios-setup] Oct 31 19:37:05.253 INFO E| Compiling quote v1.0.36
29872024-10-31T19:37:06.370Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29882024-10-31T19:37:06.378Z[ helios-setup] Oct 31 19:37:05.391 INFO E| Compiling jobserver v0.1.26
29892024-10-31T19:37:06.478Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29902024-10-31T19:37:06.584Z[ helios-setup] Oct 31 19:37:05.597 INFO E| Compiling getrandom v0.2.8
29912024-10-31T19:37:06.788Z[ helios-setup] Oct 31 19:37:05.801 INFO E| Compiling scopeguard v1.1.0
29922024-10-31T19:37:06.996Z[ helios-setup] Oct 31 19:37:06.009 INFO E| Compiling cc v1.0.78
29932024-10-31T19:37:07.319Z[ helios-setup] Oct 31 19:37:06.332 INFO E| Compiling syn v2.0.72
29942024-10-31T19:37:07.571Z[ helios-setup] Oct 31 19:37:06.584 INFO E| Compiling num-integer v0.1.45
29952024-10-31T19:37:07.660Z[ helios-setup] Oct 31 19:37:06.673 INFO E| Compiling futures-core v0.3.28
29962024-10-31T19:37:07.802Z[ helios-setup] Oct 31 19:37:06.815 INFO E| Compiling bytes v1.4.0
29972024-10-31T19:37:08.817Z[ helios-setup] Oct 31 19:37:07.829 INFO E| Compiling ryu v1.0.13
29982024-10-31T19:37:09.711Z[ helios-setup] Oct 31 19:37:08.724 INFO E| Compiling lock_api v0.4.9
29992024-10-31T19:37:09.975Z[ helios-setup] Oct 31 19:37:08.988 INFO E| Compiling bitflags v1.3.2
30002024-10-31T19:37:10.052Z[ helios-setup] Oct 31 19:37:09.064 INFO E| Compiling typenum v1.16.0
30012024-10-31T19:37:10.253Z[ helios-setup] Oct 31 19:37:09.266 INFO E| Compiling parking_lot_core v0.9.6
30022024-10-31T19:37:10.400Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30032024-10-31T19:37:10.505Z[ helios-setup] Oct 31 19:37:09.518 INFO E| Compiling num_cpus v1.15.0
30042024-10-31T19:37:10.694Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30052024-10-31T19:37:10.838Z[ helios-setup] Oct 31 19:37:09.851 INFO E| Compiling slab v0.4.7
30062024-10-31T19:37:10.838Z[ helios-setup] Oct 31 19:37:09.851 INFO E| Compiling generic-array v0.14.6
30072024-10-31T19:37:10.961Z[ helios-setup] Oct 31 19:37:09.974 INFO E| Compiling futures-sink v0.3.28
30082024-10-31T19:37:11.014Z[ helios-setup] Oct 31 19:37:10.027 INFO E| Compiling futures-task v0.3.28
30092024-10-31T19:37:11.254Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30102024-10-31T19:37:11.415Z[ helios-setup] Oct 31 19:37:10.427 INFO E| Compiling futures-channel v0.3.28
30112024-10-31T19:37:11.904Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
30122024-10-31T19:37:12.060Z[ helios-setup] Oct 31 19:37:11.073 INFO E| Compiling tokio v1.27.0
30132024-10-31T19:37:12.127Z[ helios-setup] Oct 31 19:37:11.139 INFO E| Compiling schemars v0.8.12
30142024-10-31T19:37:12.338Z[ helios-setup] Oct 31 19:37:11.350 INFO E| Compiling futures-util v0.3.28
30152024-10-31T19:37:12.792Z[ host-package] Compiling rustls-webpki v0.101.7
30162024-10-31T19:37:13.416Z[ helios-setup] Oct 31 19:37:12.427 INFO E| Compiling mio v0.8.5
30172024-10-31T19:37:13.572Z[ helios-setup] Oct 31 19:37:12.584 INFO E| Compiling socket2 v0.4.9
30182024-10-31T19:37:13.575Z[ helios-setup] Oct 31 19:37:12.584 INFO E| Compiling signal-hook-registry v1.4.0
30192024-10-31T19:37:13.850Z[ helios-setup] Oct 31 19:37:12.863 INFO E| Compiling num-traits v0.2.15
30202024-10-31T19:37:13.896Z[ helios-setup] Oct 31 19:37:12.909 INFO E| Compiling ahash v0.7.6
30212024-10-31T19:37:14.949Z[ helios-setup] Oct 31 19:37:13.961 INFO E| Compiling futures-io v0.3.28
30222024-10-31T19:37:15.176Z[ helios-setup] Oct 31 19:37:14.187 INFO E| Compiling io-lifetimes v1.0.10
30232024-10-31T19:37:15.722Z[ helios-setup] Oct 31 19:37:14.734 INFO E| Compiling crunchy v0.2.2
30242024-10-31T19:37:16.335Z[ helios-setup] Oct 31 19:37:15.347 INFO E| Compiling pin-utils v0.1.0
30252024-10-31T19:37:17.166Z[ helios-setup] Oct 31 19:37:16.178 INFO E| Compiling ahash v0.8.3
30262024-10-31T19:37:17.406Z[ host-package] Compiling sct v0.7.1
30272024-10-31T19:37:17.556Z[ helios-setup] Oct 31 19:37:16.567 INFO E| Compiling rustix v0.37.3
30282024-10-31T19:37:17.658Z[ helios-setup] Oct 31 19:37:16.670 INFO E| Compiling tiny-keccak v2.0.2
30292024-10-31T19:37:17.801Z[ helios-setup] Oct 31 19:37:16.813 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30302024-10-31T19:37:18.037Z[ helios-setup] Oct 31 19:37:17.048 INFO E| Compiling hashbrown v0.12.3
30312024-10-31T19:37:18.300Z[ host-package] Compiling castaway v0.2.3
30322024-10-31T19:37:18.681Z[ host-package] Compiling csv-core v0.1.11
30332024-10-31T19:37:18.738Z[ helios-setup] Oct 31 19:37:17.749 INFO E| Compiling serde_derive_internals v0.26.0
30342024-10-31T19:37:19.050Z[ helios-setup] Oct 31 19:37:18.062 INFO E| Compiling block-buffer v0.10.3
30352024-10-31T19:37:19.253Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30362024-10-31T19:37:19.389Z[ host-package] Compiling http-range v0.1.5
30372024-10-31T19:37:19.598Z[ helios-setup] Oct 31 19:37:18.610 INFO E| Compiling crypto-common v0.1.6
30382024-10-31T19:37:20.599Z[ helios-setup] Oct 31 19:37:19.610 INFO E| Compiling errno v0.3.1
30392024-10-31T19:37:20.616Z[ host-package] Compiling hyper-staticfile v0.10.1
30402024-10-31T19:37:20.730Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30412024-10-31T19:37:20.938Z[ helios-setup] Oct 31 19:37:19.950 INFO E| Compiling pkg-config v0.3.26
30422024-10-31T19:37:21.129Z[ helios-setup] Oct 31 19:37:20.141 INFO E| Compiling crossbeam-utils v0.8.14
30432024-10-31T19:37:21.372Z[ helios-setup] Oct 31 19:37:20.383 INFO E| Compiling slog v2.7.0
30442024-10-31T19:37:21.715Z[ helios-setup] Oct 31 19:37:20.727 INFO E| Compiling fnv v1.0.7
30452024-10-31T19:37:22.007Z[ helios-setup] Oct 31 19:37:21.019 INFO E| Compiling http v0.2.9
30462024-10-31T19:37:23.600Z[ helios-setup] Oct 31 19:37:22.607 INFO E| Compiling digest v0.10.6
30472024-10-31T19:37:23.723Z[ host-package] Compiling csv v1.3.0
30482024-10-31T19:37:24.721Z[ helios-setup] Oct 31 19:37:23.733 INFO E| Compiling aho-corasick v0.7.20
30492024-10-31T19:37:24.761Z[ helios-setup] Oct 31 19:37:23.772 INFO E| Compiling percent-encoding v2.2.0
30502024-10-31T19:37:25.833Z[ helios-setup] Oct 31 19:37:24.843 INFO E| Compiling tinyvec_macros v0.1.1
30512024-10-31T19:37:25.913Z[ helios-setup] Oct 31 19:37:24.924 INFO E| Compiling anyhow v1.0.68
30522024-10-31T19:37:25.919Z[ host-package] Compiling compact_str v0.8.0
30532024-10-31T19:37:25.946Z[ helios-setup] Oct 31 19:37:24.957 INFO E| Compiling regex-syntax v0.6.29
30542024-10-31T19:37:27.402Z[ helios-setup] Oct 31 19:37:26.413 INFO E| Compiling httparse v1.8.0
30552024-10-31T19:37:27.572Z[ helios-setup] Oct 31 19:37:26.583 INFO E| Compiling unicode-width v0.1.10
30562024-10-31T19:37:27.761Z[ helios-setup] Oct 31 19:37:26.772 INFO E| Compiling cpufeatures v0.2.5
30572024-10-31T19:37:28.089Z[ helios-setup] Oct 31 19:37:27.100 INFO E| Compiling heck v0.4.1
30582024-10-31T19:37:28.326Z[ helios-setup] Oct 31 19:37:27.337 INFO E| Compiling tinyvec v1.6.0
30592024-10-31T19:37:28.399Z[ helios-setup] Oct 31 19:37:27.408 INFO E| Compiling thiserror-impl v1.0.38
30602024-10-31T19:37:28.506Z[ helios-setup] Oct 31 19:37:27.517 INFO E| Compiling schemars_derive v0.8.12
30612024-10-31T19:37:29.494Z[ helios-setup] Oct 31 19:37:28.505 INFO E| Compiling const-random-macro v0.1.15
30622024-10-31T19:37:29.576Z[ helios-setup] Oct 31 19:37:28.587 INFO E| Compiling serde_derive v1.0.204
30632024-10-31T19:37:29.734Z[ helios-setup] Oct 31 19:37:28.745 INFO E| Compiling tokio-macros v2.0.0
30642024-10-31T19:37:30.847Z[ helios-setup] Oct 31 19:37:29.858 INFO E| Compiling futures-macro v0.3.28
30652024-10-31T19:37:31.360Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
30662024-10-31T19:37:31.867Z[ helios-setup] Oct 31 19:37:30.878 INFO E| Compiling form_urlencoded v1.1.0
30672024-10-31T19:37:32.840Z[ helios-setup] Oct 31 19:37:31.851 INFO E| Compiling hashbrown v0.13.2
30682024-10-31T19:37:33.260Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
30692024-10-31T19:37:34.321Z[ helios-setup] Oct 31 19:37:33.331 INFO E| Compiling regex v1.7.3
30702024-10-31T19:37:34.477Z[ helios-setup] Oct 31 19:37:33.487 INFO E| Compiling chrono v0.4.24
30712024-10-31T19:37:35.486Z[ helios-setup] Oct 31 19:37:34.497 INFO E| Compiling libz-sys v1.1.8
30722024-10-31T19:37:35.575Z[ host-package] Compiling nix v0.27.1
30732024-10-31T19:37:37.697Z[ helios-setup] Oct 31 19:37:36.707 INFO E| Compiling uuid v1.3.0
30742024-10-31T19:37:37.754Z[ helios-setup] Oct 31 19:37:36.765 INFO E| Compiling dyn-clone v1.0.11
30752024-10-31T19:37:38.452Z[ helios-setup] Oct 31 19:37:37.463 INFO E| Compiling regress v0.5.0
30762024-10-31T19:37:38.523Z[ helios-setup] Oct 31 19:37:37.534 INFO E| Compiling unicode-normalization v0.1.22
30772024-10-31T19:37:38.683Z[ helios-setup] Oct 31 19:37:37.693 INFO E| Compiling const-random v0.1.15
30782024-10-31T19:37:40.488Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30792024-10-31T19:37:40.962Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30802024-10-31T19:37:41.355Z[ helios-setup] Oct 31 19:37:40.365 INFO E| Compiling getopts v0.2.21
30812024-10-31T19:37:41.475Z[ helios-setup] Oct 31 19:37:40.479 INFO E| Compiling tracing-core v0.1.30
30822024-10-31T19:37:42.262Z[ helios-setup] Oct 31 19:37:41.272 INFO E| Compiling memoffset v0.7.1
30832024-10-31T19:37:42.388Z[ helios-setup] Oct 31 19:37:41.395 INFO E| Compiling unicode-bidi v0.3.13
30842024-10-31T19:37:42.935Z[ helios-setup] Oct 31 19:37:41.945 INFO E| Compiling num-conv v0.1.0
30852024-10-31T19:37:48.074Z[ helios-setup] Oct 31 19:37:42.746 INFO E| Compiling powerfmt v0.2.0
30862024-10-31T19:37:48.154Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
30872024-10-31T19:37:48.154Z[ helios-setup] Oct 31 19:37:44.630 INFO E| Compiling ucd-trie v0.1.5
30882024-10-31T19:37:48.154Z[ helios-setup] Oct 31 19:37:44.879 INFO E| Compiling time-core v0.1.2
30892024-10-31T19:37:48.154Z[ helios-setup] Oct 31 19:37:46.000 INFO E| Compiling time-macros v0.2.18
30902024-10-31T19:37:48.154Z[ helios-setup] Oct 31 19:37:46.571 INFO E| Compiling idna v0.3.0
30912024-10-31T19:37:48.154Z[ helios-setup] Oct 31 19:37:46.924 INFO E| Compiling pest v2.5.7
30922024-10-31T19:37:48.420Z[ helios-setup] Oct 31 19:37:47.429 INFO E| Compiling deranged v0.3.11
30932024-10-31T19:37:50.713Z[ helios-setup] Oct 31 19:37:49.722 INFO E| Compiling tracing v0.1.37
30942024-10-31T19:37:53.337Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30952024-10-31T19:37:53.771Z[ helios-setup] Oct 31 19:37:52.780 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30962024-10-31T19:37:53.827Z[ helios-setup] Oct 31 19:37:52.836 INFO E| Compiling time v0.1.45
30972024-10-31T19:37:53.886Z[ helios-setup] Oct 31 19:37:52.895 INFO E| Compiling crossbeam-epoch v0.9.13
30982024-10-31T19:37:54.758Z[ helios-setup] Oct 31 19:37:53.766 INFO E| Compiling iana-time-zone v0.1.56
30992024-10-31T19:37:55.543Z[ helios-setup] Oct 31 19:37:54.552 INFO E| Compiling semver v1.0.17
31002024-10-31T19:37:56.733Z[ helios-setup] Oct 31 19:37:55.741 INFO E| Compiling num_threads v0.1.6
31012024-10-31T19:37:57.043Z[ helios-setup] Oct 31 19:37:56.052 INFO E| Compiling time v0.3.36
31022024-10-31T19:37:57.941Z[ helios-setup] Oct 31 19:37:56.950 INFO E| Compiling toml v0.5.11
31032024-10-31T19:37:58.524Z[ helios-setup] Oct 31 19:37:57.532 INFO E| Compiling smallvec v1.10.0
31042024-10-31T19:37:59.049Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31052024-10-31T19:38:00.364Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31062024-10-31T19:38:01.440Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31072024-10-31T19:38:01.584Z[ helios-setup] Oct 31 19:38:00.592 INFO E| Compiling parking_lot v0.12.1
31082024-10-31T19:38:01.825Z[ helios-setup] Oct 31 19:38:00.833 INFO E| Compiling serde_tokenstream v0.2.0
31092024-10-31T19:38:02.166Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31102024-10-31T19:38:03.251Z[ host-package] Compiling unicode-truncate v1.1.0
31112024-10-31T19:38:04.305Z[ host-package] Compiling hashlink v0.9.1
31122024-10-31T19:38:04.915Z[ helios-setup] Oct 31 19:38:03.923 INFO E| Compiling semver-parser v0.10.2
31132024-10-31T19:38:05.239Z[ helios-setup] Oct 31 19:38:04.240 INFO E| Compiling url v2.3.1
31142024-10-31T19:38:06.211Z[ host-package] Compiling tungstenite v0.23.0
31152024-10-31T19:38:07.283Z[ host-package] Compiling lru v0.12.5
31162024-10-31T19:38:08.317Z[ host-package] Compiling instability v0.3.2
31172024-10-31T19:38:08.336Z[ helios-setup] Oct 31 19:38:07.325 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31182024-10-31T19:38:10.418Z[ host-package] Compiling fallible-iterator v0.3.0
31192024-10-31T19:38:11.869Z[ helios-setup] Oct 31 19:38:10.877 INFO E| Compiling crossbeam-channel v0.5.6
31202024-10-31T19:38:12.245Z[ helios-setup] Oct 31 19:38:11.253 INFO E| Compiling dirs-sys-next v0.1.2
31212024-10-31T19:38:12.397Z[ host-package] Compiling cassowary v0.3.0
31222024-10-31T19:38:15.040Z[ helios-setup] Oct 31 19:38:14.047 INFO E| Compiling crc32fast v1.3.2
31232024-10-31T19:38:15.626Z[ helios-setup] Oct 31 19:38:14.634 INFO E| Compiling try-lock v0.2.4
31242024-10-31T19:38:15.718Z[ helios-setup] Oct 31 19:38:14.726 INFO E| Compiling same-file v1.0.6
31252024-10-31T19:38:16.056Z[ helios-setup] Oct 31 19:38:15.064 INFO E| Compiling want v0.3.0
31262024-10-31T19:38:16.130Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31272024-10-31T19:38:16.159Z[ helios-setup] Oct 31 19:38:15.167 INFO E| Compiling walkdir v2.3.3
31282024-10-31T19:38:16.539Z[ host-package] Compiling ratatui v0.28.1
31292024-10-31T19:38:16.901Z[ host-package] Compiling rusqlite v0.32.1
31302024-10-31T19:38:16.903Z[ helios-setup] Oct 31 19:38:15.910 INFO E| Compiling dirs-next v2.0.0
31312024-10-31T19:38:17.724Z[ helios-setup] Oct 31 19:38:16.731 INFO E| Compiling semver v0.11.0
31322024-10-31T19:38:18.910Z[ host-package] Compiling tokio-tungstenite v0.23.1
31332024-10-31T19:38:19.781Z[ helios-setup] Oct 31 19:38:18.789 INFO E| Compiling proc-macro-crate v1.2.1
31342024-10-31T19:38:19.947Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31352024-10-31T19:38:21.619Z[ helios-setup] Oct 31 19:38:20.626 INFO E| Compiling tokio-util v0.7.7
31362024-10-31T19:38:21.796Z[ helios-setup] Oct 31 19:38:20.803 INFO E| Compiling futures-executor v0.3.28
31372024-10-31T19:38:23.680Z[ helios-setup] Oct 31 19:38:22.687 INFO E| Compiling http-body v0.4.5
31382024-10-31T19:38:23.819Z[ helios-setup] Oct 31 19:38:22.826 INFO E| Compiling ring v0.16.20
31392024-10-31T19:38:24.729Z[ helios-setup] Oct 31 19:38:23.735 INFO E| Compiling h2 v0.3.16
31402024-10-31T19:38:24.859Z[ helios-setup] Oct 31 19:38:23.866 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31412024-10-31T19:38:25.764Z[ helios-setup] Oct 31 19:38:24.771 INFO E| Compiling rand_core v0.6.4
31422024-10-31T19:38:26.622Z[ helios-setup] Oct 31 19:38:25.628 INFO E| Compiling thread_local v1.1.7
31432024-10-31T19:38:26.817Z[ helios-setup] Oct 31 19:38:25.823 INFO E| Compiling tower-service v0.3.2
31442024-10-31T19:38:27.133Z[ helios-setup] Oct 31 19:38:26.139 INFO E| Compiling base64 v0.21.0
31452024-10-31T19:38:28.388Z[ helios-setup] Oct 31 19:38:27.394 INFO E| Compiling home v0.5.4
31462024-10-31T19:38:28.870Z[ host-package] Compiling tokio-rustls v0.24.1
31472024-10-31T19:38:29.100Z[ helios-setup] Oct 31 19:38:28.107 INFO E| Compiling rayon-core v1.10.2
31482024-10-31T19:38:29.329Z[ helios-setup] Oct 31 19:38:28.333 INFO E| Compiling lazy_static v1.4.0
31492024-10-31T19:38:30.013Z[ helios-setup] Oct 31 19:38:29.019 INFO E| Compiling ppv-lite86 v0.2.17
31502024-10-31T19:38:30.090Z[ helios-setup] Oct 31 19:38:29.096 INFO E| Compiling httpdate v1.0.2
31512024-10-31T19:38:31.721Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31522024-10-31T19:38:31.895Z[ helios-setup] Oct 31 19:38:30.901 INFO E| Compiling utf8parse v0.2.1
31532024-10-31T19:38:31.951Z[ helios-setup] Oct 31 19:38:30.957 INFO E| Compiling adler v1.0.2
31542024-10-31T19:38:32.532Z[ helios-setup] Oct 31 19:38:31.538 INFO E| Compiling fastrand v1.9.0
31552024-10-31T19:38:32.829Z[ helios-setup] Oct 31 19:38:31.835 INFO E| Compiling miniz_oxide v0.6.2
31562024-10-31T19:38:33.696Z[ helios-setup] Oct 31 19:38:32.703 INFO E| Compiling tempfile v3.5.0
31572024-10-31T19:38:34.999Z[ helios-setup] Oct 31 19:38:34.006 INFO E| Compiling anstyle-parse v0.1.1
31582024-10-31T19:38:35.995Z[ helios-setup] Oct 31 19:38:35.001 INFO E| Compiling hyper v0.14.25
31592024-10-31T19:38:36.758Z[ helios-setup] Oct 31 19:38:35.763 INFO E| Compiling rand_chacha v0.3.1
31602024-10-31T19:38:39.008Z[ helios-setup] Oct 31 19:38:38.013 INFO E| Compiling toolchain_find v0.2.0
31612024-10-31T19:38:51.357Z[ helios-setup] Oct 31 19:38:50.362 INFO E| Compiling futures v0.3.28
31622024-10-31T19:38:51.724Z[ helios-setup] Oct 31 19:38:50.729 INFO E| Compiling num_enum_derive v0.5.7
31632024-10-31T19:38:55.715Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31642024-10-31T19:38:56.229Z[ helios-setup] Oct 31 19:38:55.234 INFO E| Compiling cargo-lock v8.0.3
31652024-10-31T19:38:56.249Z[ host-package] Compiling rustls-pemfile v1.0.4
31662024-10-31T19:38:57.715Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31672024-10-31T19:38:58.414Z[ helios-setup] Oct 31 19:38:57.419 INFO E| Compiling crossbeam-deque v0.8.2
31682024-10-31T19:38:58.488Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31692024-10-31T19:38:58.782Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31702024-10-31T19:38:59.290Z[ host-package] Compiling signal-hook-tokio v0.3.1
31712024-10-31T19:38:59.737Z[ helios-setup] Oct 31 19:38:58.741 INFO E| Compiling term v0.7.0
31722024-10-31T19:38:59.816Z[ host-package] Compiling twox-hash v1.6.3
31732024-10-31T19:39:00.456Z[ helios-setup] Oct 31 19:38:59.460 INFO E| Compiling serde_urlencoded v0.7.1
31742024-10-31T19:39:00.853Z[ helios-setup] Oct 31 19:38:59.857 INFO E| Compiling sha1 v0.10.5
31752024-10-31T19:39:01.733Z[ helios-setup] Oct 31 19:39:00.738 INFO E| Compiling sha2 v0.10.6
31762024-10-31T19:39:02.254Z[ host-package] Compiling is_ci v1.2.0
31772024-10-31T19:39:02.517Z[ helios-setup] Oct 31 19:39:01.521 INFO E| Compiling is-terminal v0.4.7
31782024-10-31T19:39:02.558Z[ helios-setup] Oct 31 19:39:01.562 INFO E| Compiling atty v0.2.14
31792024-10-31T19:39:03.014Z[ host-package] Compiling unicode-linebreak v0.1.5
31802024-10-31T19:39:03.019Z[ helios-setup] Oct 31 19:39:02.023 INFO E| Compiling concolor-query v0.3.3
31812024-10-31T19:39:03.802Z[ helios-setup] Oct 31 19:39:02.805 INFO E| Compiling concolor-override v1.0.0
31822024-10-31T19:39:04.311Z[ helios-setup] Oct 31 19:39:03.314 INFO E| Compiling anstyle v0.3.5
31832024-10-31T19:39:04.735Z[ host-package] Compiling smawk v0.3.2
31842024-10-31T19:39:05.443Z[ host-package] Compiling textwrap v0.16.1
31852024-10-31T19:39:06.469Z[ helios-setup] Oct 31 19:39:05.472 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31862024-10-31T19:39:07.345Z[ host-package] Compiling supports-color v3.0.1
31872024-10-31T19:39:07.781Z[ helios-setup] Oct 31 19:39:06.784 INFO E| Compiling anstream v0.2.6
31882024-10-31T19:39:09.766Z[ helios-setup] Oct 31 19:39:08.769 INFO E| Compiling slog-term v2.9.0
31892024-10-31T19:39:10.037Z[ helios-setup] Oct 31 19:39:09.040 INFO E| Compiling flate2 v1.0.25
31902024-10-31T19:39:10.502Z[ helios-setup] Oct 31 19:39:09.505 INFO E| Compiling num_enum v0.5.7
31912024-10-31T19:39:11.237Z[ helios-setup] Oct 31 19:39:10.240 INFO E| Compiling rustfmt-wrapper v0.2.0
31922024-10-31T19:39:11.555Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31932024-10-31T19:39:12.283Z[ helios-setup] Oct 31 19:39:11.286 INFO E| Compiling rand v0.8.5
31942024-10-31T19:39:12.743Z[ helios-setup] Oct 31 19:39:11.745 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31952024-10-31T19:39:13.549Z[ helios-setup] Oct 31 19:39:12.552 INFO E| Compiling openapiv3 v1.0.2
31962024-10-31T19:39:15.024Z[ helios-setup] Oct 31 19:39:14.026 INFO E| Compiling encoding_rs v0.8.32
31972024-10-31T19:39:15.315Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31982024-10-31T19:39:16.256Z[ helios-setup] Oct 31 19:39:15.258 INFO E| Compiling mime v0.3.17
31992024-10-31T19:39:18.569Z[ helios-setup] Oct 31 19:39:17.572 INFO E| Compiling utf-8 v0.7.6
32002024-10-31T19:39:19.664Z[ helios-setup] Oct 31 19:39:18.667 INFO E| Compiling clap_lex v0.4.1
32012024-10-31T19:39:21.119Z[ helios-setup] Oct 31 19:39:20.121 INFO E| Compiling project-root v0.2.2
32022024-10-31T19:39:21.557Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032024-10-31T19:39:21.623Z[ helios-setup] Oct 31 19:39:20.626 INFO E| Compiling either v1.8.0
32042024-10-31T19:39:21.697Z[ helios-setup] Oct 31 19:39:20.699 INFO E| Compiling unsafe-libyaml v0.2.8
32052024-10-31T19:39:22.199Z[ helios-setup] Oct 31 19:39:21.201 INFO E| Compiling strsim v0.10.0
32062024-10-31T19:39:22.620Z[ helios-setup] Oct 31 19:39:21.575 INFO E| Compiling untrusted v0.7.1
32072024-10-31T19:39:23.377Z[ helios-setup] Oct 31 19:39:22.380 INFO E| Compiling byteorder v1.4.3
32082024-10-31T19:39:24.762Z[ helios-setup] Oct 31 19:39:23.764 INFO E| Compiling base64 v0.13.1
32092024-10-31T19:39:25.039Z[ helios-setup] Oct 31 19:39:24.041 INFO E| Compiling spin v0.5.2
32102024-10-31T19:39:25.556Z[ helios-setup] Oct 31 19:39:24.558 INFO E| Compiling ipnet v2.7.2
32112024-10-31T19:39:25.687Z[ helios-setup] Oct 31 19:39:24.689 INFO E| Compiling tungstenite v0.18.0
32122024-10-31T19:39:26.087Z[ helios-setup] Oct 31 19:39:25.089 INFO E| Compiling serde_yaml v0.9.21
32132024-10-31T19:39:26.099Z[ helios-setup] Oct 31 19:39:25.102 INFO E| Compiling clap_builder v4.2.1
32142024-10-31T19:39:28.153Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32152024-10-31T19:39:31.473Z[ helios-setup] Oct 31 19:39:30.474 INFO E| Compiling reqwest v0.11.16
32162024-10-31T19:39:33.410Z[ helios-setup] Oct 31 19:39:32.411 INFO E| Compiling rayon v1.6.1
32172024-10-31T19:39:35.877Z[ helios-setup] Oct 31 19:39:34.879 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32182024-10-31T19:39:37.371Z[ helios-setup] Oct 31 19:39:36.372 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32192024-10-31T19:39:37.545Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32202024-10-31T19:39:39.728Z[ helios-setup] Oct 31 19:39:38.729 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32212024-10-31T19:39:42.113Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32222024-10-31T19:39:43.855Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32232024-10-31T19:39:44.848Z[ helios-setup] Oct 31 19:39:43.849 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32242024-10-31T19:39:46.061Z[ helios-setup] Oct 31 19:39:45.062 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32252024-10-31T19:39:46.749Z[ helios-setup] Oct 31 19:39:45.749 INFO E| Compiling clap_derive v4.2.0
32262024-10-31T19:39:55.686Z[ helios-setup] Oct 31 19:39:54.686 INFO E| Compiling clap v4.2.1
32272024-10-31T19:39:56.024Z[ helios-setup] Oct 31 19:39:55.024 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32282024-10-31T19:39:57.307Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32292024-10-31T19:39:58.391Z[ helios-setup] Oct 31 19:39:57.391 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32302024-10-31T19:40:04.262Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312024-10-31T19:40:05.200Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32322024-10-31T19:40:08.600Z[ helios-setup] Oct 31 19:40:07.598 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32332024-10-31T19:40:09.873Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32342024-10-31T19:40:09.903Z[ helios-setup] Oct 31 19:40:08.902 INFO E| Compiling tokio-tungstenite v0.18.0
32352024-10-31T19:40:11.733Z[ helios-setup] Oct 31 19:40:10.732 INFO E| Compiling smartstring v1.0.1
32362024-10-31T19:40:11.777Z[ helios-setup] Oct 31 19:40:10.776 INFO E| Compiling rustls v0.21.0
32372024-10-31T19:40:12.754Z[ helios-setup] Oct 31 19:40:11.752 INFO E| Compiling serde_spanned v0.6.1
32382024-10-31T19:40:13.490Z[ helios-setup] Oct 31 19:40:12.488 INFO E| Compiling toml_datetime v0.6.1
32392024-10-31T19:40:14.157Z[ helios-setup] Oct 31 19:40:13.155 INFO E| Compiling async-trait v0.1.68
32402024-10-31T19:40:15.091Z[ helios-setup] Oct 31 19:40:14.089 INFO E| Compiling static_assertions v1.1.0
32412024-10-31T19:40:15.297Z[ helios-setup] Oct 31 19:40:14.295 INFO E| Compiling slog-async v2.7.0
32422024-10-31T19:40:15.425Z[ helios-setup] Oct 31 19:40:14.423 INFO E| Compiling match_cfg v0.1.0
32432024-10-31T19:40:15.561Z[ helios-setup] Oct 31 19:40:14.559 INFO E| Compiling camino v1.1.4
32442024-10-31T19:40:16.760Z[ helios-setup] Oct 31 19:40:15.758 INFO E| Compiling winnow v0.4.1
32452024-10-31T19:40:17.404Z[ helios-setup] Oct 31 19:40:16.402 INFO E| Compiling paste v1.0.12
32462024-10-31T19:40:18.155Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32472024-10-31T19:40:19.397Z[ helios-setup] Oct 31 19:40:18.395 INFO E| Compiling hostname v0.3.1
32482024-10-31T19:40:21.715Z[ helios-setup] Oct 31 19:40:20.713 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32492024-10-31T19:40:24.526Z[ helios-setup] Oct 31 19:40:23.524 INFO E| Compiling toml_edit v0.19.8
32502024-10-31T19:40:25.753Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32512024-10-31T19:40:28.904Z[ helios-setup] Oct 31 19:40:27.901 INFO E| Compiling slog-json v2.6.1
32522024-10-31T19:40:29.985Z[ helios-setup] Oct 31 19:40:28.982 INFO E| Compiling unicode-linebreak v0.1.4
32532024-10-31T19:40:30.062Z[ host-package] Compiling fatfs v0.3.6
32542024-10-31T19:40:31.961Z[ helios-setup] Oct 31 19:40:30.958 INFO E| Compiling async-stream-impl v0.3.5
32552024-10-31T19:40:32.328Z[ host-package] Compiling rtoolbox v0.0.2
32562024-10-31T19:40:33.809Z[ host-package] Compiling assert_matches v1.5.0
32572024-10-31T19:40:34.823Z[ host-package] Compiling rpassword v7.3.1
32582024-10-31T19:40:34.904Z[ helios-setup] Oct 31 19:40:33.901 INFO E| Compiling rhai_codegen v1.5.0
32592024-10-31T19:40:34.957Z[ helios-setup] Oct 31 19:40:33.954 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32602024-10-31T19:40:35.872Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32612024-10-31T19:40:35.911Z[ helios-setup] Oct 31 19:40:34.908 INFO E| Compiling take_mut v0.2.2
32622024-10-31T19:40:37.395Z[ helios-setup] Oct 31 19:40:36.329 INFO E| Compiling async-stream v0.3.5
32632024-10-31T19:40:37.980Z[ helios-setup] Oct 31 19:40:36.977 INFO E| Compiling toml v0.7.3
32642024-10-31T19:40:38.030Z[ helios-setup] Oct 31 19:40:37.027 INFO E| Compiling slog-bunyan v2.4.0
32652024-10-31T19:40:39.840Z[ helios-setup] Oct 31 19:40:38.837 INFO E| Compiling rhai v1.14.0
32662024-10-31T19:40:42.102Z[ helios-setup] Oct 31 19:40:41.098 INFO E| Compiling sct v0.7.0
32672024-10-31T19:40:43.007Z[ helios-setup] Oct 31 19:40:42.003 INFO E| Compiling rustls-webpki v0.100.1
32682024-10-31T19:40:46.840Z[ helios-setup] Oct 31 19:40:45.836 INFO E| Compiling rustls-pemfile v1.0.2
32692024-10-31T19:40:47.040Z[ helios-setup] Oct 31 19:40:46.036 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32702024-10-31T19:40:48.249Z[ helios-setup] Oct 31 19:40:47.245 INFO E| Compiling serde_path_to_error v0.1.11
32712024-10-31T19:40:48.399Z[ helios-setup] Oct 31 19:40:47.395 INFO E| Compiling bincode v1.3.3
32722024-10-31T19:40:50.653Z[ helios-setup] Oct 31 19:40:49.649 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32732024-10-31T19:40:50.870Z[ helios-setup] Oct 31 19:40:49.866 INFO E| Compiling terminal_size v0.2.6
32742024-10-31T19:40:51.361Z[ helios-setup] Oct 31 19:40:50.356 INFO E| Compiling smawk v0.3.1
32752024-10-31T19:40:51.770Z[ helios-setup] Oct 31 19:40:50.764 INFO E| Compiling textwrap v0.16.0
32762024-10-31T19:40:52.218Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32772024-10-31T19:40:58.300Z[ helios-setup] Oct 31 19:40:57.295 INFO E| Compiling tokio-rustls v0.24.0
32782024-10-31T19:41:16.886Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32792024-10-31T19:41:24.751Z[ helios-setup] Oct 31 19:41:23.744 INFO E| Compiling git2 v0.16.1
32802024-10-31T19:41:27.690Z[ host-package] Compiling tui-tree-widget v0.22.0
32812024-10-31T19:41:28.296Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32822024-10-31T19:41:30.293Z[ helios-setup] Oct 31 19:41:29.285 INFO E| Compiling built v0.6.0
32832024-10-31T19:41:33.238Z[ helios-setup] Oct 31 19:41:32.230 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32842024-10-31T19:41:34.930Z[ helios-setup] Oct 31 19:41:33.922 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32852024-10-31T19:41:35.267Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32862024-10-31T19:41:35.653Z[ helios-setup] Oct 31 19:41:34.645 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32872024-10-31T19:41:36.486Z[ helios-setup] Oct 31 19:41:35.478 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32882024-10-31T19:41:40.768Z[ helios-setup] Oct 31 19:41:39.760 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32892024-10-31T19:41:56.243Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32902024-10-31T19:41:57.121Z[ host-package] Compiling uzers v0.12.1
32912024-10-31T19:41:58.709Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32922024-10-31T19:42:02.868Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932024-10-31T19:42:05.220Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32942024-10-31T19:42:30.340Z[ helios-setup] Oct 31 19:42:29.328 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32952024-10-31T19:42:33.113Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32962024-10-31T19:42:44.968Z[ host-package] Compiling multimap v0.10.0
32972024-10-31T19:43:36.202Z[ helios-setup] Oct 31 19:43:35.184 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
32982024-10-31T19:43:36.333Z[ helios-setup] Oct 31 19:43:35.316 INFO building project "pilot" ok (403 seconds)
32992024-10-31T19:43:36.336Z[ helios-setup] rm -f helios-build
33002024-10-31T19:43:36.339Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33012024-10-31T19:43:36.344Z[ helios-setup]
33022024-10-31T19:43:36.346Z[ helios-setup] Setup complete! ./helios-build is now available.
33032024-10-31T19:43:36.349Z[ helios-setup]
33042024-10-31T19:43:36.349Z[ helios-setup]
33052024-10-31T19:43:36.349Z[ helios-setup] real 11:52.773371108
33062024-10-31T19:43:36.349Z[ helios-setup] user 28:23.073724562
33072024-10-31T19:43:36.349Z[ helios-setup] sys 3:37.108273558
33082024-10-31T19:43:36.349Z[ helios-setup] trap 1.668820362
33092024-10-31T19:43:36.349Z[ helios-setup] tflt 8.365172434
33102024-10-31T19:43:36.349Z[ helios-setup] dflt 28.623008450
33112024-10-31T19:43:36.349Z[ helios-setup] kflt 0.034282647
33122024-10-31T19:43:36.349Z[ helios-setup] lock 2:01:00.217955206
33132024-10-31T19:43:36.349Z[ helios-setup] slp 3:37:21.076764741
33142024-10-31T19:43:36.349Z[ helios-setup] lat 32:22.525910731
33152024-10-31T19:43:36.349Z[ helios-setup] stop 4:31.823031914
33162024-10-31T19:43:36.352ZOct 31 19:43:35.332 INFO [helios-setup] process exited with exit status: 0 (712.780503074s)
33172024-10-31T19:43:36.352ZOct 31 19:43:35.333 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33182024-10-31T19:43:36.376Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33192024-10-31T19:43:36.590Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33202024-10-31T19:43:36.590Z[ phbl-toolchain] info: downloading component 'cargo'
33212024-10-31T19:43:37.402Z[ phbl-toolchain] info: downloading component 'clippy'
33222024-10-31T19:43:37.950Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33232024-10-31T19:43:43.367Z[ phbl-toolchain] info: downloading component 'miri'
33242024-10-31T19:43:43.808Z[ phbl-toolchain] info: downloading component 'rust-docs'
33252024-10-31T19:43:45.046Z[ phbl-toolchain] info: downloading component 'rust-src'
33262024-10-31T19:43:45.226Z[ phbl-toolchain] info: downloading component 'rust-std'
33272024-10-31T19:43:47.137Z[ phbl-toolchain] info: downloading component 'rustc'
33282024-10-31T19:43:55.534Z[ phbl-toolchain] info: downloading component 'rustfmt'
33292024-10-31T19:43:55.843Z[ phbl-toolchain] info: installing component 'cargo'
33302024-10-31T19:43:57.284Z[ phbl-toolchain] info: installing component 'clippy'
33312024-10-31T19:43:57.809Z[ phbl-toolchain] info: installing component 'llvm-tools'
33322024-10-31T19:44:04.070Z[ phbl-toolchain] info: installing component 'miri'
33332024-10-31T19:44:04.515Z[ phbl-toolchain] info: installing component 'rust-docs'
33342024-10-31T19:44:12.651Z[ phbl-toolchain] info: installing component 'rust-src'
33352024-10-31T19:44:13.349Z[ phbl-toolchain] info: installing component 'rust-std'
33362024-10-31T19:44:15.814Z[ phbl-toolchain] info: installing component 'rustc'
33372024-10-31T19:44:25.400Z[ phbl-toolchain] info: installing component 'rustfmt'
33382024-10-31T19:44:26.269Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33392024-10-31T19:44:26.272ZOct 31 19:44:25.248 INFO [phbl-toolchain] process exited with exit status: 0 (49.915340582s)
33402024-10-31T19:45:22.628Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33412024-10-31T19:45:38.354Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33422024-10-31T19:53:49.709Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 21s
33432024-10-31T19:54:51.935ZOct 31 19:54:50.866 INFO [host-package] process exited with exit status: 0 (1344.376102862s)
33442024-10-31T19:54:51.938ZOct 31 19:54:50.866 INFO [host-stamp] running task
33452024-10-31T19:54:51.938ZOct 31 19:54:50.867 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33462024-10-31T19:54:51.944ZOct 31 19:54:50.875 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+git2a5038591e4
33472024-10-31T19:54:51.950ZOct 31 19:54:50.882 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+git2a5038591e4
33482024-10-31T19:54:51.956Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33492024-10-31T19:54:51.958ZOct 31 19:54:50.888 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+git2a5038591e4
33502024-10-31T19:54:51.962Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33512024-10-31T19:54:51.964ZOct 31 19:54:50.895 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+git2a5038591e4
33522024-10-31T19:54:51.970Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-31T19:54:51.972Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33542024-10-31T19:54:51.974Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33552024-10-31T19:54:51.974ZOct 31 19:54:50.904 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+git2a5038591e4
33562024-10-31T19:54:51.987Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-31T19:54:51.987ZOct 31 19:54:50.918 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+git2a5038591e4
33582024-10-31T19:54:51.997Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33592024-10-31T19:54:52.000Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-31T19:54:52.002ZOct 31 19:54:50.931 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+git2a5038591e4
33612024-10-31T19:54:52.015Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-31T19:54:52.015ZOct 31 19:54:50.946 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+git2a5038591e4
33632024-10-31T19:54:52.030Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-31T19:54:52.032ZOct 31 19:54:50.961 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (79.365917ms)
33652024-10-31T19:54:52.032ZOct 31 19:54:50.961 INFO [stamp-oxlog] process exited with exit status: 0 (66.108436ms)
33662024-10-31T19:54:52.042Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-31T19:54:52.045Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33682024-10-31T19:54:52.047ZOct 31 19:54:50.979 INFO [stamp-overlay] process exited with exit status: 0 (32.119307ms)
33692024-10-31T19:54:52.112Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33702024-10-31T19:54:52.115ZOct 31 19:54:51.046 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.016396ms)
33712024-10-31T19:54:52.191Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33722024-10-31T19:54:52.195ZOct 31 19:54:51.126 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (250.893929ms)
33732024-10-31T19:54:52.308Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33742024-10-31T19:54:52.312ZOct 31 19:54:51.243 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.528108ms)
33752024-10-31T19:54:53.190Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33762024-10-31T19:54:53.193ZOct 31 19:54:52.124 INFO [stamp-propolis-server] process exited with exit status: 0 (1.219779297s)
33772024-10-31T19:54:53.308Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33782024-10-31T19:54:55.649Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33792024-10-31T19:55:02.352Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33802024-10-31T19:55:02.356ZOct 31 19:55:01.285 INFO [stamp-switch-asic] process exited with exit status: 0 (10.35362617s)
33812024-10-31T19:55:02.358ZOct 31 19:55:01.285 INFO [host-stamp] task succeeded (10.41862716s)
33822024-10-31T19:55:02.358ZOct 31 19:55:01.285 INFO [host-proto] running task
33832024-10-31T19:55:02.789ZOct 31 19:55:01.719 INFO [host-proto] task succeeded (433.506478ms)
33842024-10-31T19:55:02.790ZOct 31 19:55:01.719 INFO [host-profile] running task
33852024-10-31T19:55:02.793ZOct 31 19:55:01.719 INFO [host-profile] task succeeded (343.04µs)
33862024-10-31T19:55:02.793ZOct 31 19:55:01.719 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpap0uK3/proto/host/root -N 'ci 2a50385/${os_short_commit} 2024-10-31 19:31' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33872024-10-31T19:55:02.808Z[ host-image] Oct 31 19:55:01.736 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33882024-10-31T19:55:02.808Z[ host-image] Oct 31 19:55:01.736 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33892024-10-31T19:55:02.823Z[ host-image] Oct 31 19:55:01.751 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpap0uK3/proto/host/root"
33902024-10-31T19:55:02.824Z[ host-image] Oct 31 19:55:01.751 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33912024-10-31T19:55:02.827Z[ host-image] Oct 31 19:55:01.751 INFO image builder template: ramdisk-01-os...
33922024-10-31T19:55:02.827Z[ host-image] Oct 31 19:55:01.751 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/.tmpap0uK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33932024-10-31T19:55:02.842Z[ host-image] Oct 31 19:55:01.772 INFO O| Oct 31 19:55:01.772 INFO CREATE DATASET: rpool/images/build/host/output
33942024-10-31T19:55:03.095Z[ host-image] Oct 31 19:55:02.025 INFO O| Oct 31 19:55:02.025 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33952024-10-31T19:55:03.099Z[ host-image] Oct 31 19:55:02.030 INFO O| Oct 31 19:55:02.030 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33962024-10-31T19:55:03.287Z[ host-image] Oct 31 19:55:02.217 INFO O| Oct 31 19:55:02.217 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33972024-10-31T19:55:03.343Z[ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33982024-10-31T19:55:03.343Z[ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33992024-10-31T19:55:03.346Z[ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34002024-10-31T19:55:03.346Z[ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34012024-10-31T19:55:03.352Z[ host-image] Oct 31 19:55:02.283 INFO O| Oct 31 19:55:02.283 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-31T19:55:03.693Z[ host-image] Oct 31 19:55:02.623 INFO O| Oct 31 19:55:02.623 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34032024-10-31T19:55:03.704Z[ host-image] Oct 31 19:55:02.634 INFO O| Oct 31 19:55:02.634 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34042024-10-31T19:55:04.178Z[ host-image] Oct 31 19:55:03.108 INFO O| Oct 31 19:55:03.108 INFO O| Caching catalogs ... Done
34052024-10-31T19:55:04.294Z[ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 0 (pkg_image_create) COMPLETE
34062024-10-31T19:55:04.294Z[ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34072024-10-31T19:55:04.297Z[ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO skip step because feature "repo_redist" is not enabled
34082024-10-31T19:55:04.297Z[ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-31T19:55:04.311Z[ host-image] Oct 31 19:55:03.241 INFO O| Oct 31 19:55:03.241 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"]
34102024-10-31T19:55:04.778Z[ host-image] Oct 31 19:55:03.708 INFO O| Oct 31 19:55:03.707 INFO STEP 2 (pkg_set_publisher) COMPLETE
34112024-10-31T19:55:04.780Z[ host-image] Oct 31 19:55:03.708 INFO O| Oct 31 19:55:03.708 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-31T19:55:04.794Z[ host-image] Oct 31 19:55:03.724 INFO O| Oct 31 19:55:03.724 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"]
34132024-10-31T19:55:05.339Z[ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 3 (pkg_set_publisher) COMPLETE
34142024-10-31T19:55:05.339Z[ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-31T19:55:05.342Z[ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO skip step because feature "repo_redist" is not enabled
34162024-10-31T19:55:05.342Z[ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-31T19:55:05.878Z[ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO variant opensolaris.zone is already global
34182024-10-31T19:55:05.878Z[ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO STEP 5 (pkg_change_variant) COMPLETE
34192024-10-31T19:55:05.880Z[ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-31T19:55:06.430Z[ host-image] Oct 31 19:55:05.360 INFO O| Oct 31 19:55:05.360 INFO variant opensolaris.imagetype is full; changing to partial
34212024-10-31T19:55:06.430Z[ host-image] Oct 31 19:55:05.360 INFO O| Oct 31 19:55:05.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34222024-10-31T19:55:12.964Z[ host-image] Oct 31 19:55:11.894 INFO O| Oct 31 19:55:11.894 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34232024-10-31T19:55:14.635Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.45s
34242024-10-31T19:55:15.833ZOct 31 19:55:14.762 INFO [recovery-package] process exited with exit status: 0 (23.895385159s)
34252024-10-31T19:55:15.833ZOct 31 19:55:14.762 INFO [recovery-stamp] running task
34262024-10-31T19:55:15.835ZOct 31 19:55:14.763 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34272024-10-31T19:55:15.835ZOct 31 19:55:14.763 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+git2a5038591e4
34282024-10-31T19:55:15.851ZOct 31 19:55:14.780 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2a5038591e4
34292024-10-31T19:55:15.861Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34302024-10-31T19:55:15.865Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34312024-10-31T19:55:15.950Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34322024-10-31T19:55:15.955ZOct 31 19:55:14.882 INFO [stamp-installinator] process exited with exit status: 0 (101.626136ms)
34332024-10-31T19:55:15.982Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34342024-10-31T19:55:15.985ZOct 31 19:55:14.915 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.8887ms)
34352024-10-31T19:55:15.989ZOct 31 19:55:14.915 INFO [recovery-stamp] task succeeded (152.404841ms)
34362024-10-31T19:55:15.989ZOct 31 19:55:14.915 INFO [recovery-proto] running task
34372024-10-31T19:55:15.989ZOct 31 19:55:14.915 INFO [tuf-stamp] running task
34382024-10-31T19:55:15.989ZOct 31 19:55:14.916 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+git2a5038591e4
34392024-10-31T19:55:15.999ZOct 31 19:55:14.928 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+git2a5038591e4
34402024-10-31T19:55:16.011Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34412024-10-31T19:55:16.013ZOct 31 19:55:14.940 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+git2a5038591e4
34422024-10-31T19:55:16.022Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34432024-10-31T19:55:16.024ZOct 31 19:55:14.953 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+git2a5038591e4
34442024-10-31T19:55:16.036Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34452024-10-31T19:55:16.038ZOct 31 19:55:14.965 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+git2a5038591e4
34462024-10-31T19:55:16.054Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34472024-10-31T19:55:16.056ZOct 31 19:55:14.983 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+git2a5038591e4
34482024-10-31T19:55:16.120Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34492024-10-31T19:55:16.122ZOct 31 19:55:15.049 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+git2a5038591e4
34502024-10-31T19:55:16.163Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34512024-10-31T19:55:16.166ZOct 31 19:55:15.093 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+git2a5038591e4
34522024-10-31T19:55:16.244Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34532024-10-31T19:55:16.244ZOct 31 19:55:15.173 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+git2a5038591e4
34542024-10-31T19:55:16.268ZOct 31 19:55:15.196 INFO [recovery-proto] task succeeded (281.472275ms)
34552024-10-31T19:55:16.271ZOct 31 19:55:15.197 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpap0uK3/proto/recovery/root -N 'recovery 2a50385/${os_short_commit} 2024-10-31 19:31' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34562024-10-31T19:55:16.305Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-31T19:55:16.307ZOct 31 19:55:15.234 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+git2a5038591e4
34582024-10-31T19:55:16.330Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-31T19:55:16.332ZOct 31 19:55:15.259 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+git2a5038591e4
34602024-10-31T19:55:16.357Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-31T19:55:16.359Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-31T19:55:16.395Z[ recovery-image] Oct 31 19:55:15.324 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34632024-10-31T19:55:16.395Z[ recovery-image] Oct 31 19:55:15.324 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34642024-10-31T19:55:16.419Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34652024-10-31T19:55:16.432Z[ recovery-image] Oct 31 19:55:15.361 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpap0uK3/proto/recovery/root"
34662024-10-31T19:55:16.432Z[ recovery-image] Oct 31 19:55:15.361 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34672024-10-31T19:55:16.435Z[ recovery-image] Oct 31 19:55:15.362 INFO image builder template: ramdisk-01-os...
34682024-10-31T19:55:16.435Z[ recovery-image] Oct 31 19:55:15.362 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/.tmpap0uK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34692024-10-31T19:55:16.485Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34702024-10-31T19:55:16.644Z[ recovery-image] Oct 31 19:55:15.573 INFO O| Oct 31 19:55:15.415 INFO CREATE DATASET: rpool/images/build/recovery/output
34712024-10-31T19:55:16.647ZOct 31 19:55:15.576 INFO [stamp-probe] process exited with exit status: 0 (483.683808ms)
34722024-10-31T19:55:16.719ZOct 31 19:55:15.648 INFO [stamp-ntp] process exited with exit status: 0 (694.70518ms)
34732024-10-31T19:55:16.734Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
34742024-10-31T19:55:16.809Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34752024-10-31T19:55:16.836Z[ recovery-image] Oct 31 19:55:15.765 INFO O| Oct 31 19:55:15.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34762024-10-31T19:55:16.842Z[ recovery-image] Oct 31 19:55:15.771 INFO O| Oct 31 19:55:15.771 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34772024-10-31T19:55:16.979Z[ host-image] Oct 31 19:55:15.908 INFO O| Oct 31 19:55:15.908 INFO O| Startup: Caching catalogs ... Done
34782024-10-31T19:55:17.176Z[ host-image] Oct 31 19:55:16.105 INFO O| Oct 31 19:55:16.105 INFO O| Planning: Planning completed in 0.00 seconds
34792024-10-31T19:55:17.179Z[ host-image] Oct 31 19:55:16.106 INFO O| Oct 31 19:55:16.106 INFO O| Planning: Consolidating action changes ... Done
34802024-10-31T19:55:17.179Z[ host-image] Oct 31 19:55:16.106 INFO O| Oct 31 19:55:16.106 INFO O| Planning: Evaluating mediators ... Done
34812024-10-31T19:55:17.179Z[ host-image] Oct 31 19:55:16.107 INFO O| Oct 31 19:55:16.107 INFO O| Planning: Planning completed in 0.00 seconds
34822024-10-31T19:55:17.179Z[ host-image] Oct 31 19:55:16.107 INFO O| Oct 31 19:55:16.107 INFO O| Variants/Facets to change: 1
34832024-10-31T19:55:17.239Z[ recovery-image] Oct 31 19:55:16.168 INFO O| Oct 31 19:55:16.168 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34842024-10-31T19:55:17.436Z[ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34852024-10-31T19:55:17.439Z[ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34862024-10-31T19:55:17.439Z[ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34872024-10-31T19:55:17.439Z[ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34882024-10-31T19:55:17.480Z[ recovery-image] Oct 31 19:55:16.409 INFO O| Oct 31 19:55:16.409 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34892024-10-31T19:55:17.525Z[ host-image] Oct 31 19:55:16.454 INFO O| Oct 31 19:55:16.454 INFO O| Done
34902024-10-31T19:55:17.525Z[ host-image] Oct 31 19:55:16.454 INFO O| Oct 31 19:55:16.454 INFO O| Done
34912024-10-31T19:55:17.537Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34922024-10-31T19:55:17.543ZOct 31 19:55:16.472 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.423105614s)
34932024-10-31T19:55:17.585Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34942024-10-31T19:55:17.617ZOct 31 19:55:16.546 INFO [stamp-internal-dns] process exited with exit status: 0 (1.606097501s)
34952024-10-31T19:55:17.813Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34962024-10-31T19:55:17.818ZOct 31 19:55:16.747 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.831373677s)
34972024-10-31T19:55:17.823Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34982024-10-31T19:55:17.828ZOct 31 19:55:16.757 INFO [stamp-external-dns] process exited with exit status: 0 (1.523127944s)
34992024-10-31T19:55:17.879Z[ recovery-image] Oct 31 19:55:16.807 INFO O| Oct 31 19:55:16.807 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35002024-10-31T19:55:17.893Z[ recovery-image] Oct 31 19:55:16.822 INFO O| Oct 31 19:55:16.822 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35012024-10-31T19:55:18.099Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35022024-10-31T19:55:18.103ZOct 31 19:55:17.032 INFO [stamp-oximeter] process exited with exit status: 0 (2.103597827s)
35032024-10-31T19:55:18.152Z[ host-image] Oct 31 19:55:17.080 INFO O| Oct 31 19:55:17.080 INFO O| Done
35042024-10-31T19:55:18.209Z[ host-image] Oct 31 19:55:17.138 INFO O| Oct 31 19:55:17.138 INFO O| Done
35052024-10-31T19:55:18.212Z[ host-image] Oct 31 19:55:17.139 INFO O| Oct 31 19:55:17.139 INFO O| Done
35062024-10-31T19:55:18.212Z[ host-image] Oct 31 19:55:17.139 INFO O| Oct 31 19:55:17.139 INFO O| Done
35072024-10-31T19:55:18.215Z[ host-image] Oct 31 19:55:17.141 INFO O| Oct 31 19:55:17.141 INFO O| Done
35082024-10-31T19:55:18.386Z[ recovery-image] Oct 31 19:55:17.315 INFO O| Oct 31 19:55:17.315 INFO O| Caching catalogs ... Done
35092024-10-31T19:55:18.493Z[ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 0 (pkg_image_create) COMPLETE
35102024-10-31T19:55:18.493Z[ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-31T19:55:18.493Z[ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO skip step because feature "repo_redist" is not enabled
35122024-10-31T19:55:18.493Z[ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35132024-10-31T19:55:18.508Z[ recovery-image] Oct 31 19:55:17.437 INFO O| Oct 31 19:55:17.437 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"]
35142024-10-31T19:55:18.669Z[ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 6 (pkg_change_variant) COMPLETE
35152024-10-31T19:55:18.669Z[ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-10-31T19:55:18.670Z[ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO skip step because feature "debug_variant" is not enabled
35172024-10-31T19:55:18.670Z[ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-10-31T19:55:18.986Z[ recovery-image] Oct 31 19:55:17.915 INFO O| Oct 31 19:55:17.915 INFO STEP 2 (pkg_set_publisher) COMPLETE
35192024-10-31T19:55:18.986Z[ recovery-image] Oct 31 19:55:17.915 INFO O| Oct 31 19:55:17.915 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-10-31T19:55:19.001Z[ recovery-image] Oct 31 19:55:17.930 INFO O| Oct 31 19:55:17.930 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"]
35212024-10-31T19:55:19.109Z[ host-image] Oct 31 19:55:18.037 INFO O| Oct 31 19:55:18.037 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35222024-10-31T19:55:19.435Z[ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 3 (pkg_set_publisher) COMPLETE
35232024-10-31T19:55:19.435Z[ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-10-31T19:55:19.435Z[ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO skip step because feature "repo_redist" is not enabled
35252024-10-31T19:55:19.438Z[ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-31T19:55:19.761Z[ host-image] Oct 31 19:55:18.690 INFO O| Oct 31 19:55:18.690 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35272024-10-31T19:55:19.764Z[ host-image] Oct 31 19:55:18.691 INFO O| Oct 31 19:55:18.691 INFO O| Planning: Planning completed in 0.00 seconds
35282024-10-31T19:55:19.764Z[ host-image] Oct 31 19:55:18.692 INFO O| Oct 31 19:55:18.692 INFO O| Planning: Consolidating action changes ... Done
35292024-10-31T19:55:19.764Z[ host-image] Oct 31 19:55:18.692 INFO O| Oct 31 19:55:18.692 INFO O| Planning: Evaluating mediators ... Done
35302024-10-31T19:55:19.764Z[ host-image] Oct 31 19:55:18.693 INFO O| Oct 31 19:55:18.693 INFO O| Planning: Planning completed in 0.00 seconds
35312024-10-31T19:55:19.767Z[ host-image] Oct 31 19:55:18.693 INFO O| Oct 31 19:55:18.693 INFO O| Variants/Facets to change: 1
35322024-10-31T19:55:19.787Z[ host-image] Oct 31 19:55:18.716 INFO O| Oct 31 19:55:18.716 INFO O| Done
35332024-10-31T19:55:19.787Z[ host-image] Oct 31 19:55:18.716 INFO O| Oct 31 19:55:18.716 INFO O| Done
35342024-10-31T19:55:19.932Z[ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO variant opensolaris.zone is already global
35352024-10-31T19:55:19.932Z[ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO STEP 5 (pkg_change_variant) COMPLETE
35362024-10-31T19:55:19.932Z[ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-31T19:55:20.172Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35382024-10-31T19:55:20.176ZOct 31 19:55:19.104 INFO [stamp-nexus] process exited with exit status: 0 (3.931704403s)
35392024-10-31T19:55:20.321Z[ recovery-image] Oct 31 19:55:19.250 INFO O| Oct 31 19:55:19.249 INFO variant opensolaris.imagetype is full; changing to partial
35402024-10-31T19:55:20.321Z[ recovery-image] Oct 31 19:55:19.250 INFO O| Oct 31 19:55:19.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35412024-10-31T19:55:20.334Z[ host-image] Oct 31 19:55:19.263 INFO O| Oct 31 19:55:19.263 INFO O| Done
35422024-10-31T19:55:20.382Z[ host-image] Oct 31 19:55:19.311 INFO O| Oct 31 19:55:19.311 INFO O| Done
35432024-10-31T19:55:20.385Z[ host-image] Oct 31 19:55:19.312 INFO O| Oct 31 19:55:19.312 INFO O| Done
35442024-10-31T19:55:20.385Z[ host-image] Oct 31 19:55:19.312 INFO O| Oct 31 19:55:19.312 INFO O| Done
35452024-10-31T19:55:20.385Z[ host-image] Oct 31 19:55:19.313 INFO O| Oct 31 19:55:19.313 INFO O| Done
35462024-10-31T19:55:20.445Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 8 (pkg_change_facet) COMPLETE
35472024-10-31T19:55:20.446Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-31T19:55:20.446Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO skip step because feature "recovery" is not enabled
35492024-10-31T19:55:20.449Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-31T19:55:20.449Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO skip step because feature "recovery" is not enabled
35512024-10-31T19:55:20.449Z[ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-10-31T19:55:20.458Z[ host-image] Oct 31 19:55:19.386 INFO O| Oct 31 19:55:19.386 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"]
35532024-10-31T19:55:20.750Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35542024-10-31T19:55:20.913Z[verify-libraries] Compiling polyval v0.6.2
35552024-10-31T19:55:20.932Z[verify-libraries] Compiling ctr v0.9.2
35562024-10-31T19:55:20.955Z[verify-libraries] Compiling ssh-encoding v0.2.0
35572024-10-31T19:55:20.955Z[verify-libraries] Compiling blowfish v0.9.1
35582024-10-31T19:55:21.053Z[verify-libraries] Compiling password-hash v0.4.2
35592024-10-31T19:55:21.053Z[verify-libraries] Compiling matches v0.1.10
35602024-10-31T19:55:21.114Z[ host-image] Oct 31 19:55:20.034 INFO O| Oct 31 19:55:20.034 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35612024-10-31T19:55:21.213Z[verify-libraries] Compiling ghash v0.5.1
35622024-10-31T19:55:21.405Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35632024-10-31T19:55:21.533Z[verify-libraries] Compiling aes-gcm v0.10.3
35642024-10-31T19:55:21.605Z[verify-libraries] Compiling idna v0.2.3
35652024-10-31T19:55:21.751Z[verify-libraries] Compiling p521 v0.13.3
35662024-10-31T19:55:21.762Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35672024-10-31T19:55:21.768ZOct 31 19:55:20.696 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.712928378s)
35682024-10-31T19:55:21.812Z[verify-libraries] Compiling pbkdf2 v0.11.0
35692024-10-31T19:55:21.965Z[verify-libraries] Compiling ssh-cipher v0.2.0
35702024-10-31T19:55:22.042Z[verify-libraries] Compiling p256 v0.13.2
35712024-10-31T19:55:22.523Z[verify-libraries] Compiling ssh-key v0.6.6
35722024-10-31T19:55:22.773Z[verify-libraries] Compiling enum-as-inner v0.5.1
35732024-10-31T19:55:23.522Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35742024-10-31T19:55:24.224Z[verify-libraries] Compiling md5 v0.7.0
35752024-10-31T19:55:24.440Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35762024-10-31T19:55:24.808Z[verify-libraries] Compiling num-bigint v0.4.6
35772024-10-31T19:55:25.647Z[verify-libraries] Compiling des v0.8.1
35782024-10-31T19:55:26.335Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35792024-10-31T19:55:27.006Z[verify-libraries] Compiling russh-keys v0.45.0
35802024-10-31T19:55:27.401Z[verify-libraries] Compiling hex-literal v0.4.1
35812024-10-31T19:55:27.644Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35822024-10-31T19:55:27.648ZOct 31 19:55:26.577 INFO [stamp-clickhouse] process exited with exit status: 0 (11.6113025s)
35832024-10-31T19:55:27.742Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35842024-10-31T19:55:27.836Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35852024-10-31T19:55:28.389Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35862024-10-31T19:55:28.398ZOct 31 19:55:27.326 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.066729656s)
35872024-10-31T19:55:28.398ZOct 31 19:55:27.326 INFO [tuf-stamp] task succeeded (12.41115962s)
35882024-10-31T19:55:28.895Z[verify-libraries] Compiling internet-checksum v0.2.1
35892024-10-31T19:55:29.261Z[verify-libraries] Compiling heck v0.4.1
35902024-10-31T19:55:30.770Z[verify-libraries] Compiling russh v0.45.0
35912024-10-31T19:55:31.016Z[ recovery-image] Oct 31 19:55:29.940 INFO O| Oct 31 19:55:29.940 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35922024-10-31T19:55:35.712Z[verify-libraries] Compiling dhcproto v0.12.0
35932024-10-31T19:55:36.365Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35942024-10-31T19:55:38.408Z[ recovery-image] Oct 31 19:55:37.335 INFO O| Oct 31 19:55:37.335 INFO O| Startup: Caching catalogs ... Done
35952024-10-31T19:55:38.516Z[ recovery-image] Oct 31 19:55:37.444 INFO O| Oct 31 19:55:37.444 INFO O| Planning: Planning completed in 0.00 seconds
35962024-10-31T19:55:38.519Z[ recovery-image] Oct 31 19:55:37.445 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Consolidating action changes ... Done
35972024-10-31T19:55:38.519Z[ recovery-image] Oct 31 19:55:37.445 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Evaluating mediators ... Done
35982024-10-31T19:55:38.519Z[ recovery-image] Oct 31 19:55:37.446 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Planning completed in 0.00 seconds
35992024-10-31T19:55:38.519Z[ recovery-image] Oct 31 19:55:37.446 INFO O| Oct 31 19:55:37.446 INFO O| Variants/Facets to change: 1
36002024-10-31T19:55:38.602Z[ recovery-image] Oct 31 19:55:37.529 INFO O| Oct 31 19:55:37.529 INFO O| Done
36012024-10-31T19:55:38.602Z[ recovery-image] Oct 31 19:55:37.530 INFO O| Oct 31 19:55:37.529 INFO O| Done
36022024-10-31T19:55:39.428Z[ recovery-image] Oct 31 19:55:38.356 INFO O| Oct 31 19:55:38.355 INFO O| Done
36032024-10-31T19:55:39.489Z[ recovery-image] Oct 31 19:55:38.416 INFO O| Oct 31 19:55:38.416 INFO O| Done
36042024-10-31T19:55:39.492Z[ recovery-image] Oct 31 19:55:38.418 INFO O| Oct 31 19:55:38.418 INFO O| Done
36052024-10-31T19:55:39.494Z[ recovery-image] Oct 31 19:55:38.419 INFO O| Oct 31 19:55:38.418 INFO O| Done
36062024-10-31T19:55:39.497Z[ recovery-image] Oct 31 19:55:38.420 INFO O| Oct 31 19:55:38.420 INFO O| Done
36072024-10-31T19:55:40.257Z[ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 6 (pkg_change_variant) COMPLETE
36082024-10-31T19:55:40.257Z[ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36092024-10-31T19:55:40.259Z[ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO skip step because feature "debug_variant" is not enabled
36102024-10-31T19:55:40.259Z[ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112024-10-31T19:55:40.963Z[ recovery-image] Oct 31 19:55:39.890 INFO O| Oct 31 19:55:39.890 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36122024-10-31T19:55:42.012Z[ recovery-image] Oct 31 19:55:40.939 INFO O| Oct 31 19:55:40.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36132024-10-31T19:55:42.015Z[ recovery-image] Oct 31 19:55:40.941 INFO O| Oct 31 19:55:40.941 INFO O| Planning: Planning completed in 0.00 seconds
36142024-10-31T19:55:42.021Z[ recovery-image] Oct 31 19:55:40.942 INFO O| Oct 31 19:55:40.942 INFO O| Planning: Consolidating action changes ... Done
36152024-10-31T19:55:42.021Z[ recovery-image] Oct 31 19:55:40.942 INFO O| Oct 31 19:55:40.942 INFO O| Planning: Evaluating mediators ... Done
36162024-10-31T19:55:42.027Z[ recovery-image] Oct 31 19:55:40.952 INFO O| Oct 31 19:55:40.952 INFO O| Planning: Planning completed in 0.01 seconds
36172024-10-31T19:55:42.027Z[ recovery-image] Oct 31 19:55:40.953 INFO O| Oct 31 19:55:40.953 INFO O| Variants/Facets to change: 1
36182024-10-31T19:55:42.156Z[ recovery-image] Oct 31 19:55:41.083 INFO O| Oct 31 19:55:41.083 INFO O| Done
36192024-10-31T19:55:42.156Z[ recovery-image] Oct 31 19:55:41.083 INFO O| Oct 31 19:55:41.083 INFO O| Done
36202024-10-31T19:55:42.918Z[ recovery-image] Oct 31 19:55:41.845 INFO O| Oct 31 19:55:41.845 INFO O| Done
36212024-10-31T19:55:43.065Z[ recovery-image] Oct 31 19:55:41.989 INFO O| Oct 31 19:55:41.989 INFO O| Done
36222024-10-31T19:55:43.068Z[ recovery-image] Oct 31 19:55:41.990 INFO O| Oct 31 19:55:41.990 INFO O| Done
36232024-10-31T19:55:43.068Z[ recovery-image] Oct 31 19:55:41.990 INFO O| Oct 31 19:55:41.990 INFO O| Done
36242024-10-31T19:55:43.068Z[ recovery-image] Oct 31 19:55:41.992 INFO O| Oct 31 19:55:41.992 INFO O| Done
36252024-10-31T19:55:43.173Z[ recovery-image] Oct 31 19:55:42.100 INFO O| Oct 31 19:55:42.100 INFO STEP 8 (pkg_change_facet) COMPLETE
36262024-10-31T19:55:43.173Z[ recovery-image] Oct 31 19:55:42.100 INFO O| Oct 31 19:55:42.100 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272024-10-31T19:55:43.854Z[ recovery-image] Oct 31 19:55:42.781 INFO O| Oct 31 19:55:42.781 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36282024-10-31T19:55:44.816Z[ recovery-image] Oct 31 19:55:43.742 INFO O| Oct 31 19:55:43.742 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36292024-10-31T19:55:44.819Z[ recovery-image] Oct 31 19:55:43.744 INFO O| Oct 31 19:55:43.744 INFO O| Planning: Planning completed in 0.00 seconds
36302024-10-31T19:55:44.819Z[ recovery-image] Oct 31 19:55:43.745 INFO O| Oct 31 19:55:43.745 INFO O| Planning: Consolidating action changes ... Done
36312024-10-31T19:55:44.819Z[ recovery-image] Oct 31 19:55:43.745 INFO O| Oct 31 19:55:43.745 INFO O| Planning: Evaluating mediators ... Done
36322024-10-31T19:55:44.822Z[ recovery-image] Oct 31 19:55:43.746 INFO O| Oct 31 19:55:43.746 INFO O| Planning: Planning completed in 0.00 seconds
36332024-10-31T19:55:44.822Z[ recovery-image] Oct 31 19:55:43.746 INFO O| Oct 31 19:55:43.746 INFO O| Variants/Facets to change: 1
36342024-10-31T19:55:44.839Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36352024-10-31T19:55:44.890Z[ recovery-image] Oct 31 19:55:43.817 INFO O| Oct 31 19:55:43.817 INFO O| Done
36362024-10-31T19:55:44.890Z[ recovery-image] Oct 31 19:55:43.817 INFO O| Oct 31 19:55:43.817 INFO O| Done
36372024-10-31T19:55:45.610Z[ recovery-image] Oct 31 19:55:44.536 INFO O| Oct 31 19:55:44.536 INFO O| Done
36382024-10-31T19:55:45.680Z[ recovery-image] Oct 31 19:55:44.607 INFO O| Oct 31 19:55:44.607 INFO O| Done
36392024-10-31T19:55:45.683Z[ recovery-image] Oct 31 19:55:44.608 INFO O| Oct 31 19:55:44.608 INFO O| Done
36402024-10-31T19:55:45.683Z[ recovery-image] Oct 31 19:55:44.608 INFO O| Oct 31 19:55:44.608 INFO O| Done
36412024-10-31T19:55:45.685Z[ recovery-image] Oct 31 19:55:44.610 INFO O| Oct 31 19:55:44.610 INFO O| Done
36422024-10-31T19:55:45.785Z[ recovery-image] Oct 31 19:55:44.712 INFO O| Oct 31 19:55:44.712 INFO STEP 9 (pkg_change_facet) COMPLETE
36432024-10-31T19:55:45.786Z[ recovery-image] Oct 31 19:55:44.712 INFO O| Oct 31 19:55:44.712 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-10-31T19:55:46.331Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36452024-10-31T19:55:46.394Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36462024-10-31T19:55:46.428Z[ recovery-image] Oct 31 19:55:45.355 INFO O| Oct 31 19:55:45.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36472024-10-31T19:55:46.825Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36482024-10-31T19:55:46.829Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36492024-10-31T19:55:47.421Z[ recovery-image] Oct 31 19:55:46.348 INFO O| Oct 31 19:55:46.348 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36502024-10-31T19:55:47.424Z[ recovery-image] Oct 31 19:55:46.350 INFO O| Oct 31 19:55:46.350 INFO O| Planning: Planning completed in 0.00 seconds
36512024-10-31T19:55:47.426Z[ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Consolidating action changes ... Done
36522024-10-31T19:55:47.426Z[ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Evaluating mediators ... Done
36532024-10-31T19:55:47.426Z[ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Planning completed in 0.00 seconds
36542024-10-31T19:55:47.426Z[ recovery-image] Oct 31 19:55:46.352 INFO O| Oct 31 19:55:46.352 INFO O| Variants/Facets to change: 1
36552024-10-31T19:55:47.465Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36562024-10-31T19:55:47.526Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36572024-10-31T19:55:47.560Z[ recovery-image] Oct 31 19:55:46.484 INFO O| Oct 31 19:55:46.476 INFO O| Done
36582024-10-31T19:55:47.560Z[ recovery-image] Oct 31 19:55:46.484 INFO O| Oct 31 19:55:46.476 INFO O| Done
36592024-10-31T19:55:48.266Z[ recovery-image] Oct 31 19:55:47.192 INFO O| Oct 31 19:55:47.192 INFO O| Done
36602024-10-31T19:55:48.364Z[ recovery-image] Oct 31 19:55:47.290 INFO O| Oct 31 19:55:47.290 INFO O| Done
36612024-10-31T19:55:48.367Z[ recovery-image] Oct 31 19:55:47.291 INFO O| Oct 31 19:55:47.291 INFO O| Done
36622024-10-31T19:55:48.367Z[ recovery-image] Oct 31 19:55:47.291 INFO O| Oct 31 19:55:47.291 INFO O| Done
36632024-10-31T19:55:48.367Z[ recovery-image] Oct 31 19:55:47.293 INFO O| Oct 31 19:55:47.293 INFO O| Done
36642024-10-31T19:55:48.372Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36652024-10-31T19:55:48.453Z[ recovery-image] Oct 31 19:55:47.379 INFO O| Oct 31 19:55:47.379 INFO STEP 10 (pkg_change_facet) COMPLETE
36662024-10-31T19:55:48.453Z[ recovery-image] Oct 31 19:55:47.379 INFO O| Oct 31 19:55:47.379 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-10-31T19:55:48.473Z[ recovery-image] Oct 31 19:55:47.399 INFO O| Oct 31 19:55:47.398 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"]
36682024-10-31T19:55:49.579Z[ recovery-image] Oct 31 19:55:48.505 INFO O| Oct 31 19:55:48.505 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36692024-10-31T19:55:53.185Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36702024-10-31T19:55:56.411Z[verify-libraries] Compiling termios v0.3.3
36712024-10-31T19:55:56.859Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36722024-10-31T19:56:14.402Z[ host-image] Oct 31 19:56:13.327 INFO O| Oct 31 19:56:13.326 INFO O| Planning: Solver setup ... Done
36732024-10-31T19:56:41.804Z[ recovery-image] Oct 31 19:56:40.726 INFO O| Oct 31 19:56:40.726 INFO O| Planning: Solver setup ... Done
36742024-10-31T19:57:02.243Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36752024-10-31T19:57:07.262Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36762024-10-31T19:57:09.386Z[ host-image] Oct 31 19:57:08.306 INFO O| Oct 31 19:57:08.306 INFO O| Planning: Running solver ... Done
36772024-10-31T19:57:09.877Z[ host-image] Oct 31 19:57:08.797 INFO O| Oct 31 19:57:08.797 INFO O| Planning: Finding local manifests ... Done
36782024-10-31T19:57:09.891Z[ host-image] Oct 31 19:57:08.811 INFO O| Oct 31 19:57:08.811 INFO O| Planning: Fetching manifests: 0/124 0% complete
36792024-10-31T19:57:11.746Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36802024-10-31T19:57:14.155Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36812024-10-31T19:57:14.624Z[ host-image] Oct 31 19:57:13.544 INFO O| Oct 31 19:57:13.544 INFO O| Planning: Fetching manifests: 124/124 100% complete
36822024-10-31T19:57:15.647Z[ host-image] Oct 31 19:57:14.567 INFO O| Oct 31 19:57:14.567 INFO O| Planning: Package planning ... Done
36832024-10-31T19:57:17.169Z[ host-image] Oct 31 19:57:16.088 INFO O| Oct 31 19:57:16.088 INFO O| Planning: Merging actions ... Done
36842024-10-31T19:57:17.685Z[ host-image] Oct 31 19:57:16.605 INFO O| Oct 31 19:57:16.605 INFO O| Planning: Checking for conflicting actions ... Done
36852024-10-31T19:57:18.027Z[ host-image] Oct 31 19:57:16.947 INFO O| Oct 31 19:57:16.947 INFO O| Planning: Consolidating action changes ... Done
36862024-10-31T19:57:18.389Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36872024-10-31T19:57:18.581Z[ host-image] Oct 31 19:57:17.501 INFO O| Oct 31 19:57:17.501 INFO O| Planning: Evaluating mediators ... Done
36882024-10-31T19:57:24.965Z[ host-image] Oct 31 19:57:23.884 INFO O| Oct 31 19:57:23.884 INFO O| Planning: Planning completed in 123.85 seconds
36892024-10-31T19:57:24.972Z[ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Packages to install: 124
36902024-10-31T19:57:24.976Z[ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Mediators to change: 4
36912024-10-31T19:57:24.976Z[ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Services to change: 6
36922024-10-31T19:57:25.078Z[ host-image] Oct 31 19:57:23.997 INFO O| Oct 31 19:57:23.996 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36932024-10-31T19:57:30.083Z[ host-image] Oct 31 19:57:29.001 INFO O| Oct 31 19:57:29.001 INFO O| Download: 673/22744 items 4.6/199.4MB 2% complete (905k/s)
36942024-10-31T19:57:35.094Z[ host-image] Oct 31 19:57:34.012 INFO O| Oct 31 19:57:34.012 INFO O| Download: 1313/22744 items 7.6/199.4MB 3% complete (772k/s)
36952024-10-31T19:57:36.611Z[ recovery-image] Oct 31 19:57:35.529 INFO O| Oct 31 19:57:35.529 INFO O| Planning: Running solver ... Done
36962024-10-31T19:57:37.042Z[ recovery-image] Oct 31 19:57:35.960 INFO O| Oct 31 19:57:35.960 INFO O| Planning: Finding local manifests ... Done
36972024-10-31T19:57:37.060Z[ recovery-image] Oct 31 19:57:35.978 INFO O| Oct 31 19:57:35.978 INFO O| Planning: Fetching manifests: 0/124 0% complete
36982024-10-31T19:57:37.706Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36992024-10-31T19:57:40.115Z[ host-image] Oct 31 19:57:39.033 INFO O| Oct 31 19:57:39.033 INFO O| Download: 1642/22744 items 10.8/199.4MB 5% complete (747k/s)
37002024-10-31T19:57:42.179Z[ recovery-image] Oct 31 19:57:41.097 INFO O| Oct 31 19:57:41.097 INFO O| Planning: Fetching manifests: 124/124 100% complete
37012024-10-31T19:57:42.970Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37022024-10-31T19:57:43.306Z[ recovery-image] Oct 31 19:57:42.224 INFO O| Oct 31 19:57:42.224 INFO O| Planning: Package planning ... Done
37032024-10-31T19:57:44.030Z[ recovery-image] Oct 31 19:57:42.947 INFO O| Oct 31 19:57:42.947 INFO O| Planning: Merging actions ... Done
37042024-10-31T19:57:44.197Z[ recovery-image] Oct 31 19:57:43.114 INFO O| Oct 31 19:57:43.114 INFO O| Planning: Checking for conflicting actions ... Done
37052024-10-31T19:57:44.335Z[ recovery-image] Oct 31 19:57:43.252 INFO O| Oct 31 19:57:43.252 INFO O| Planning: Consolidating action changes ... Done
37062024-10-31T19:57:44.711Z[ recovery-image] Oct 31 19:57:43.629 INFO O| Oct 31 19:57:43.629 INFO O| Planning: Evaluating mediators ... Done
37072024-10-31T19:57:45.589Z[ host-image] Oct 31 19:57:44.507 INFO O| Oct 31 19:57:44.506 INFO O| Download: 1943/22744 items 22.2/199.4MB 11% complete (1.4M/s)
37082024-10-31T19:57:49.171Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37092024-10-31T19:57:50.605Z[ host-image] Oct 31 19:57:49.522 INFO O| Oct 31 19:57:49.522 INFO O| Download: 2366/22744 items 27.7/199.4MB 13% complete (1.7M/s)
37102024-10-31T19:57:50.657Z[ recovery-image] Oct 31 19:57:49.574 INFO O| Oct 31 19:57:49.574 INFO O| Planning: Planning completed in 121.07 seconds
37112024-10-31T19:57:50.664Z[ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Packages to install: 124
37122024-10-31T19:57:50.666Z[ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Mediators to change: 4
37132024-10-31T19:57:50.666Z[ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Services to change: 5
37142024-10-31T19:57:50.746Z[ recovery-image] Oct 31 19:57:49.663 INFO O| Oct 31 19:57:49.663 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37152024-10-31T19:57:55.621Z[ host-image] Oct 31 19:57:54.538 INFO O| Oct 31 19:57:54.538 INFO O| Download: 3069/22744 items 33.9/199.4MB 16% complete (1.2M/s)
37162024-10-31T19:57:55.768Z[ recovery-image] Oct 31 19:57:54.684 INFO O| Oct 31 19:57:54.683 INFO O| Download: 687/15846 items 5.0/176.2MB 2% complete (1.1M/s)
37172024-10-31T19:58:00.721Z[ host-image] Oct 31 19:57:59.637 INFO O| Oct 31 19:57:59.637 INFO O| Download: 3487/22744 items 35.7/199.4MB 17% complete (1.2M/s)
37182024-10-31T19:58:02.078Z[ recovery-image] Oct 31 19:58:00.994 INFO O| Oct 31 19:58:00.994 INFO O| Download: 1076/15846 items 9.0/176.2MB 5% complete (986k/s)
37192024-10-31T19:58:05.723Z[ host-image] Oct 31 19:58:04.639 INFO O| Oct 31 19:58:04.639 INFO O| Download: 4233/22744 items 40.8/199.4MB 20% complete (699k/s)
37202024-10-31T19:58:07.265Z[ recovery-image] Oct 31 19:58:06.181 INFO O| Oct 31 19:58:06.181 INFO O| Download: 1314/15846 items 20.1/176.2MB 11% complete (1.3M/s)
37212024-10-31T19:58:11.028Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37222024-10-31T19:58:11.102Z[ host-image] Oct 31 19:58:10.018 INFO O| Oct 31 19:58:10.018 INFO O| Download: 4646/22744 items 43.0/199.4MB 21% complete (817k/s)
37232024-10-31T19:58:12.191Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37242024-10-31T19:58:12.519Z[ recovery-image] Oct 31 19:58:11.435 INFO O| Oct 31 19:58:11.434 INFO O| Download: 1587/15846 items 24.6/176.2MB 13% complete (1.5M/s)
37252024-10-31T19:58:17.691Z[ recovery-image] Oct 31 19:58:16.606 INFO O| Oct 31 19:58:16.606 INFO O| Download: 2266/15846 items 31.2/176.2MB 17% complete (1.1M/s)
37262024-10-31T19:58:22.323Z[ host-image] Oct 31 19:58:21.237 INFO O| Oct 31 19:58:21.237 INFO O| Download: 4656/22744 items 43.2/199.4MB 21% complete (707k/s)
37272024-10-31T19:58:22.697Z[ recovery-image] Oct 31 19:58:21.611 INFO O| Oct 31 19:58:21.611 INFO O| Download: 3228/15846 items 37.6/176.2MB 21% complete (1.3M/s)
37282024-10-31T19:58:27.331Z[ host-image] Oct 31 19:58:26.244 INFO O| Oct 31 19:58:26.244 INFO O| Download: 5488/22744 items 46.1/199.4MB 23% complete (621k/s)
37292024-10-31T19:58:27.712Z[ recovery-image] Oct 31 19:58:26.626 INFO O| Oct 31 19:58:26.626 INFO O| Download: 3645/15846 items 39.7/176.2MB 22% complete (848k/s)
37302024-10-31T19:58:32.346Z[ host-image] Oct 31 19:58:31.260 INFO O| Oct 31 19:58:31.260 INFO O| Download: 6449/22744 items 46.7/199.4MB 23% complete (355k/s)
37312024-10-31T19:58:32.719Z[ recovery-image] Oct 31 19:58:31.633 INFO O| Oct 31 19:58:31.632 INFO O| Download: 3984/15846 items 42.6/176.2MB 24% complete (508k/s)
37322024-10-31T19:58:37.497Z[ host-image] Oct 31 19:58:36.411 INFO O| Oct 31 19:58:36.411 INFO O| Download: 6969/22744 items 50.4/199.4MB 25% complete (421k/s)
37332024-10-31T19:58:37.719Z[ recovery-image] Oct 31 19:58:36.633 INFO O| Oct 31 19:58:36.633 INFO O| Download: 4910/15846 items 43.1/176.2MB 24% complete (357k/s)
37342024-10-31T19:58:42.516Z[ host-image] Oct 31 19:58:41.429 INFO O| Oct 31 19:58:41.429 INFO O| Download: 7951/22744 items 59.6/199.4MB 29% complete (1.3M/s)
37352024-10-31T19:58:42.868Z[ recovery-image] Oct 31 19:58:41.781 INFO O| Oct 31 19:58:41.781 INFO O| Download: 5699/15846 items 45.4/176.2MB 25% complete (260k/s)
37362024-10-31T19:58:48.227Z[ recovery-image] Oct 31 19:58:47.139 INFO O| Oct 31 19:58:47.139 INFO O| Download: 6118/15846 items 58.8/176.2MB 33% complete (1.4M/s)
37372024-10-31T19:58:48.246Z[ host-image] Oct 31 19:58:47.158 INFO O| Oct 31 19:58:47.158 INFO O| Download: 8144/22744 items 60.8/199.4MB 30% complete (1.1M/s)
37382024-10-31T19:58:53.243Z[ recovery-image] Oct 31 19:58:52.155 INFO O| Oct 31 19:58:52.155 INFO O| Download: 7201/15846 items 73.2/176.2MB 41% complete (2.8M/s)
37392024-10-31T19:58:53.247Z[ host-image] Oct 31 19:58:52.160 INFO O| Oct 31 19:58:52.160 INFO O| Download: 8628/22744 items 70.6/199.4MB 35% complete (1.3M/s)
37402024-10-31T19:58:58.250Z[ host-image] Oct 31 19:58:57.162 INFO O| Oct 31 19:58:57.161 INFO O| Download: 10057/22744 items 84.1/199.4MB 42% complete (2.3M/s)
37412024-10-31T19:58:58.506Z[ recovery-image] Oct 31 19:58:57.418 INFO O| Oct 31 19:58:57.418 INFO O| Download: 7634/15846 items 73.7/176.2MB 41% complete (1.9M/s)
37422024-10-31T19:59:03.337Z[ host-image] Oct 31 19:59:02.248 INFO O| Oct 31 19:59:02.248 INFO O| Download: 10858/22744 items 90.0/199.4MB 45% complete (2.0M/s)
37432024-10-31T19:59:03.596Z[ recovery-image] Oct 31 19:59:02.507 INFO O| Oct 31 19:59:02.507 INFO O| Download: 7926/15846 items 77.5/176.2MB 43% complete (448k/s)
37442024-10-31T19:59:08.541Z[ host-image] Oct 31 19:59:07.452 INFO O| Oct 31 19:59:07.452 INFO O| Download: 11240/22744 items 94.1/199.4MB 47% complete (1.0M/s)
37452024-10-31T19:59:08.733Z[ recovery-image] Oct 31 19:59:07.645 INFO O| Oct 31 19:59:07.644 INFO O| Download: 8776/15846 items 89.0/176.2MB 50% complete (1.3M/s)
37462024-10-31T19:59:13.739Z[ recovery-image] Oct 31 19:59:12.650 INFO O| Oct 31 19:59:12.649 INFO O| Download: 9229/15846 items 92.8/176.2MB 52% complete (1.5M/s)
37472024-10-31T19:59:13.860Z[ host-image] Oct 31 19:59:12.770 INFO O| Oct 31 19:59:12.770 INFO O| Download: 12101/22744 items 101.0/199.4MB 50% complete (1.1M/s)
37482024-10-31T19:59:18.750Z[ recovery-image] Oct 31 19:59:17.660 INFO O| Oct 31 19:59:17.660 INFO O| Download: 10292/15846 items 93.3/176.2MB 52% complete (478k/s)
37492024-10-31T19:59:18.870Z[ host-image] Oct 31 19:59:17.781 INFO O| Oct 31 19:59:17.781 INFO O| Download: 12491/22744 items 109.5/199.4MB 54% complete (1.5M/s)
37502024-10-31T19:59:23.872Z[ host-image] Oct 31 19:59:22.782 INFO O| Oct 31 19:59:22.782 INFO O| Download: 13498/22744 items 110.0/199.4MB 55% complete (934k/s)
37512024-10-31T19:59:24.609Z[ recovery-image] Oct 31 19:59:23.519 INFO O| Oct 31 19:59:23.519 INFO O| Download: 11012/15846 items 94.7/176.2MB 53% complete (177k/s)
37522024-10-31T19:59:28.873Z[ host-image] Oct 31 19:59:27.782 INFO O| Oct 31 19:59:27.782 INFO O| Download: 14371/22744 items 111.5/199.4MB 55% complete (182k/s)
37532024-10-31T19:59:29.769Z[ recovery-image] Oct 31 19:59:28.678 INFO O| Oct 31 19:59:28.678 INFO O| Download: 11399/15846 items 107.0/176.2MB 60% complete (1.4M/s)
37542024-10-31T19:59:33.874Z[ host-image] Oct 31 19:59:32.783 INFO O| Oct 31 19:59:32.783 INFO O| Download: 14606/22744 items 116.8/199.4MB 58% complete (689k/s)
37552024-10-31T19:59:34.972Z[ recovery-image] Oct 31 19:59:33.881 INFO O| Oct 31 19:59:33.881 INFO O| Download: 12019/15846 items 140.0/176.2MB 79% complete (4.6M/s)
37562024-10-31T19:59:40.311Z[ recovery-image] Oct 31 19:59:39.220 INFO O| Oct 31 19:59:39.220 INFO O| Download: 13039/15846 items 143.7/176.2MB 81% complete (3.7M/s)
37572024-10-31T19:59:40.345Z[ host-image] Oct 31 19:59:39.253 INFO O| Oct 31 19:59:39.253 INFO O| Download: 15551/22744 items 125.5/199.4MB 62% complete (1.4M/s)
37582024-10-31T19:59:45.322Z[ recovery-image] Oct 31 19:59:44.230 INFO O| Oct 31 19:59:44.230 INFO O| Download: 13954/15846 items 146.8/176.2MB 83% complete (643k/s)
37592024-10-31T19:59:46.420Z[ host-image] Oct 31 19:59:45.327 INFO O| Oct 31 19:59:45.327 INFO O| Download: 15833/22744 items 130.1/199.4MB 65% complete (1.1M/s)
37602024-10-31T19:59:50.677Z[ recovery-image] Oct 31 19:59:49.585 INFO O| Oct 31 19:59:49.584 INFO O| Download: 14042/15846 items 147.1/176.2MB 83% complete (623k/s)
37612024-10-31T19:59:51.497Z[ host-image] Oct 31 19:59:50.403 INFO O| Oct 31 19:59:50.403 INFO O| Download: 16827/22744 items 140.5/199.4MB 70% complete (1.5M/s)
37622024-10-31T19:59:55.792Z[ recovery-image] Oct 31 19:59:54.699 INFO O| Oct 31 19:59:54.699 INFO O| Download: 14666/15846 items 150.5/176.2MB 85% complete (367k/s)
37632024-10-31T19:59:56.523Z[ host-image] Oct 31 19:59:55.430 INFO O| Oct 31 19:59:55.430 INFO O| Download: 17354/22744 items 145.5/199.4MB 72% complete (1.6M/s)
37642024-10-31T20:00:00.796Z[ recovery-image] Oct 31 19:59:59.699 INFO O| Oct 31 19:59:59.699 INFO O| Download: 14955/15846 items 157.4/176.2MB 89% complete (1.0M/s)
37652024-10-31T20:00:01.799Z[ host-image] Oct 31 20:00:00.706 INFO O| Oct 31 20:00:00.705 INFO O| Download: 17923/22744 items 160.6/199.4MB 80% complete (1.9M/s)
37662024-10-31T20:00:06.467Z[ recovery-image] Oct 31 20:00:05.373 INFO O| Oct 31 20:00:05.373 INFO O| Download: 15512/15846 items 168.7/176.2MB 95% complete (1.8M/s)
37672024-10-31T20:00:06.801Z[ host-image] Oct 31 20:00:05.708 INFO O| Oct 31 20:00:05.708 INFO O| Download: 18704/22744 items 164.6/199.4MB 82% complete (1.8M/s)
37682024-10-31T20:00:11.515Z[ recovery-image] Oct 31 20:00:10.421 INFO O| Oct 31 20:00:10.421 INFO O| Download: 15811/15846 items 175.0/176.2MB 99% complete (1.7M/s)
37692024-10-31T20:00:11.904Z[ host-image] Oct 31 20:00:10.810 INFO O| Oct 31 20:00:10.810 INFO O| Download: 19628/22744 items 167.8/199.4MB 84% complete (872k/s)
37702024-10-31T20:00:16.515Z[ recovery-image] Oct 31 20:00:15.421 INFO O| Oct 31 20:00:15.421 INFO O| Download: 15822/15846 items 175.0/176.2MB 99% complete (863k/s)
37712024-10-31T20:00:16.915Z[ host-image] Oct 31 20:00:15.821 INFO O| Oct 31 20:00:15.821 INFO O| Download: 20009/22744 items 169.0/199.4MB 84% complete (445k/s)
37722024-10-31T20:00:17.793Z[ recovery-image] Oct 31 20:00:16.698 INFO O| Oct 31 20:00:16.698 INFO O| Download: Completed 176.18 MB in 147.03 seconds (1.2M/s)
37732024-10-31T20:00:19.133Z[ recovery-image] Oct 31 20:00:18.038 INFO O| Oct 31 20:00:18.038 INFO O| Actions: 1/25012 actions (Installing new actions)
37742024-10-31T20:00:21.917Z[ host-image] Oct 31 20:00:20.823 INFO O| Oct 31 20:00:20.822 INFO O| Download: 20679/22744 items 173.0/199.4MB 86% complete (527k/s)
37752024-10-31T20:00:24.134Z[ recovery-image] Oct 31 20:00:23.039 INFO O| Oct 31 20:00:23.039 INFO O| Actions: 8666/25012 actions (Installing new actions)
37762024-10-31T20:00:26.923Z[ host-image] Oct 31 20:00:25.828 INFO O| Oct 31 20:00:25.828 INFO O| Download: 21307/22744 items 180.2/199.4MB 90% complete (1.1M/s)
37772024-10-31T20:00:29.151Z[ recovery-image] Oct 31 20:00:28.056 INFO O| Oct 31 20:00:28.055 INFO O| Actions: 15102/25012 actions (Installing new actions)
37782024-10-31T20:00:33.074Z[ host-image] Oct 31 20:00:31.978 INFO O| Oct 31 20:00:31.978 INFO O| Download: 21884/22744 items 191.2/199.4MB 95% complete (1.9M/s)
37792024-10-31T20:00:34.597Z[ recovery-image] Oct 31 20:00:33.501 INFO O| Oct 31 20:00:33.501 INFO O| Actions: 24459/25012 actions (Installing new actions)
37802024-10-31T20:00:38.224Z[ host-image] Oct 31 20:00:37.128 INFO O| Oct 31 20:00:37.128 INFO O| Download: 22024/22744 items 192.6/199.4MB 96% complete (1.1M/s)
37812024-10-31T20:00:38.311Z[ recovery-image] Oct 31 20:00:37.216 INFO O| Oct 31 20:00:37.215 INFO O| Actions: Completed 25012 actions in 19.17 seconds.
37822024-10-31T20:00:39.038Z[ recovery-image] Oct 31 20:00:37.942 INFO O| Oct 31 20:00:37.942 INFO O| Done
37832024-10-31T20:00:39.038Z[ recovery-image] Oct 31 20:00:37.942 INFO O| Oct 31 20:00:37.942 INFO O| Done
37842024-10-31T20:00:40.446Z[ recovery-image] Oct 31 20:00:39.350 INFO O| Oct 31 20:00:39.350 INFO O| Done
37852024-10-31T20:00:42.220Z[ recovery-image] Oct 31 20:00:41.123 INFO O| Oct 31 20:00:41.123 INFO O| Done
37862024-10-31T20:00:42.242Z[ recovery-image] Oct 31 20:00:41.146 INFO O| Oct 31 20:00:41.146 INFO O| Done
37872024-10-31T20:00:43.285Z[ host-image] Oct 31 20:00:42.188 INFO O| Oct 31 20:00:42.188 INFO O| Download: 22735/22744 items 199.4/199.4MB 99% complete (833k/s)
37882024-10-31T20:00:45.629Z[ host-image] Oct 31 20:00:44.533 INFO O| Oct 31 20:00:44.533 INFO O| Download: Completed 199.42 MB in 200.54 seconds (1015k/s)
37892024-10-31T20:00:46.604Z[ recovery-image] Oct 31 20:00:45.503 INFO O| Oct 31 20:00:45.503 INFO O| Done
37902024-10-31T20:00:47.241Z[ recovery-image] Oct 31 20:00:46.144 INFO O| Oct 31 20:00:46.144 INFO O| Done
37912024-10-31T20:00:47.373Z[ host-image] Oct 31 20:00:46.275 INFO O| Oct 31 20:00:46.275 INFO O| Actions: 1/49311 actions (Installing new actions)
37922024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.541 INFO O| Oct 31 20:00:46.541 INFO STEP 11 (pkg_install) COMPLETE
37932024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.541 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.541 INFO skip step because feature "recovery" is enabled
37952024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO skip step because feature "omicron1" is not enabled
37972024-10-31T20:00:47.641Z[ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-10-31T20:00:47.670Z[ recovery-image] Oct 31 20:00:46.573 INFO O| Oct 31 20:00:46.573 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37992024-10-31T20:00:48.943Z[ recovery-image] Oct 31 20:00:47.846 INFO O| Oct 31 20:00:47.846 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38002024-10-31T20:00:52.387Z[ host-image] Oct 31 20:00:51.290 INFO O| Oct 31 20:00:51.290 INFO O| Actions: 10595/49311 actions (Installing new actions)
38012024-10-31T20:00:52.797Z[ recovery-image] Oct 31 20:00:51.699 INFO O| Oct 31 20:00:51.463 INFO O| Planning: Solver setup ... Done
38022024-10-31T20:00:52.797Z[ recovery-image] Oct 31 20:00:51.699 INFO O| Oct 31 20:00:51.469 INFO O| Planning: Running solver ... Done
38032024-10-31T20:00:52.832Z[ recovery-image] Oct 31 20:00:51.735 INFO O| Oct 31 20:00:51.735 INFO O| Planning: Finding local manifests ... Done
38042024-10-31T20:00:52.835Z[ recovery-image] Oct 31 20:00:51.736 INFO O| Oct 31 20:00:51.736 INFO O| Planning: Fetching manifests: 0/1 0% complete
38052024-10-31T20:00:53.184Z[ recovery-image] Oct 31 20:00:52.087 INFO O| Oct 31 20:00:52.087 INFO O| Planning: Fetching manifests: 1/1 100% complete
38062024-10-31T20:00:53.210Z[ recovery-image] Oct 31 20:00:52.113 INFO O| Oct 31 20:00:52.113 INFO O| Planning: Package planning ... Done
38072024-10-31T20:00:53.213Z[ recovery-image] Oct 31 20:00:52.114 INFO O| Oct 31 20:00:52.114 INFO O| Planning: Merging actions ... Done
38082024-10-31T20:00:53.282Z[ recovery-image] Oct 31 20:00:52.184 INFO O| Oct 31 20:00:52.184 INFO O| Planning: Checking for conflicting actions ... Done
38092024-10-31T20:00:53.284Z[ recovery-image] Oct 31 20:00:52.185 INFO O| Oct 31 20:00:52.185 INFO O| Planning: Consolidating action changes ... Done
38102024-10-31T20:00:53.564Z[ recovery-image] Oct 31 20:00:52.461 INFO O| Oct 31 20:00:52.461 INFO O| Planning: Evaluating mediators ... Done
38112024-10-31T20:00:53.564Z[ recovery-image] Oct 31 20:00:52.462 INFO O| Oct 31 20:00:52.462 INFO O| Planning: Planning completed in 4.62 seconds
38122024-10-31T20:00:53.618Z[ recovery-image] Oct 31 20:00:52.464 INFO O| Oct 31 20:00:52.464 INFO O| Packages to install: 1
38132024-10-31T20:00:53.619Z[ recovery-image] Oct 31 20:00:52.520 INFO O| Oct 31 20:00:52.520 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38142024-10-31T20:00:54.673Z[ recovery-image] Oct 31 20:00:53.576 INFO O| Oct 31 20:00:53.576 INFO O| Download: Completed 20.80 MB in 1.06 seconds (19.7M/s)
38152024-10-31T20:00:54.807Z[ recovery-image] Oct 31 20:00:53.710 INFO O| Oct 31 20:00:53.710 INFO O| Actions: 1/22 actions (Installing new actions)
38162024-10-31T20:00:55.799Z[ recovery-image] Oct 31 20:00:54.702 INFO O| Oct 31 20:00:54.702 INFO O| Actions: Completed 22 actions in 0.99 seconds.
38172024-10-31T20:00:56.340Z[ recovery-image] Oct 31 20:00:55.242 INFO O| Oct 31 20:00:55.242 INFO O| Done
38182024-10-31T20:00:56.340Z[ recovery-image] Oct 31 20:00:55.243 INFO O| Oct 31 20:00:55.242 INFO O| Done
38192024-10-31T20:00:57.387Z[ host-image] Oct 31 20:00:56.290 INFO O| Oct 31 20:00:56.290 INFO O| Actions: 18011/49311 actions (Installing new actions)
38202024-10-31T20:00:57.704Z[ recovery-image] Oct 31 20:00:56.606 INFO O| Oct 31 20:00:56.606 INFO O| Done
38212024-10-31T20:00:58.840Z[ recovery-image] Oct 31 20:00:57.741 INFO O| Oct 31 20:00:57.741 INFO O| Done
38222024-10-31T20:00:58.852Z[ recovery-image] Oct 31 20:00:57.754 INFO O| Oct 31 20:00:57.754 INFO O| Done
38232024-10-31T20:00:58.854Z[ recovery-image] Oct 31 20:00:57.754 INFO O| Oct 31 20:00:57.754 INFO O| Done
38242024-10-31T20:00:58.861Z[ recovery-image] Oct 31 20:00:57.764 INFO O| Oct 31 20:00:57.763 INFO O| Done
38252024-10-31T20:00:58.958Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 14 (pkg_install) COMPLETE
38262024-10-31T20:00:58.958Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38272024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "mfg" is not enabled
38282024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "compliance" is not enabled
38302024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "stress" is not enabled
38322024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "nfs" is not enabled
38342024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.861 INFO O| Oct 31 20:00:57.861 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38352024-10-31T20:00:58.961Z[ recovery-image] Oct 31 20:00:57.861 INFO O| Oct 31 20:00:57.861 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-31T20:00:59.125Z[ recovery-image] Oct 31 20:00:58.028 INFO O| Oct 31 20:00:58.028 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38372024-10-31T20:00:59.240Z[ recovery-image] Oct 31 20:00:58.142 INFO O| Oct 31 20:00:58.142 INFO completed processing gimlet/ramdisk-01-os
38382024-10-31T20:00:59.242Z[ recovery-image] Oct 31 20:00:58.144 INFO image builder template: ramdisk-02-trim...
38392024-10-31T20:00:59.242Z[ recovery-image] Oct 31 20:00:58.144 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/.tmpap0uK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38402024-10-31T20:00:59.266Z[ recovery-image] Oct 31 20:00:58.169 INFO O| Oct 31 20:00:58.169 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38412024-10-31T20:00:59.270Z[ recovery-image] Oct 31 20:00:58.173 INFO O| Oct 31 20:00:58.173 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38422024-10-31T20:00:59.349Z[ recovery-image] Oct 31 20:00:58.252 INFO O| Oct 31 20:00:58.252 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38432024-10-31T20:00:59.421Z[ recovery-image] Oct 31 20:00:58.324 INFO O| Oct 31 20:00:58.323 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38442024-10-31T20:00:59.423Z[ recovery-image] Oct 31 20:00:58.324 INFO O| Oct 31 20:00:58.324 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38452024-10-31T20:00:59.428Z[ recovery-image] Oct 31 20:00:58.330 INFO O| Oct 31 20:00:58.330 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38462024-10-31T20:00:59.431Z[ recovery-image] Oct 31 20:00:58.334 INFO O| Oct 31 20:00:58.334 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38472024-10-31T20:00:59.437Z[ recovery-image] Oct 31 20:00:58.340 INFO O| Oct 31 20:00:58.340 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38482024-10-31T20:00:59.737Z[ recovery-image] Oct 31 20:00:58.639 INFO O| Oct 31 20:00:58.639 INFO rolled back to input snapshot; work may begin
38492024-10-31T20:00:59.737Z[ recovery-image] Oct 31 20:00:58.639 INFO O| Oct 31 20:00:58.639 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38502024-10-31T20:00:59.743Z[ recovery-image] Oct 31 20:00:58.645 INFO O| Oct 31 20:00:58.645 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-10-31T20:00:59.755Z[ recovery-image] Oct 31 20:00:58.658 INFO O| Oct 31 20:00:58.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38522024-10-31T20:00:59.813Z[ recovery-image] Oct 31 20:00:58.716 INFO O| Oct 31 20:00:58.716 INFO STEP 0 (remove_files) COMPLETE
38532024-10-31T20:00:59.813Z[ recovery-image] Oct 31 20:00:58.716 INFO O| Oct 31 20:00:58.716 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-10-31T20:00:59.824Z[ recovery-image] Oct 31 20:00:58.727 INFO O| Oct 31 20:00:58.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38552024-10-31T20:00:59.827Z[ recovery-image] Oct 31 20:00:58.729 INFO O| Oct 31 20:00:58.729 INFO STEP 1 (remove_files) COMPLETE
38562024-10-31T20:00:59.827Z[ recovery-image] Oct 31 20:00:58.729 INFO O| Oct 31 20:00:58.729 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-10-31T20:00:59.836Z[ recovery-image] Oct 31 20:00:58.739 INFO O| Oct 31 20:00:58.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38582024-10-31T20:00:59.850Z[ recovery-image] Oct 31 20:00:58.753 INFO O| Oct 31 20:00:58.753 INFO STEP 2 (remove_files) COMPLETE
38592024-10-31T20:00:59.850Z[ recovery-image] Oct 31 20:00:58.753 INFO O| Oct 31 20:00:58.753 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-10-31T20:00:59.861Z[ recovery-image] Oct 31 20:00:58.764 INFO O| Oct 31 20:00:58.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38612024-10-31T20:00:59.863Z[ recovery-image] Oct 31 20:00:58.766 INFO O| Oct 31 20:00:58.766 INFO STEP 3 (remove_files) COMPLETE
38622024-10-31T20:00:59.863Z[ recovery-image] Oct 31 20:00:58.766 INFO O| Oct 31 20:00:58.766 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-31T20:00:59.873Z[ recovery-image] Oct 31 20:00:58.775 INFO O| Oct 31 20:00:58.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38642024-10-31T20:00:59.877Z[ recovery-image] Oct 31 20:00:58.780 INFO O| Oct 31 20:00:58.780 INFO STEP 4 (remove_files) COMPLETE
38652024-10-31T20:00:59.877Z[ recovery-image] Oct 31 20:00:58.780 INFO O| Oct 31 20:00:58.780 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-31T20:00:59.887Z[ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38672024-10-31T20:00:59.889Z[ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO STEP 5 (remove_files) COMPLETE
38682024-10-31T20:00:59.889Z[ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-10-31T20:00:59.896Z[ recovery-image] Oct 31 20:00:58.799 INFO O| Oct 31 20:00:58.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38702024-10-31T20:00:59.908Z[ recovery-image] Oct 31 20:00:58.810 INFO O| Oct 31 20:00:58.810 INFO STEP 6 (remove_files) COMPLETE
38712024-10-31T20:00:59.908Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.810 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled
38732024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled
38752024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled
38772024-10-31T20:00:59.910Z[ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-31T20:00:59.918Z[ recovery-image] Oct 31 20:00:58.821 INFO O| Oct 31 20:00:58.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38792024-10-31T20:00:59.922Z[ recovery-image] Oct 31 20:00:58.824 INFO O| Oct 31 20:00:58.824 INFO STEP 10 (remove_files) COMPLETE
38802024-10-31T20:00:59.924Z[ recovery-image] Oct 31 20:00:58.825 INFO O| Oct 31 20:00:58.824 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-31T20:00:59.932Z[ recovery-image] Oct 31 20:00:58.834 INFO O| Oct 31 20:00:58.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38822024-10-31T20:00:59.934Z[ recovery-image] Oct 31 20:00:58.835 INFO O| Oct 31 20:00:58.835 INFO STEP 11 (remove_files) COMPLETE
38832024-10-31T20:00:59.934Z[ recovery-image] Oct 31 20:00:58.835 INFO O| Oct 31 20:00:58.835 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-31T20:00:59.942Z[ recovery-image] Oct 31 20:00:58.845 INFO O| Oct 31 20:00:58.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38852024-10-31T20:00:59.944Z[ recovery-image] Oct 31 20:00:58.846 INFO O| Oct 31 20:00:58.846 INFO STEP 12 (remove_files) COMPLETE
38862024-10-31T20:00:59.944Z[ recovery-image] Oct 31 20:00:58.846 INFO O| Oct 31 20:00:58.846 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-31T20:00:59.955Z[ recovery-image] Oct 31 20:00:58.857 INFO O| Oct 31 20:00:58.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38882024-10-31T20:01:00.031Z[ recovery-image] Oct 31 20:00:58.933 INFO O| Oct 31 20:00:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38892024-10-31T20:01:00.033Z[ recovery-image] Oct 31 20:00:58.936 INFO O| Oct 31 20:00:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38902024-10-31T20:01:00.036Z[ recovery-image] Oct 31 20:00:58.938 INFO O| Oct 31 20:00:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38912024-10-31T20:01:00.038Z[ recovery-image] Oct 31 20:00:58.939 INFO O| Oct 31 20:00:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38922024-10-31T20:01:00.202Z[ recovery-image] Oct 31 20:00:59.105 INFO O| Oct 31 20:00:59.105 INFO STEP 13 (remove_files) COMPLETE
38932024-10-31T20:01:00.205Z[ recovery-image] Oct 31 20:00:59.105 INFO O| Oct 31 20:00:59.105 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-31T20:01:00.217Z[ recovery-image] Oct 31 20:00:59.119 INFO O| Oct 31 20:00:59.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38952024-10-31T20:01:00.219Z[ recovery-image] Oct 31 20:00:59.121 INFO O| Oct 31 20:00:59.121 INFO STEP 14 (remove_files) COMPLETE
38962024-10-31T20:01:00.219Z[ recovery-image] Oct 31 20:00:59.121 INFO O| Oct 31 20:00:59.121 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-31T20:01:00.228Z[ recovery-image] Oct 31 20:00:59.131 INFO O| Oct 31 20:00:59.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38982024-10-31T20:01:00.235Z[ recovery-image] Oct 31 20:00:59.138 INFO O| Oct 31 20:00:59.138 INFO STEP 15 (remove_files) COMPLETE
38992024-10-31T20:01:00.235Z[ recovery-image] Oct 31 20:00:59.138 INFO O| Oct 31 20:00:59.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-31T20:01:00.247Z[ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39012024-10-31T20:01:00.250Z[ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO STEP 16 (remove_files) COMPLETE
39022024-10-31T20:01:00.250Z[ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-31T20:01:00.259Z[ recovery-image] Oct 31 20:00:59.162 INFO O| Oct 31 20:00:59.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39042024-10-31T20:01:00.262Z[ recovery-image] Oct 31 20:00:59.164 INFO O| Oct 31 20:00:59.164 INFO STEP 17 (remove_files) COMPLETE
39052024-10-31T20:01:00.262Z[ recovery-image] Oct 31 20:00:59.164 INFO O| Oct 31 20:00:59.164 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-31T20:01:00.271Z[ recovery-image] Oct 31 20:00:59.173 INFO O| Oct 31 20:00:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39072024-10-31T20:01:00.271Z[ recovery-image] Oct 31 20:00:59.174 INFO O| Oct 31 20:00:59.174 INFO STEP 18 (remove_files) COMPLETE
39082024-10-31T20:01:00.274Z[ recovery-image] Oct 31 20:00:59.174 INFO O| Oct 31 20:00:59.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-31T20:01:00.283Z[ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39102024-10-31T20:01:00.283Z[ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO STEP 19 (remove_files) COMPLETE
39112024-10-31T20:01:00.285Z[ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-31T20:01:00.295Z[ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39132024-10-31T20:01:00.297Z[ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO STEP 20 (remove_files) COMPLETE
39142024-10-31T20:01:00.297Z[ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-31T20:01:00.306Z[ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39162024-10-31T20:01:00.306Z[ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO STEP 21 (remove_files) COMPLETE
39172024-10-31T20:01:00.306Z[ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-31T20:01:00.317Z[ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39192024-10-31T20:01:00.320Z[ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO STEP 22 (remove_files) COMPLETE
39202024-10-31T20:01:00.320Z[ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-31T20:01:00.329Z[ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39222024-10-31T20:01:00.329Z[ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO STEP 23 (remove_files) COMPLETE
39232024-10-31T20:01:00.332Z[ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-31T20:01:00.341Z[ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39252024-10-31T20:01:00.344Z[ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO STEP 24 (remove_files) COMPLETE
39262024-10-31T20:01:00.344Z[ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-31T20:01:00.351Z[ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39282024-10-31T20:01:00.354Z[ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO STEP 25 (remove_files) COMPLETE
39292024-10-31T20:01:00.354Z[ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-31T20:01:00.362Z[ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39312024-10-31T20:01:00.364Z[ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO STEP 26 (remove_files) COMPLETE
39322024-10-31T20:01:00.364Z[ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-31T20:01:00.371Z[ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39342024-10-31T20:01:00.374Z[ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO STEP 27 (remove_files) COMPLETE
39352024-10-31T20:01:00.374Z[ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-31T20:01:00.381Z[ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39372024-10-31T20:01:00.381Z[ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO STEP 28 (remove_files) COMPLETE
39382024-10-31T20:01:00.384Z[ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-31T20:01:00.391Z[ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39402024-10-31T20:01:00.391Z[ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO STEP 29 (remove_files) COMPLETE
39412024-10-31T20:01:00.391Z[ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-31T20:01:00.400Z[ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39432024-10-31T20:01:00.402Z[ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO STEP 30 (remove_files) COMPLETE
39442024-10-31T20:01:00.402Z[ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-31T20:01:00.410Z[ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39462024-10-31T20:01:00.410Z[ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO STEP 31 (remove_files) COMPLETE
39472024-10-31T20:01:00.410Z[ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-10-31T20:01:00.420Z[ recovery-image] Oct 31 20:00:59.322 INFO O| Oct 31 20:00:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39492024-10-31T20:01:00.422Z[ recovery-image] Oct 31 20:00:59.323 INFO O| Oct 31 20:00:59.322 INFO STEP 32 (remove_files) COMPLETE
39502024-10-31T20:01:00.422Z[ recovery-image] Oct 31 20:00:59.323 INFO O| Oct 31 20:00:59.323 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-31T20:01:00.430Z[ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39522024-10-31T20:01:00.430Z[ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO STEP 33 (remove_files) COMPLETE
39532024-10-31T20:01:00.430Z[ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-31T20:01:00.439Z[ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39552024-10-31T20:01:00.439Z[ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO STEP 34 (remove_files) COMPLETE
39562024-10-31T20:01:00.442Z[ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-10-31T20:01:00.449Z[ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39582024-10-31T20:01:00.449Z[ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO STEP 35 (remove_files) COMPLETE
39592024-10-31T20:01:00.451Z[ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-10-31T20:01:00.458Z[ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39612024-10-31T20:01:00.458Z[ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO STEP 36 (remove_files) COMPLETE
39622024-10-31T20:01:00.461Z[ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-31T20:01:00.468Z[ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39642024-10-31T20:01:00.468Z[ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO STEP 37 (remove_files) COMPLETE
39652024-10-31T20:01:00.470Z[ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-10-31T20:01:00.478Z[ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39672024-10-31T20:01:00.478Z[ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO STEP 38 (remove_files) COMPLETE
39682024-10-31T20:01:00.478Z[ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-31T20:01:00.487Z[ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39702024-10-31T20:01:00.487Z[ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO STEP 39 (remove_files) COMPLETE
39712024-10-31T20:01:00.487Z[ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-10-31T20:01:00.497Z[ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39732024-10-31T20:01:00.498Z[ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.400 INFO STEP 40 (remove_files) COMPLETE
39742024-10-31T20:01:00.501Z[ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.400 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-31T20:01:00.507Z[ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39762024-10-31T20:01:00.509Z[ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO STEP 41 (remove_files) COMPLETE
39772024-10-31T20:01:00.509Z[ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-31T20:01:00.516Z[ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39792024-10-31T20:01:00.516Z[ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO STEP 42 (remove_files) COMPLETE
39802024-10-31T20:01:00.516Z[ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-31T20:01:00.527Z[ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39822024-10-31T20:01:00.527Z[ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO STEP 43 (remove_files) COMPLETE
39832024-10-31T20:01:00.529Z[ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-31T20:01:00.538Z[ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39852024-10-31T20:01:00.538Z[ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO STEP 44 (remove_files) COMPLETE
39862024-10-31T20:01:00.540Z[ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-31T20:01:00.549Z[ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39882024-10-31T20:01:00.552Z[ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO STEP 45 (remove_files) COMPLETE
39892024-10-31T20:01:00.553Z[ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-31T20:01:00.563Z[ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39912024-10-31T20:01:00.563Z[ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO STEP 46 (remove_files) COMPLETE
39922024-10-31T20:01:00.565Z[ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-31T20:01:00.571Z[ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39942024-10-31T20:01:00.571Z[ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO STEP 47 (remove_files) COMPLETE
39952024-10-31T20:01:00.574Z[ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-31T20:01:00.581Z[ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39972024-10-31T20:01:00.581Z[ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO STEP 48 (remove_files) COMPLETE
39982024-10-31T20:01:00.581Z[ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-31T20:01:00.590Z[ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40002024-10-31T20:01:00.590Z[ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO STEP 49 (remove_files) COMPLETE
40012024-10-31T20:01:00.592Z[ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-31T20:01:00.600Z[ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40032024-10-31T20:01:00.600Z[ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO STEP 50 (remove_files) COMPLETE
40042024-10-31T20:01:00.602Z[ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-31T20:01:00.609Z[ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40062024-10-31T20:01:00.612Z[ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO STEP 51 (remove_files) COMPLETE
40072024-10-31T20:01:00.612Z[ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-31T20:01:00.619Z[ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40092024-10-31T20:01:00.619Z[ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO STEP 52 (remove_files) COMPLETE
40102024-10-31T20:01:00.619Z[ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-31T20:01:00.629Z[ recovery-image] Oct 31 20:00:59.531 INFO O| Oct 31 20:00:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40122024-10-31T20:01:00.629Z[ recovery-image] Oct 31 20:00:59.531 INFO O| Oct 31 20:00:59.531 INFO STEP 53 (remove_files) COMPLETE
40132024-10-31T20:01:00.631Z[ recovery-image] Oct 31 20:00:59.532 INFO O| Oct 31 20:00:59.531 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-31T20:01:00.639Z[ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40152024-10-31T20:01:00.639Z[ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO STEP 54 (remove_files) COMPLETE
40162024-10-31T20:01:00.639Z[ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-31T20:01:00.648Z[ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40182024-10-31T20:01:00.651Z[ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO STEP 55 (remove_files) COMPLETE
40192024-10-31T20:01:00.651Z[ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-31T20:01:00.658Z[ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40212024-10-31T20:01:00.658Z[ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO STEP 56 (remove_files) COMPLETE
40222024-10-31T20:01:00.658Z[ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-10-31T20:01:00.668Z[ recovery-image] Oct 31 20:00:59.570 INFO O| Oct 31 20:00:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40242024-10-31T20:01:00.668Z[ recovery-image] Oct 31 20:00:59.570 INFO O| Oct 31 20:00:59.570 INFO STEP 57 (remove_files) COMPLETE
40252024-10-31T20:01:00.670Z[ recovery-image] Oct 31 20:00:59.571 INFO O| Oct 31 20:00:59.570 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-10-31T20:01:00.678Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40272024-10-31T20:01:00.678Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40282024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40292024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40302024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40312024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40322024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO ok!
40332024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO STEP 58 (ensure_file) COMPLETE
40342024-10-31T20:01:00.681Z[ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-10-31T20:01:00.689Z[ recovery-image] Oct 31 20:00:59.591 INFO O| Oct 31 20:00:59.591 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40362024-10-31T20:01:00.689Z[ recovery-image] Oct 31 20:00:59.591 INFO O| Oct 31 20:00:59.591 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40372024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40382024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40392024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40402024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40412024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO ok!
40422024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO STEP 59 (ensure_file) COMPLETE
40432024-10-31T20:01:00.691Z[ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-31T20:01:00.699Z[ recovery-image] Oct 31 20:00:59.601 INFO O| Oct 31 20:00:59.601 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40452024-10-31T20:01:00.701Z[ recovery-image] Oct 31 20:00:59.601 INFO O| Oct 31 20:00:59.601 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40462024-10-31T20:01:00.701Z[ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40472024-10-31T20:01:00.701Z[ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO ok!
40482024-10-31T20:01:00.701Z[ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO STEP 60 (ensure_file) COMPLETE
40492024-10-31T20:01:00.701Z[ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-31T20:01:00.709Z[ recovery-image] Oct 31 20:00:59.611 INFO O| Oct 31 20:00:59.611 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40512024-10-31T20:01:00.709Z[ recovery-image] Oct 31 20:00:59.611 INFO O| Oct 31 20:00:59.611 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40522024-10-31T20:01:00.711Z[ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40532024-10-31T20:01:00.711Z[ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO ok!
40542024-10-31T20:01:00.711Z[ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO STEP 61 (ensure_file) COMPLETE
40552024-10-31T20:01:00.711Z[ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-10-31T20:01:00.719Z[ recovery-image] Oct 31 20:00:59.621 INFO O| Oct 31 20:00:59.621 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40572024-10-31T20:01:00.719Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40582024-10-31T20:01:00.721Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40592024-10-31T20:01:00.721Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40602024-10-31T20:01:00.721Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO ok!
40612024-10-31T20:01:00.721Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO STEP 62 (ensure_file) COMPLETE
40622024-10-31T20:01:00.721Z[ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-31T20:01:00.729Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.631 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40642024-10-31T20:01:00.730Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40652024-10-31T20:01:00.732Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40662024-10-31T20:01:00.732Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40672024-10-31T20:01:00.732Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO ok!
40682024-10-31T20:01:00.732Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO STEP 63 (ensure_file) COMPLETE
40692024-10-31T20:01:00.732Z[ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-31T20:01:00.739Z[ recovery-image] Oct 31 20:00:59.641 INFO O| Oct 31 20:00:59.641 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40712024-10-31T20:01:00.739Z[ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.641 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40722024-10-31T20:01:00.739Z[ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40732024-10-31T20:01:00.741Z[ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO ok!
40742024-10-31T20:01:00.741Z[ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO STEP 64 (assemble_files) COMPLETE
40752024-10-31T20:01:00.741Z[ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-31T20:01:00.749Z[ recovery-image] Oct 31 20:00:59.651 INFO O| Oct 31 20:00:59.651 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40772024-10-31T20:01:00.749Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.651 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40782024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40792024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40802024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO ok!
40812024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 65 (ensure_file) COMPLETE
40822024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled
40842024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled
40862024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled
40882024-10-31T20:01:00.751Z[ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-31T20:01:00.764Z[ recovery-image] Oct 31 20:00:59.667 INFO O| Oct 31 20:00:59.667 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40902024-10-31T20:01:00.767Z[ recovery-image] Oct 31 20:00:59.667 INFO O| Oct 31 20:00:59.667 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40912024-10-31T20:01:01.989Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 42s
40922024-10-31T20:01:02.353ZOct 31 20:01:01.256 INFO [verify-libraries] process exited with exit status: 0 (346.49297125s)
40932024-10-31T20:01:02.388Z[ host-image] Oct 31 20:01:01.290 INFO O| Oct 31 20:01:01.290 INFO O| Actions: 43440/49311 actions (Installing new actions)
40942024-10-31T20:01:02.520Z[ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.421 INFO STEP 69 (pack_tar) COMPLETE
40952024-10-31T20:01:02.520Z[ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.422 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40962024-10-31T20:01:02.520Z[ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.422 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40972024-10-31T20:01:02.899Z[ recovery-image] Oct 31 20:01:01.802 INFO O| Oct 31 20:01:01.801 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40982024-10-31T20:01:03.088Z[ recovery-image] Oct 31 20:01:01.991 INFO O| Oct 31 20:01:01.991 INFO completed processing gimlet/ramdisk-02-trim
40992024-10-31T20:01:03.091Z[ recovery-image] Oct 31 20:01:01.993 INFO image builder template: ramdisk-03-recovery-trim...
41002024-10-31T20:01:03.091Z[ recovery-image] Oct 31 20:01:01.993 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/.tmpap0uK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41012024-10-31T20:01:03.201Z[ recovery-image] Oct 31 20:01:02.102 INFO O| Oct 31 20:01:02.101 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41022024-10-31T20:01:03.204Z[ recovery-image] Oct 31 20:01:02.106 INFO O| Oct 31 20:01:02.106 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41032024-10-31T20:01:03.317Z[ recovery-image] Oct 31 20:01:02.220 INFO O| Oct 31 20:01:02.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41042024-10-31T20:01:03.379Z[ recovery-image] Oct 31 20:01:02.282 INFO O| Oct 31 20:01:02.281 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41052024-10-31T20:01:03.389Z[ recovery-image] Oct 31 20:01:02.282 INFO O| Oct 31 20:01:02.282 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41062024-10-31T20:01:03.389Z[ recovery-image] Oct 31 20:01:02.290 INFO O| Oct 31 20:01:02.290 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41072024-10-31T20:01:03.396Z[ recovery-image] Oct 31 20:01:02.294 INFO O| Oct 31 20:01:02.294 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41082024-10-31T20:01:03.399Z[ recovery-image] Oct 31 20:01:02.299 INFO O| Oct 31 20:01:02.299 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41092024-10-31T20:01:03.954Z[ host-image] Oct 31 20:01:02.855 INFO O| Oct 31 20:01:02.855 INFO O| Actions: Completed 49311 actions in 16.58 seconds.
41102024-10-31T20:01:04.296Z[ host-image] Oct 31 20:01:03.198 INFO O| Oct 31 20:01:03.198 INFO O| Done
41112024-10-31T20:01:04.296Z[ host-image] Oct 31 20:01:03.198 INFO O| Oct 31 20:01:03.198 INFO O| Done
41122024-10-31T20:01:04.343Z[ recovery-image] Oct 31 20:01:03.245 INFO O| Oct 31 20:01:03.245 INFO rolled back to input snapshot; work may begin
41132024-10-31T20:01:04.343Z[ recovery-image] Oct 31 20:01:03.245 INFO O| Oct 31 20:01:03.245 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41142024-10-31T20:01:04.348Z[ recovery-image] Oct 31 20:01:03.251 INFO O| Oct 31 20:01:03.251 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-10-31T20:01:04.359Z[ recovery-image] Oct 31 20:01:03.261 INFO O| Oct 31 20:01:03.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41162024-10-31T20:01:04.363Z[ recovery-image] Oct 31 20:01:03.265 INFO O| Oct 31 20:01:03.265 INFO STEP 0 (remove_files) COMPLETE
41172024-10-31T20:01:04.363Z[ recovery-image] Oct 31 20:01:03.265 INFO O| Oct 31 20:01:03.265 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-10-31T20:01:04.372Z[ recovery-image] Oct 31 20:01:03.275 INFO O| Oct 31 20:01:03.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41192024-10-31T20:01:04.423Z[ recovery-image] Oct 31 20:01:03.325 INFO O| Oct 31 20:01:03.325 INFO STEP 1 (remove_files) COMPLETE
41202024-10-31T20:01:04.423Z[ recovery-image] Oct 31 20:01:03.325 INFO O| Oct 31 20:01:03.325 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-10-31T20:01:04.433Z[ recovery-image] Oct 31 20:01:03.336 INFO O| Oct 31 20:01:03.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41222024-10-31T20:01:04.436Z[ recovery-image] Oct 31 20:01:03.338 INFO O| Oct 31 20:01:03.338 INFO STEP 2 (remove_files) COMPLETE
41232024-10-31T20:01:04.436Z[ recovery-image] Oct 31 20:01:03.338 INFO O| Oct 31 20:01:03.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-10-31T20:01:04.445Z[ recovery-image] Oct 31 20:01:03.347 INFO O| Oct 31 20:01:03.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41252024-10-31T20:01:04.485Z[ recovery-image] Oct 31 20:01:03.387 INFO O| Oct 31 20:01:03.387 INFO STEP 3 (remove_files) COMPLETE
41262024-10-31T20:01:04.485Z[ recovery-image] Oct 31 20:01:03.387 INFO O| Oct 31 20:01:03.387 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-10-31T20:01:04.496Z[ recovery-image] Oct 31 20:01:03.398 INFO O| Oct 31 20:01:03.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41282024-10-31T20:01:04.507Z[ recovery-image] Oct 31 20:01:03.410 INFO O| Oct 31 20:01:03.410 INFO STEP 4 (remove_files) COMPLETE
41292024-10-31T20:01:04.510Z[ recovery-image] Oct 31 20:01:03.410 INFO O| Oct 31 20:01:03.410 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-10-31T20:01:04.517Z[ recovery-image] Oct 31 20:01:03.419 INFO O| Oct 31 20:01:03.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41312024-10-31T20:01:04.522Z[ recovery-image] Oct 31 20:01:03.424 INFO O| Oct 31 20:01:03.424 INFO STEP 5 (remove_files) COMPLETE
41322024-10-31T20:01:04.522Z[ recovery-image] Oct 31 20:01:03.424 INFO O| Oct 31 20:01:03.424 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-10-31T20:01:04.531Z[ recovery-image] Oct 31 20:01:03.434 INFO O| Oct 31 20:01:03.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41342024-10-31T20:01:04.534Z[ recovery-image] Oct 31 20:01:03.436 INFO O| Oct 31 20:01:03.436 INFO STEP 6 (remove_files) COMPLETE
41352024-10-31T20:01:04.534Z[ recovery-image] Oct 31 20:01:03.436 INFO O| Oct 31 20:01:03.436 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-10-31T20:01:04.546Z[ recovery-image] Oct 31 20:01:03.445 INFO O| Oct 31 20:01:03.445 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41372024-10-31T20:01:04.546Z[ recovery-image] Oct 31 20:01:03.447 INFO O| Oct 31 20:01:03.447 INFO STEP 7 (remove_files) COMPLETE
41382024-10-31T20:01:04.546Z[ recovery-image] Oct 31 20:01:03.447 INFO O| Oct 31 20:01:03.447 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-10-31T20:01:04.555Z[ recovery-image] Oct 31 20:01:03.458 INFO O| Oct 31 20:01:03.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41402024-10-31T20:01:04.559Z[ recovery-image] Oct 31 20:01:03.462 INFO O| Oct 31 20:01:03.462 INFO STEP 8 (remove_files) COMPLETE
41412024-10-31T20:01:04.559Z[ recovery-image] Oct 31 20:01:03.462 INFO O| Oct 31 20:01:03.462 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-31T20:01:04.569Z[ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41432024-10-31T20:01:04.571Z[ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO STEP 9 (remove_files) COMPLETE
41442024-10-31T20:01:04.571Z[ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-31T20:01:04.578Z[ recovery-image] Oct 31 20:01:03.481 INFO O| Oct 31 20:01:03.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41462024-10-31T20:01:04.581Z[ recovery-image] Oct 31 20:01:03.482 INFO O| Oct 31 20:01:03.482 INFO STEP 10 (remove_files) COMPLETE
41472024-10-31T20:01:04.581Z[ recovery-image] Oct 31 20:01:03.482 INFO O| Oct 31 20:01:03.482 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-31T20:01:04.589Z[ recovery-image] Oct 31 20:01:03.491 INFO O| Oct 31 20:01:03.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41492024-10-31T20:01:04.637Z[ recovery-image] Oct 31 20:01:03.539 INFO O| Oct 31 20:01:03.539 INFO STEP 11 (remove_files) COMPLETE
41502024-10-31T20:01:04.638Z[ recovery-image] Oct 31 20:01:03.540 INFO O| Oct 31 20:01:03.539 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-31T20:01:04.648Z[ recovery-image] Oct 31 20:01:03.550 INFO O| Oct 31 20:01:03.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41522024-10-31T20:01:04.651Z[ recovery-image] Oct 31 20:01:03.554 INFO O| Oct 31 20:01:03.554 INFO STEP 12 (remove_files) COMPLETE
41532024-10-31T20:01:04.651Z[ recovery-image] Oct 31 20:01:03.554 INFO O| Oct 31 20:01:03.554 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-31T20:01:04.661Z[ recovery-image] Oct 31 20:01:03.563 INFO O| Oct 31 20:01:03.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41552024-10-31T20:01:04.664Z[ recovery-image] Oct 31 20:01:03.567 INFO O| Oct 31 20:01:03.567 INFO STEP 13 (remove_files) COMPLETE
41562024-10-31T20:01:04.664Z[ recovery-image] Oct 31 20:01:03.567 INFO O| Oct 31 20:01:03.567 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-31T20:01:04.674Z[ recovery-image] Oct 31 20:01:03.576 INFO O| Oct 31 20:01:03.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41582024-10-31T20:01:04.676Z[ recovery-image] Oct 31 20:01:03.577 INFO O| Oct 31 20:01:03.577 INFO STEP 14 (remove_files) COMPLETE
41592024-10-31T20:01:04.676Z[ recovery-image] Oct 31 20:01:03.577 INFO O| Oct 31 20:01:03.577 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-31T20:01:04.684Z[ recovery-image] Oct 31 20:01:03.586 INFO O| Oct 31 20:01:03.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41612024-10-31T20:01:04.686Z[ recovery-image] Oct 31 20:01:03.587 INFO O| Oct 31 20:01:03.587 INFO STEP 15 (remove_files) COMPLETE
41622024-10-31T20:01:04.686Z[ recovery-image] Oct 31 20:01:03.587 INFO O| Oct 31 20:01:03.587 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-31T20:01:04.694Z[ recovery-image] Oct 31 20:01:03.596 INFO O| Oct 31 20:01:03.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41642024-10-31T20:01:04.701Z[ recovery-image] Oct 31 20:01:03.604 INFO O| Oct 31 20:01:03.604 INFO STEP 16 (remove_files) COMPLETE
41652024-10-31T20:01:04.701Z[ recovery-image] Oct 31 20:01:03.604 INFO O| Oct 31 20:01:03.604 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-31T20:01:04.711Z[ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41672024-10-31T20:01:04.713Z[ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO STEP 17 (remove_files) COMPLETE
41682024-10-31T20:01:04.713Z[ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-31T20:01:04.720Z[ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41702024-10-31T20:01:04.723Z[ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO STEP 18 (remove_files) COMPLETE
41712024-10-31T20:01:04.723Z[ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-31T20:01:04.730Z[ recovery-image] Oct 31 20:01:03.633 INFO O| Oct 31 20:01:03.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41732024-10-31T20:01:04.771Z[ recovery-image] Oct 31 20:01:03.673 INFO O| Oct 31 20:01:03.673 INFO STEP 19 (remove_files) COMPLETE
41742024-10-31T20:01:04.771Z[ recovery-image] Oct 31 20:01:03.673 INFO O| Oct 31 20:01:03.673 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-31T20:01:04.782Z[ recovery-image] Oct 31 20:01:03.685 INFO O| Oct 31 20:01:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41762024-10-31T20:01:04.785Z[ recovery-image] Oct 31 20:01:03.686 INFO O| Oct 31 20:01:03.686 INFO STEP 20 (remove_files) COMPLETE
41772024-10-31T20:01:04.785Z[ recovery-image] Oct 31 20:01:03.686 INFO O| Oct 31 20:01:03.686 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-31T20:01:04.793Z[ recovery-image] Oct 31 20:01:03.695 INFO O| Oct 31 20:01:03.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41792024-10-31T20:01:04.795Z[ recovery-image] Oct 31 20:01:03.696 INFO O| Oct 31 20:01:03.696 INFO STEP 21 (remove_files) COMPLETE
41802024-10-31T20:01:04.795Z[ recovery-image] Oct 31 20:01:03.696 INFO O| Oct 31 20:01:03.696 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-31T20:01:04.803Z[ recovery-image] Oct 31 20:01:03.705 INFO O| Oct 31 20:01:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41822024-10-31T20:01:04.805Z[ recovery-image] Oct 31 20:01:03.706 INFO O| Oct 31 20:01:03.706 INFO STEP 22 (remove_files) COMPLETE
41832024-10-31T20:01:04.805Z[ recovery-image] Oct 31 20:01:03.706 INFO O| Oct 31 20:01:03.706 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-31T20:01:04.813Z[ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41852024-10-31T20:01:04.813Z[ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO STEP 23 (remove_files) COMPLETE
41862024-10-31T20:01:04.815Z[ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-31T20:01:04.822Z[ recovery-image] Oct 31 20:01:03.724 INFO O| Oct 31 20:01:03.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41882024-10-31T20:01:04.824Z[ recovery-image] Oct 31 20:01:03.725 INFO O| Oct 31 20:01:03.725 INFO STEP 24 (remove_files) COMPLETE
41892024-10-31T20:01:04.824Z[ recovery-image] Oct 31 20:01:03.725 INFO O| Oct 31 20:01:03.725 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-31T20:01:04.832Z[ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41912024-10-31T20:01:04.832Z[ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO STEP 25 (remove_files) COMPLETE
41922024-10-31T20:01:04.834Z[ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-31T20:01:04.842Z[ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41942024-10-31T20:01:04.845Z[ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO STEP 26 (remove_files) COMPLETE
41952024-10-31T20:01:04.845Z[ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-31T20:01:04.851Z[ recovery-image] Oct 31 20:01:03.753 INFO O| Oct 31 20:01:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41972024-10-31T20:01:04.853Z[ recovery-image] Oct 31 20:01:03.754 INFO O| Oct 31 20:01:03.754 INFO STEP 27 (remove_files) COMPLETE
41982024-10-31T20:01:04.853Z[ recovery-image] Oct 31 20:01:03.754 INFO O| Oct 31 20:01:03.754 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-31T20:01:04.861Z[ recovery-image] Oct 31 20:01:03.763 INFO O| Oct 31 20:01:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42002024-10-31T20:01:04.863Z[ recovery-image] Oct 31 20:01:03.764 INFO O| Oct 31 20:01:03.764 INFO STEP 28 (remove_files) COMPLETE
42012024-10-31T20:01:04.863Z[ recovery-image] Oct 31 20:01:03.764 INFO O| Oct 31 20:01:03.764 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-31T20:01:04.871Z[ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42032024-10-31T20:01:04.871Z[ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO STEP 29 (remove_files) COMPLETE
42042024-10-31T20:01:04.871Z[ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-31T20:01:04.880Z[ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42062024-10-31T20:01:04.882Z[ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO STEP 30 (remove_files) COMPLETE
42072024-10-31T20:01:04.882Z[ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-31T20:01:04.889Z[ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42092024-10-31T20:01:04.889Z[ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO STEP 31 (remove_files) COMPLETE
42102024-10-31T20:01:04.892Z[ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-31T20:01:04.899Z[ recovery-image] Oct 31 20:01:03.801 INFO O| Oct 31 20:01:03.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42122024-10-31T20:01:04.901Z[ recovery-image] Oct 31 20:01:03.802 INFO O| Oct 31 20:01:03.802 INFO STEP 32 (remove_files) COMPLETE
42132024-10-31T20:01:04.901Z[ recovery-image] Oct 31 20:01:03.802 INFO O| Oct 31 20:01:03.802 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-31T20:01:04.909Z[ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42152024-10-31T20:01:04.909Z[ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO STEP 33 (remove_files) COMPLETE
42162024-10-31T20:01:04.909Z[ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-31T20:01:04.911Z[ host-image] Oct 31 20:01:03.813 INFO O| Oct 31 20:01:03.813 INFO O| Done
42182024-10-31T20:01:04.918Z[ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42192024-10-31T20:01:04.918Z[ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO STEP 34 (remove_files) COMPLETE
42202024-10-31T20:01:04.919Z[ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-31T20:01:04.928Z[ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42222024-10-31T20:01:04.928Z[ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO STEP 35 (remove_files) COMPLETE
42232024-10-31T20:01:04.928Z[ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-31T20:01:04.938Z[ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42252024-10-31T20:01:04.938Z[ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO STEP 36 (remove_files) COMPLETE
42262024-10-31T20:01:04.940Z[ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-31T20:01:04.947Z[ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42282024-10-31T20:01:04.949Z[ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.850 INFO STEP 37 (remove_files) COMPLETE
42292024-10-31T20:01:04.949Z[ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.850 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-31T20:01:04.958Z[ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42312024-10-31T20:01:04.960Z[ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO STEP 38 (remove_files) COMPLETE
42322024-10-31T20:01:04.960Z[ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-31T20:01:04.967Z[ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42342024-10-31T20:01:04.969Z[ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO STEP 39 (remove_files) COMPLETE
42352024-10-31T20:01:04.970Z[ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-31T20:01:04.977Z[ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42372024-10-31T20:01:04.977Z[ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO STEP 40 (remove_files) COMPLETE
42382024-10-31T20:01:04.977Z[ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-31T20:01:04.987Z[ recovery-image] Oct 31 20:01:03.889 INFO O| Oct 31 20:01:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42402024-10-31T20:01:04.987Z[ recovery-image] Oct 31 20:01:03.890 INFO O| Oct 31 20:01:03.890 INFO STEP 41 (remove_files) COMPLETE
42412024-10-31T20:01:04.990Z[ recovery-image] Oct 31 20:01:03.890 INFO O| Oct 31 20:01:03.890 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-31T20:01:04.997Z[ recovery-image] Oct 31 20:01:03.899 INFO O| Oct 31 20:01:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42432024-10-31T20:01:04.997Z[ recovery-image] Oct 31 20:01:03.900 INFO O| Oct 31 20:01:03.900 INFO STEP 42 (remove_files) COMPLETE
42442024-10-31T20:01:04.999Z[ recovery-image] Oct 31 20:01:03.900 INFO O| Oct 31 20:01:03.900 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-31T20:01:05.007Z[ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42462024-10-31T20:01:05.007Z[ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO STEP 43 (remove_files) COMPLETE
42472024-10-31T20:01:05.007Z[ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-31T20:01:05.017Z[ recovery-image] Oct 31 20:01:03.919 INFO O| Oct 31 20:01:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42492024-10-31T20:01:05.019Z[ recovery-image] Oct 31 20:01:03.920 INFO O| Oct 31 20:01:03.920 INFO STEP 44 (remove_files) COMPLETE
42502024-10-31T20:01:05.019Z[ recovery-image] Oct 31 20:01:03.920 INFO O| Oct 31 20:01:03.920 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-31T20:01:05.028Z[ recovery-image] Oct 31 20:01:03.930 INFO O| Oct 31 20:01:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42522024-10-31T20:01:05.028Z[ recovery-image] Oct 31 20:01:03.931 INFO O| Oct 31 20:01:03.930 INFO STEP 45 (remove_files) COMPLETE
42532024-10-31T20:01:05.030Z[ recovery-image] Oct 31 20:01:03.931 INFO O| Oct 31 20:01:03.930 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-31T20:01:05.038Z[ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42552024-10-31T20:01:05.038Z[ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO STEP 46 (remove_files) COMPLETE
42562024-10-31T20:01:05.038Z[ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-31T20:01:05.048Z[ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42582024-10-31T20:01:05.048Z[ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO STEP 47 (remove_files) COMPLETE
42592024-10-31T20:01:05.048Z[ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-31T20:01:05.057Z[ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42612024-10-31T20:01:05.059Z[ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO STEP 48 (remove_files) COMPLETE
42622024-10-31T20:01:05.059Z[ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-31T20:01:05.067Z[ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42642024-10-31T20:01:05.067Z[ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO STEP 49 (remove_files) COMPLETE
42652024-10-31T20:01:05.067Z[ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-31T20:01:05.077Z[ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42672024-10-31T20:01:05.079Z[ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO STEP 50 (remove_files) COMPLETE
42682024-10-31T20:01:05.079Z[ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-31T20:01:05.086Z[ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42702024-10-31T20:01:05.086Z[ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO STEP 51 (remove_files) COMPLETE
42712024-10-31T20:01:05.088Z[ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-31T20:01:05.096Z[ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42732024-10-31T20:01:05.096Z[ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO STEP 52 (remove_files) COMPLETE
42742024-10-31T20:01:05.098Z[ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-31T20:01:05.106Z[ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42762024-10-31T20:01:05.109Z[ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO STEP 53 (remove_files) COMPLETE
42772024-10-31T20:01:05.109Z[ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-31T20:01:05.117Z[ recovery-image] Oct 31 20:01:04.019 INFO O| Oct 31 20:01:04.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42792024-10-31T20:01:05.119Z[ recovery-image] Oct 31 20:01:04.020 INFO O| Oct 31 20:01:04.020 INFO STEP 54 (remove_files) COMPLETE
42802024-10-31T20:01:05.119Z[ recovery-image] Oct 31 20:01:04.020 INFO O| Oct 31 20:01:04.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-31T20:01:05.128Z[ recovery-image] Oct 31 20:01:04.030 INFO O| Oct 31 20:01:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42822024-10-31T20:01:05.130Z[ recovery-image] Oct 31 20:01:04.031 INFO O| Oct 31 20:01:04.031 INFO STEP 55 (remove_files) COMPLETE
42832024-10-31T20:01:05.130Z[ recovery-image] Oct 31 20:01:04.031 INFO O| Oct 31 20:01:04.031 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-31T20:01:05.139Z[ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42852024-10-31T20:01:05.139Z[ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO STEP 56 (remove_files) COMPLETE
42862024-10-31T20:01:05.141Z[ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-31T20:01:05.148Z[ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42882024-10-31T20:01:05.148Z[ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO STEP 57 (remove_files) COMPLETE
42892024-10-31T20:01:05.151Z[ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-31T20:01:05.158Z[ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42912024-10-31T20:01:05.158Z[ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO STEP 58 (remove_files) COMPLETE
42922024-10-31T20:01:05.158Z[ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-31T20:01:05.167Z[ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42942024-10-31T20:01:05.170Z[ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO STEP 59 (remove_files) COMPLETE
42952024-10-31T20:01:05.170Z[ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-31T20:01:05.177Z[ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42972024-10-31T20:01:05.177Z[ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO STEP 60 (remove_files) COMPLETE
42982024-10-31T20:01:05.177Z[ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-31T20:01:05.186Z[ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43002024-10-31T20:01:05.186Z[ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO STEP 61 (remove_files) COMPLETE
43012024-10-31T20:01:05.189Z[ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-31T20:01:05.196Z[ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43032024-10-31T20:01:05.198Z[ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO STEP 62 (remove_files) COMPLETE
43042024-10-31T20:01:05.198Z[ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-31T20:01:05.205Z[ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43062024-10-31T20:01:05.205Z[ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO STEP 63 (remove_files) COMPLETE
43072024-10-31T20:01:05.208Z[ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-31T20:01:05.215Z[ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43092024-10-31T20:01:05.215Z[ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO STEP 64 (remove_files) COMPLETE
43102024-10-31T20:01:05.217Z[ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-31T20:01:05.224Z[ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43122024-10-31T20:01:05.224Z[ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO STEP 65 (remove_files) COMPLETE
43132024-10-31T20:01:05.230Z[ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-31T20:01:05.234Z[ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43152024-10-31T20:01:05.234Z[ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO STEP 66 (remove_files) COMPLETE
43162024-10-31T20:01:05.234Z[ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-31T20:01:05.243Z[ recovery-image] Oct 31 20:01:04.145 INFO O| Oct 31 20:01:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43182024-10-31T20:01:05.246Z[ recovery-image] Oct 31 20:01:04.146 INFO O| Oct 31 20:01:04.146 INFO STEP 67 (remove_files) COMPLETE
43192024-10-31T20:01:05.246Z[ recovery-image] Oct 31 20:01:04.146 INFO O| Oct 31 20:01:04.146 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-31T20:01:05.255Z[ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43212024-10-31T20:01:05.257Z[ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO STEP 68 (remove_files) COMPLETE
43222024-10-31T20:01:05.257Z[ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-31T20:01:05.266Z[ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43242024-10-31T20:01:05.266Z[ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO STEP 69 (remove_files) COMPLETE
43252024-10-31T20:01:05.269Z[ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-31T20:01:05.275Z[ recovery-image] Oct 31 20:01:04.177 INFO O| Oct 31 20:01:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43272024-10-31T20:01:05.275Z[ recovery-image] Oct 31 20:01:04.177 INFO O| Oct 31 20:01:04.177 INFO STEP 70 (remove_files) COMPLETE
43282024-10-31T20:01:05.275Z[ recovery-image] Oct 31 20:01:04.178 INFO O| Oct 31 20:01:04.177 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-31T20:01:05.285Z[ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43302024-10-31T20:01:05.287Z[ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO STEP 71 (remove_files) COMPLETE
43312024-10-31T20:01:05.287Z[ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-31T20:01:05.294Z[ recovery-image] Oct 31 20:01:04.196 INFO O| Oct 31 20:01:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43332024-10-31T20:01:05.295Z[ recovery-image] Oct 31 20:01:04.197 INFO O| Oct 31 20:01:04.196 INFO STEP 72 (remove_files) COMPLETE
43342024-10-31T20:01:05.295Z[ recovery-image] Oct 31 20:01:04.197 INFO O| Oct 31 20:01:04.197 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-31T20:01:05.304Z[ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43362024-10-31T20:01:05.304Z[ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO STEP 73 (remove_files) COMPLETE
43372024-10-31T20:01:05.306Z[ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-31T20:01:05.313Z[ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43392024-10-31T20:01:05.315Z[ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO STEP 74 (remove_files) COMPLETE
43402024-10-31T20:01:05.315Z[ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-31T20:01:05.324Z[ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43422024-10-31T20:01:05.324Z[ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO STEP 75 (remove_files) COMPLETE
43432024-10-31T20:01:05.324Z[ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-31T20:01:05.332Z[ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43452024-10-31T20:01:05.334Z[ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO STEP 76 (remove_files) COMPLETE
43462024-10-31T20:01:05.334Z[ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-31T20:01:05.341Z[ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43482024-10-31T20:01:05.342Z[ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO STEP 77 (remove_files) COMPLETE
43492024-10-31T20:01:05.342Z[ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-31T20:01:05.351Z[ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43512024-10-31T20:01:05.351Z[ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO STEP 78 (remove_files) COMPLETE
43522024-10-31T20:01:05.354Z[ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-31T20:01:05.361Z[ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43542024-10-31T20:01:05.361Z[ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO STEP 79 (remove_files) COMPLETE
43552024-10-31T20:01:05.363Z[ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-31T20:01:05.371Z[ recovery-image] Oct 31 20:01:04.273 INFO O| Oct 31 20:01:04.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43572024-10-31T20:01:05.371Z[ recovery-image] Oct 31 20:01:04.274 INFO O| Oct 31 20:01:04.273 INFO STEP 80 (remove_files) COMPLETE
43582024-10-31T20:01:05.497Z[ recovery-image] Oct 31 20:01:04.274 INFO O| Oct 31 20:01:04.274 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-31T20:01:05.501Z[ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43602024-10-31T20:01:05.501Z[ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO STEP 81 (remove_files) COMPLETE
43612024-10-31T20:01:05.501Z[ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-31T20:01:05.501Z[ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43632024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO STEP 82 (remove_files) COMPLETE
43642024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43662024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO STEP 83 (remove_files) COMPLETE
43672024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43692024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO STEP 84 (remove_files) COMPLETE
43702024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43722024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO STEP 85 (remove_files) COMPLETE
43732024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43752024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO STEP 86 (remove_files) COMPLETE
43762024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.341 INFO O| Oct 31 20:01:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43782024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.342 INFO O| Oct 31 20:01:04.341 INFO STEP 87 (remove_files) COMPLETE
43792024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.342 INFO O| Oct 31 20:01:04.341 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43812024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO STEP 88 (remove_files) COMPLETE
43822024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.360 INFO O| Oct 31 20:01:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43842024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.360 INFO O| Oct 31 20:01:04.360 INFO STEP 89 (remove_files) COMPLETE
43852024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.361 INFO O| Oct 31 20:01:04.360 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43872024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO STEP 90 (remove_files) COMPLETE
43882024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.381 INFO O| Oct 31 20:01:04.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43902024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.382 INFO O| Oct 31 20:01:04.381 INFO STEP 91 (remove_files) COMPLETE
43912024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.382 INFO O| Oct 31 20:01:04.382 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43932024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO STEP 92 (remove_files) COMPLETE
43942024-10-31T20:01:05.502Z[ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-31T20:01:05.506Z[ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43962024-10-31T20:01:05.506Z[ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO STEP 93 (remove_files) COMPLETE
43972024-10-31T20:01:05.506Z[ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-31T20:01:05.511Z[ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43992024-10-31T20:01:05.514Z[ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO STEP 94 (remove_files) COMPLETE
44002024-10-31T20:01:05.514Z[ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-31T20:01:05.520Z[ recovery-image] Oct 31 20:01:04.422 INFO O| Oct 31 20:01:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44022024-10-31T20:01:05.520Z[ recovery-image] Oct 31 20:01:04.423 INFO O| Oct 31 20:01:04.422 INFO STEP 95 (remove_files) COMPLETE
44032024-10-31T20:01:05.520Z[ recovery-image] Oct 31 20:01:04.423 INFO O| Oct 31 20:01:04.423 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-31T20:01:05.530Z[ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44052024-10-31T20:01:05.530Z[ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO STEP 96 (remove_files) COMPLETE
44062024-10-31T20:01:05.532Z[ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-31T20:01:05.539Z[ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44082024-10-31T20:01:05.542Z[ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO STEP 97 (remove_files) COMPLETE
44092024-10-31T20:01:05.543Z[ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-31T20:01:05.549Z[ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44112024-10-31T20:01:05.549Z[ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO STEP 98 (remove_files) COMPLETE
44122024-10-31T20:01:05.549Z[ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-31T20:01:05.558Z[ recovery-image] Oct 31 20:01:04.460 INFO O| Oct 31 20:01:04.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44142024-10-31T20:01:05.561Z[ recovery-image] Oct 31 20:01:04.461 INFO O| Oct 31 20:01:04.461 INFO STEP 99 (remove_files) COMPLETE
44152024-10-31T20:01:05.561Z[ recovery-image] Oct 31 20:01:04.461 INFO O| Oct 31 20:01:04.461 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-31T20:01:05.568Z[ recovery-image] Oct 31 20:01:04.470 INFO O| Oct 31 20:01:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44172024-10-31T20:01:05.572Z[ recovery-image] Oct 31 20:01:04.471 INFO O| Oct 31 20:01:04.471 INFO STEP 100 (remove_files) COMPLETE
44182024-10-31T20:01:05.572Z[ recovery-image] Oct 31 20:01:04.471 INFO O| Oct 31 20:01:04.471 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-31T20:01:05.578Z[ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44202024-10-31T20:01:05.578Z[ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO STEP 101 (remove_files) COMPLETE
44212024-10-31T20:01:05.581Z[ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-31T20:01:05.589Z[ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44232024-10-31T20:01:05.591Z[ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO STEP 102 (remove_files) COMPLETE
44242024-10-31T20:01:05.591Z[ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-31T20:01:05.599Z[ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44262024-10-31T20:01:05.599Z[ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO STEP 103 (remove_files) COMPLETE
44272024-10-31T20:01:05.599Z[ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-31T20:01:05.608Z[ recovery-image] Oct 31 20:01:04.510 INFO O| Oct 31 20:01:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44292024-10-31T20:01:05.608Z[ recovery-image] Oct 31 20:01:04.511 INFO O| Oct 31 20:01:04.511 INFO STEP 104 (remove_files) COMPLETE
44302024-10-31T20:01:05.608Z[ recovery-image] Oct 31 20:01:04.511 INFO O| Oct 31 20:01:04.511 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-31T20:01:05.618Z[ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44322024-10-31T20:01:05.621Z[ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.521 INFO STEP 105 (remove_files) COMPLETE
44332024-10-31T20:01:05.621Z[ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.521 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-31T20:01:05.629Z[ recovery-image] Oct 31 20:01:04.531 INFO O| Oct 31 20:01:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44352024-10-31T20:01:05.629Z[ recovery-image] Oct 31 20:01:04.531 INFO O| Oct 31 20:01:04.531 INFO STEP 106 (remove_files) COMPLETE
44362024-10-31T20:01:05.633Z[ recovery-image] Oct 31 20:01:04.532 INFO O| Oct 31 20:01:04.531 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-31T20:01:05.640Z[ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44382024-10-31T20:01:05.641Z[ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO STEP 107 (remove_files) COMPLETE
44392024-10-31T20:01:05.641Z[ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-31T20:01:05.649Z[ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44412024-10-31T20:01:05.649Z[ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO STEP 108 (remove_files) COMPLETE
44422024-10-31T20:01:05.652Z[ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-31T20:01:05.659Z[ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44442024-10-31T20:01:05.661Z[ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO STEP 109 (remove_files) COMPLETE
44452024-10-31T20:01:05.661Z[ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-31T20:01:05.668Z[ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44472024-10-31T20:01:05.668Z[ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO STEP 110 (remove_files) COMPLETE
44482024-10-31T20:01:05.668Z[ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-31T20:01:05.677Z[ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44502024-10-31T20:01:05.681Z[ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO STEP 111 (remove_files) COMPLETE
44512024-10-31T20:01:05.681Z[ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-31T20:01:05.687Z[ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44532024-10-31T20:01:05.687Z[ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO STEP 112 (remove_files) COMPLETE
44542024-10-31T20:01:05.689Z[ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-31T20:01:05.697Z[ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44562024-10-31T20:01:05.699Z[ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO STEP 113 (remove_files) COMPLETE
44572024-10-31T20:01:05.699Z[ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-31T20:01:05.706Z[ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44592024-10-31T20:01:05.708Z[ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO STEP 114 (remove_files) COMPLETE
44602024-10-31T20:01:05.708Z[ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-31T20:01:05.715Z[ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44622024-10-31T20:01:05.715Z[ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO STEP 115 (remove_files) COMPLETE
44632024-10-31T20:01:05.715Z[ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-31T20:01:05.725Z[ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44652024-10-31T20:01:05.727Z[ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO STEP 116 (remove_files) COMPLETE
44662024-10-31T20:01:05.727Z[ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-31T20:01:05.734Z[ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44682024-10-31T20:01:05.734Z[ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO STEP 117 (remove_files) COMPLETE
44692024-10-31T20:01:05.737Z[ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-31T20:01:05.744Z[ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44712024-10-31T20:01:05.744Z[ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO STEP 118 (remove_files) COMPLETE
44722024-10-31T20:01:05.746Z[ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-31T20:01:05.753Z[ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44742024-10-31T20:01:05.753Z[ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO STEP 119 (remove_files) COMPLETE
44752024-10-31T20:01:05.756Z[ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-31T20:01:05.763Z[ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44772024-10-31T20:01:05.763Z[ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO STEP 120 (remove_files) COMPLETE
44782024-10-31T20:01:05.765Z[ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-31T20:01:05.772Z[ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44802024-10-31T20:01:05.772Z[ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO STEP 121 (remove_files) COMPLETE
44812024-10-31T20:01:05.775Z[ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-31T20:01:05.782Z[ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44832024-10-31T20:01:05.782Z[ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO STEP 122 (remove_files) COMPLETE
44842024-10-31T20:01:05.782Z[ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-31T20:01:05.791Z[ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44862024-10-31T20:01:05.791Z[ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO STEP 123 (remove_files) COMPLETE
44872024-10-31T20:01:05.794Z[ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-31T20:01:05.801Z[ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44892024-10-31T20:01:05.801Z[ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO STEP 124 (remove_files) COMPLETE
44902024-10-31T20:01:05.803Z[ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-31T20:01:05.810Z[ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44922024-10-31T20:01:05.810Z[ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO STEP 125 (remove_files) COMPLETE
44932024-10-31T20:01:05.813Z[ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-31T20:01:05.820Z[ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44952024-10-31T20:01:05.820Z[ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO STEP 126 (remove_files) COMPLETE
44962024-10-31T20:01:05.820Z[ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-31T20:01:05.829Z[ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44982024-10-31T20:01:05.832Z[ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO STEP 127 (remove_files) COMPLETE
44992024-10-31T20:01:05.832Z[ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-31T20:01:05.839Z[ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45012024-10-31T20:01:05.841Z[ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO STEP 128 (remove_files) COMPLETE
45022024-10-31T20:01:05.841Z[ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-31T20:01:05.848Z[ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45042024-10-31T20:01:05.848Z[ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO STEP 129 (remove_files) COMPLETE
45052024-10-31T20:01:05.848Z[ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-31T20:01:05.857Z[ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45072024-10-31T20:01:05.860Z[ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO STEP 130 (remove_files) COMPLETE
45082024-10-31T20:01:05.860Z[ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-31T20:01:05.867Z[ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45102024-10-31T20:01:05.867Z[ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO STEP 131 (remove_files) COMPLETE
45112024-10-31T20:01:05.870Z[ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-31T20:01:05.876Z[ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45132024-10-31T20:01:05.876Z[ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO STEP 132 (remove_files) COMPLETE
45142024-10-31T20:01:05.879Z[ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-31T20:01:05.886Z[ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45162024-10-31T20:01:05.886Z[ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO STEP 133 (remove_files) COMPLETE
45172024-10-31T20:01:05.886Z[ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-31T20:01:05.895Z[ recovery-image] Oct 31 20:01:04.797 INFO O| Oct 31 20:01:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45192024-10-31T20:01:05.895Z[ recovery-image] Oct 31 20:01:04.798 INFO O| Oct 31 20:01:04.798 INFO STEP 134 (remove_files) COMPLETE
45202024-10-31T20:01:05.895Z[ recovery-image] Oct 31 20:01:04.798 INFO O| Oct 31 20:01:04.798 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-31T20:01:05.905Z[ recovery-image] Oct 31 20:01:04.807 INFO O| Oct 31 20:01:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45222024-10-31T20:01:05.907Z[ recovery-image] Oct 31 20:01:04.808 INFO O| Oct 31 20:01:04.808 INFO STEP 135 (remove_files) COMPLETE
45232024-10-31T20:01:05.907Z[ recovery-image] Oct 31 20:01:04.808 INFO O| Oct 31 20:01:04.808 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-31T20:01:05.915Z[ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45252024-10-31T20:01:05.915Z[ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO STEP 136 (remove_files) COMPLETE
45262024-10-31T20:01:05.918Z[ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-31T20:01:05.925Z[ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45282024-10-31T20:01:05.925Z[ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO STEP 137 (remove_files) COMPLETE
45292024-10-31T20:01:05.925Z[ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-31T20:01:05.935Z[ recovery-image] Oct 31 20:01:04.836 INFO O| Oct 31 20:01:04.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45312024-10-31T20:01:05.938Z[ recovery-image] Oct 31 20:01:04.837 INFO O| Oct 31 20:01:04.837 INFO STEP 138 (remove_files) COMPLETE
45322024-10-31T20:01:05.938Z[ recovery-image] Oct 31 20:01:04.837 INFO O| Oct 31 20:01:04.837 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-31T20:01:05.944Z[ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45342024-10-31T20:01:05.947Z[ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO STEP 139 (remove_files) COMPLETE
45352024-10-31T20:01:05.947Z[ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-31T20:01:05.956Z[ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45372024-10-31T20:01:05.959Z[ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO STEP 140 (remove_files) COMPLETE
45382024-10-31T20:01:05.959Z[ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-31T20:01:05.965Z[ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45402024-10-31T20:01:05.968Z[ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO STEP 141 (remove_files) COMPLETE
45412024-10-31T20:01:05.968Z[ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-31T20:01:05.975Z[ recovery-image] Oct 31 20:01:04.877 INFO O| Oct 31 20:01:04.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45432024-10-31T20:01:05.975Z[ recovery-image] Oct 31 20:01:04.877 INFO O| Oct 31 20:01:04.877 INFO STEP 142 (remove_files) COMPLETE
45442024-10-31T20:01:05.978Z[ recovery-image] Oct 31 20:01:04.878 INFO O| Oct 31 20:01:04.877 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-31T20:01:05.985Z[ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45462024-10-31T20:01:05.987Z[ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO STEP 143 (remove_files) COMPLETE
45472024-10-31T20:01:05.987Z[ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-31T20:01:05.994Z[ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45492024-10-31T20:01:05.994Z[ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO STEP 144 (remove_files) COMPLETE
45502024-10-31T20:01:05.997Z[ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-31T20:01:06.004Z[ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45522024-10-31T20:01:06.006Z[ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO STEP 145 (remove_files) COMPLETE
45532024-10-31T20:01:06.006Z[ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-31T20:01:06.014Z[ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45552024-10-31T20:01:06.021Z[ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO STEP 146 (remove_files) COMPLETE
45562024-10-31T20:01:06.021Z[ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-31T20:01:06.024Z[ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45582024-10-31T20:01:06.024Z[ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO STEP 147 (remove_files) COMPLETE
45592024-10-31T20:01:06.024Z[ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-31T20:01:06.033Z[ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45612024-10-31T20:01:06.033Z[ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO STEP 148 (remove_files) COMPLETE
45622024-10-31T20:01:06.036Z[ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-31T20:01:06.043Z[ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45642024-10-31T20:01:06.045Z[ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO STEP 149 (remove_files) COMPLETE
45652024-10-31T20:01:06.045Z[ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-31T20:01:06.053Z[ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45672024-10-31T20:01:06.053Z[ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO STEP 150 (remove_files) COMPLETE
45682024-10-31T20:01:06.053Z[ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-31T20:01:06.065Z[ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45702024-10-31T20:01:06.065Z[ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO STEP 151 (remove_files) COMPLETE
45712024-10-31T20:01:06.065Z[ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-31T20:01:06.072Z[ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45732024-10-31T20:01:06.074Z[ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO STEP 152 (remove_files) COMPLETE
45742024-10-31T20:01:06.074Z[ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-31T20:01:06.077Z[ host-image] Oct 31 20:01:04.979 INFO O| Oct 31 20:01:04.979 INFO O| Done
45762024-10-31T20:01:06.081Z[ recovery-image] Oct 31 20:01:04.983 INFO O| Oct 31 20:01:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45772024-10-31T20:01:06.081Z[ recovery-image] Oct 31 20:01:04.984 INFO O| Oct 31 20:01:04.983 INFO STEP 153 (remove_files) COMPLETE
45782024-10-31T20:01:06.084Z[ recovery-image] Oct 31 20:01:04.984 INFO O| Oct 31 20:01:04.983 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-31T20:01:06.091Z[ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45802024-10-31T20:01:06.091Z[ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO STEP 154 (remove_files) COMPLETE
45812024-10-31T20:01:06.094Z[ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-31T20:01:06.100Z[ host-image] Oct 31 20:01:05.002 INFO O| Oct 31 20:01:05.002 INFO O| Done
45832024-10-31T20:01:06.103Z[ recovery-image] Oct 31 20:01:05.003 INFO O| Oct 31 20:01:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45842024-10-31T20:01:06.103Z[ recovery-image] Oct 31 20:01:05.004 INFO O| Oct 31 20:01:05.004 INFO STEP 155 (remove_files) COMPLETE
45852024-10-31T20:01:06.103Z[ recovery-image] Oct 31 20:01:05.004 INFO O| Oct 31 20:01:05.004 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-31T20:01:06.111Z[ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45872024-10-31T20:01:06.111Z[ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO STEP 156 (remove_files) COMPLETE
45882024-10-31T20:01:06.114Z[ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-31T20:01:06.121Z[ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45902024-10-31T20:01:06.121Z[ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO STEP 157 (remove_files) COMPLETE
45912024-10-31T20:01:06.126Z[ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-31T20:01:06.131Z[ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45932024-10-31T20:01:06.134Z[ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO STEP 158 (remove_files) COMPLETE
45942024-10-31T20:01:06.134Z[ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-31T20:01:06.140Z[ recovery-image] Oct 31 20:01:05.042 INFO O| Oct 31 20:01:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45962024-10-31T20:01:06.140Z[ recovery-image] Oct 31 20:01:05.043 INFO O| Oct 31 20:01:05.043 INFO STEP 159 (remove_files) COMPLETE
45972024-10-31T20:01:06.143Z[ recovery-image] Oct 31 20:01:05.043 INFO O| Oct 31 20:01:05.043 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-31T20:01:06.151Z[ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45992024-10-31T20:01:06.152Z[ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.053 INFO STEP 160 (remove_files) COMPLETE
46002024-10-31T20:01:06.152Z[ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.053 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-31T20:01:06.160Z[ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46022024-10-31T20:01:06.160Z[ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO STEP 161 (remove_files) COMPLETE
46032024-10-31T20:01:06.163Z[ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-31T20:01:06.170Z[ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46052024-10-31T20:01:06.172Z[ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO STEP 162 (remove_files) COMPLETE
46062024-10-31T20:01:06.172Z[ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-31T20:01:06.179Z[ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46082024-10-31T20:01:06.182Z[ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO STEP 163 (remove_files) COMPLETE
46092024-10-31T20:01:06.182Z[ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-31T20:01:06.189Z[ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46112024-10-31T20:01:06.191Z[ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO STEP 164 (remove_files) COMPLETE
46122024-10-31T20:01:06.191Z[ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-31T20:01:06.198Z[ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46142024-10-31T20:01:06.198Z[ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.101 INFO STEP 165 (remove_files) COMPLETE
46152024-10-31T20:01:06.201Z[ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.101 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-31T20:01:06.208Z[ recovery-image] Oct 31 20:01:05.110 INFO O| Oct 31 20:01:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46172024-10-31T20:01:06.210Z[ recovery-image] Oct 31 20:01:05.111 INFO O| Oct 31 20:01:05.111 INFO STEP 166 (remove_files) COMPLETE
46182024-10-31T20:01:06.210Z[ recovery-image] Oct 31 20:01:05.111 INFO O| Oct 31 20:01:05.111 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-31T20:01:06.218Z[ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46202024-10-31T20:01:06.220Z[ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO STEP 167 (remove_files) COMPLETE
46212024-10-31T20:01:06.220Z[ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-31T20:01:06.227Z[ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46232024-10-31T20:01:06.227Z[ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO STEP 168 (remove_files) COMPLETE
46242024-10-31T20:01:06.230Z[ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-31T20:01:06.237Z[ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46262024-10-31T20:01:06.237Z[ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO STEP 169 (remove_files) COMPLETE
46272024-10-31T20:01:06.237Z[ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-31T20:01:06.246Z[ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46292024-10-31T20:01:06.246Z[ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO STEP 170 (remove_files) COMPLETE
46302024-10-31T20:01:06.249Z[ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-31T20:01:06.256Z[ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46322024-10-31T20:01:06.256Z[ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO STEP 171 (remove_files) COMPLETE
46332024-10-31T20:01:06.259Z[ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-31T20:01:06.265Z[ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46352024-10-31T20:01:06.265Z[ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO STEP 172 (remove_files) COMPLETE
46362024-10-31T20:01:06.268Z[ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-31T20:01:06.274Z[ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46382024-10-31T20:01:06.275Z[ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO STEP 173 (remove_files) COMPLETE
46392024-10-31T20:01:06.278Z[ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-31T20:01:06.284Z[ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46412024-10-31T20:01:06.284Z[ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO STEP 174 (remove_files) COMPLETE
46422024-10-31T20:01:06.287Z[ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-31T20:01:06.294Z[ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46442024-10-31T20:01:06.294Z[ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO STEP 175 (remove_files) COMPLETE
46452024-10-31T20:01:06.296Z[ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-31T20:01:06.303Z[ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46472024-10-31T20:01:06.303Z[ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO STEP 176 (remove_files) COMPLETE
46482024-10-31T20:01:06.305Z[ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-31T20:01:06.312Z[ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46502024-10-31T20:01:06.315Z[ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO STEP 177 (remove_files) COMPLETE
46512024-10-31T20:01:06.315Z[ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-31T20:01:06.322Z[ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46532024-10-31T20:01:06.323Z[ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO STEP 178 (remove_files) COMPLETE
46542024-10-31T20:01:06.323Z[ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-31T20:01:06.332Z[ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46562024-10-31T20:01:06.332Z[ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO STEP 179 (remove_files) COMPLETE
46572024-10-31T20:01:06.332Z[ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-31T20:01:06.341Z[ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46592024-10-31T20:01:06.342Z[ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO STEP 180 (remove_files) COMPLETE
46602024-10-31T20:01:06.342Z[ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-31T20:01:06.351Z[ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46622024-10-31T20:01:06.351Z[ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO STEP 181 (remove_files) COMPLETE
46632024-10-31T20:01:06.354Z[ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-31T20:01:06.360Z[ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46652024-10-31T20:01:06.360Z[ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO STEP 182 (remove_files) COMPLETE
46662024-10-31T20:01:06.363Z[ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-31T20:01:06.370Z[ recovery-image] Oct 31 20:01:05.272 INFO O| Oct 31 20:01:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46682024-10-31T20:01:06.373Z[ recovery-image] Oct 31 20:01:05.273 INFO O| Oct 31 20:01:05.273 INFO STEP 183 (remove_files) COMPLETE
46692024-10-31T20:01:06.373Z[ recovery-image] Oct 31 20:01:05.273 INFO O| Oct 31 20:01:05.273 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-31T20:01:06.380Z[ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46712024-10-31T20:01:06.381Z[ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO STEP 184 (remove_files) COMPLETE
46722024-10-31T20:01:06.381Z[ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-31T20:01:06.390Z[ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46742024-10-31T20:01:06.390Z[ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO STEP 185 (remove_files) COMPLETE
46752024-10-31T20:01:06.390Z[ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-31T20:01:06.400Z[ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46772024-10-31T20:01:06.400Z[ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO STEP 186 (remove_files) COMPLETE
46782024-10-31T20:01:06.403Z[ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-31T20:01:06.409Z[ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46802024-10-31T20:01:06.411Z[ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO STEP 187 (remove_files) COMPLETE
46812024-10-31T20:01:06.411Z[ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-31T20:01:06.419Z[ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46832024-10-31T20:01:06.419Z[ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO STEP 188 (remove_files) COMPLETE
46842024-10-31T20:01:06.423Z[ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-31T20:01:06.429Z[ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46862024-10-31T20:01:06.432Z[ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO STEP 189 (remove_files) COMPLETE
46872024-10-31T20:01:06.432Z[ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-31T20:01:06.439Z[ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46892024-10-31T20:01:06.439Z[ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO STEP 190 (remove_files) COMPLETE
46902024-10-31T20:01:06.442Z[ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-31T20:01:06.449Z[ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46922024-10-31T20:01:06.451Z[ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO STEP 191 (remove_files) COMPLETE
46932024-10-31T20:01:06.451Z[ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-31T20:01:06.458Z[ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46952024-10-31T20:01:06.458Z[ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO STEP 192 (remove_files) COMPLETE
46962024-10-31T20:01:06.461Z[ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-31T20:01:06.467Z[ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46982024-10-31T20:01:06.468Z[ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO STEP 193 (remove_files) COMPLETE
46992024-10-31T20:01:06.470Z[ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-31T20:01:06.477Z[ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47012024-10-31T20:01:06.477Z[ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO STEP 194 (remove_files) COMPLETE
47022024-10-31T20:01:06.480Z[ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-31T20:01:06.486Z[ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47042024-10-31T20:01:06.487Z[ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO STEP 195 (remove_files) COMPLETE
47052024-10-31T20:01:06.487Z[ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-31T20:01:06.496Z[ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47072024-10-31T20:01:06.496Z[ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO STEP 196 (remove_files) COMPLETE
47082024-10-31T20:01:06.498Z[ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-31T20:01:06.505Z[ recovery-image] Oct 31 20:01:05.407 INFO O| Oct 31 20:01:05.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47102024-10-31T20:01:06.505Z[ recovery-image] Oct 31 20:01:05.408 INFO O| Oct 31 20:01:05.407 INFO STEP 197 (remove_files) COMPLETE
47112024-10-31T20:01:06.508Z[ recovery-image] Oct 31 20:01:05.408 INFO O| Oct 31 20:01:05.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-31T20:01:06.515Z[ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47132024-10-31T20:01:06.517Z[ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO STEP 198 (remove_files) COMPLETE
47142024-10-31T20:01:06.517Z[ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-31T20:01:06.524Z[ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47162024-10-31T20:01:06.526Z[ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO STEP 199 (remove_files) COMPLETE
47172024-10-31T20:01:06.526Z[ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-31T20:01:06.533Z[ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47192024-10-31T20:01:06.533Z[ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO STEP 200 (remove_files) COMPLETE
47202024-10-31T20:01:06.536Z[ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-31T20:01:06.543Z[ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47222024-10-31T20:01:06.543Z[ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO STEP 201 (remove_files) COMPLETE
47232024-10-31T20:01:06.545Z[ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-31T20:01:06.552Z[ recovery-image] Oct 31 20:01:05.454 INFO O| Oct 31 20:01:05.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47252024-10-31T20:01:06.552Z[ recovery-image] Oct 31 20:01:05.454 INFO O| Oct 31 20:01:05.454 INFO STEP 202 (remove_files) COMPLETE
47262024-10-31T20:01:06.552Z[ recovery-image] Oct 31 20:01:05.455 INFO O| Oct 31 20:01:05.454 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-31T20:01:06.562Z[ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47282024-10-31T20:01:06.562Z[ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO STEP 203 (remove_files) COMPLETE
47292024-10-31T20:01:06.564Z[ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-31T20:01:06.571Z[ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47312024-10-31T20:01:06.571Z[ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO STEP 204 (remove_files) COMPLETE
47322024-10-31T20:01:06.571Z[ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-31T20:01:06.580Z[ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47342024-10-31T20:01:06.581Z[ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO STEP 205 (remove_files) COMPLETE
47352024-10-31T20:01:06.581Z[ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-31T20:01:06.590Z[ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47372024-10-31T20:01:06.590Z[ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO STEP 206 (remove_files) COMPLETE
47382024-10-31T20:01:06.590Z[ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-31T20:01:06.599Z[ recovery-image] Oct 31 20:01:05.501 INFO O| Oct 31 20:01:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47402024-10-31T20:01:06.599Z[ recovery-image] Oct 31 20:01:05.501 INFO O| Oct 31 20:01:05.501 INFO STEP 207 (remove_files) COMPLETE
47412024-10-31T20:01:06.603Z[ recovery-image] Oct 31 20:01:05.502 INFO O| Oct 31 20:01:05.501 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-31T20:01:06.609Z[ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47432024-10-31T20:01:06.609Z[ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO STEP 208 (remove_files) COMPLETE
47442024-10-31T20:01:06.612Z[ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-31T20:01:06.619Z[ recovery-image] Oct 31 20:01:05.521 INFO O| Oct 31 20:01:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47462024-10-31T20:01:06.623Z[ recovery-image] Oct 31 20:01:05.522 INFO O| Oct 31 20:01:05.522 INFO STEP 209 (remove_files) COMPLETE
47472024-10-31T20:01:06.623Z[ recovery-image] Oct 31 20:01:05.522 INFO O| Oct 31 20:01:05.522 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-31T20:01:06.629Z[ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47492024-10-31T20:01:06.629Z[ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO STEP 210 (remove_files) COMPLETE
47502024-10-31T20:01:06.632Z[ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-31T20:01:06.639Z[ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47522024-10-31T20:01:06.639Z[ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO STEP 211 (remove_files) COMPLETE
47532024-10-31T20:01:06.639Z[ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-31T20:01:06.648Z[ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47552024-10-31T20:01:06.648Z[ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO STEP 212 (remove_files) COMPLETE
47562024-10-31T20:01:06.652Z[ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-31T20:01:06.657Z[ recovery-image] Oct 31 20:01:05.559 INFO O| Oct 31 20:01:05.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47582024-10-31T20:01:06.657Z[ recovery-image] Oct 31 20:01:05.560 INFO O| Oct 31 20:01:05.559 INFO STEP 213 (remove_files) COMPLETE
47592024-10-31T20:01:06.660Z[ recovery-image] Oct 31 20:01:05.560 INFO O| Oct 31 20:01:05.560 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-31T20:01:06.667Z[ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47612024-10-31T20:01:06.667Z[ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO STEP 214 (remove_files) COMPLETE
47622024-10-31T20:01:06.667Z[ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-31T20:01:06.676Z[ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47642024-10-31T20:01:06.679Z[ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO STEP 215 (remove_files) COMPLETE
47652024-10-31T20:01:06.679Z[ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-31T20:01:06.686Z[ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47672024-10-31T20:01:06.686Z[ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO STEP 216 (remove_files) COMPLETE
47682024-10-31T20:01:06.686Z[ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-31T20:01:06.695Z[ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47702024-10-31T20:01:06.695Z[ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO STEP 217 (remove_files) COMPLETE
47712024-10-31T20:01:06.696Z[ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-31T20:01:06.705Z[ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47732024-10-31T20:01:06.705Z[ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO STEP 218 (remove_files) COMPLETE
47742024-10-31T20:01:06.708Z[ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-31T20:01:06.715Z[ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47762024-10-31T20:01:06.715Z[ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO STEP 219 (remove_files) COMPLETE
47772024-10-31T20:01:06.717Z[ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-31T20:01:06.724Z[ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47792024-10-31T20:01:06.724Z[ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO STEP 220 (remove_files) COMPLETE
47802024-10-31T20:01:06.727Z[ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-31T20:01:06.733Z[ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47822024-10-31T20:01:06.733Z[ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO STEP 221 (remove_files) COMPLETE
47832024-10-31T20:01:06.736Z[ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-31T20:01:06.743Z[ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47852024-10-31T20:01:06.743Z[ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO STEP 222 (remove_files) COMPLETE
47862024-10-31T20:01:06.743Z[ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-31T20:01:06.754Z[ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47882024-10-31T20:01:06.754Z[ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO STEP 223 (remove_files) COMPLETE
47892024-10-31T20:01:06.757Z[ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-31T20:01:06.763Z[ recovery-image] Oct 31 20:01:05.665 INFO O| Oct 31 20:01:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47912024-10-31T20:01:06.766Z[ recovery-image] Oct 31 20:01:05.666 INFO O| Oct 31 20:01:05.666 INFO STEP 224 (remove_files) COMPLETE
47922024-10-31T20:01:06.766Z[ recovery-image] Oct 31 20:01:05.666 INFO O| Oct 31 20:01:05.666 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-31T20:01:06.773Z[ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47942024-10-31T20:01:06.773Z[ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO STEP 225 (remove_files) COMPLETE
47952024-10-31T20:01:06.776Z[ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-31T20:01:06.783Z[ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47972024-10-31T20:01:06.785Z[ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO STEP 226 (remove_files) COMPLETE
47982024-10-31T20:01:06.785Z[ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-31T20:01:06.793Z[ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48002024-10-31T20:01:06.796Z[ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO STEP 227 (remove_files) COMPLETE
48012024-10-31T20:01:06.796Z[ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-31T20:01:06.802Z[ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48032024-10-31T20:01:06.802Z[ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO STEP 228 (remove_files) COMPLETE
48042024-10-31T20:01:06.802Z[ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-31T20:01:06.812Z[ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48062024-10-31T20:01:06.812Z[ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO STEP 229 (remove_files) COMPLETE
48072024-10-31T20:01:06.814Z[ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-31T20:01:06.821Z[ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48092024-10-31T20:01:06.821Z[ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO STEP 230 (remove_files) COMPLETE
48102024-10-31T20:01:06.824Z[ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-31T20:01:06.830Z[ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48122024-10-31T20:01:06.831Z[ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO STEP 231 (remove_files) COMPLETE
48132024-10-31T20:01:06.831Z[ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-31T20:01:06.840Z[ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48152024-10-31T20:01:06.840Z[ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO STEP 232 (remove_files) COMPLETE
48162024-10-31T20:01:06.842Z[ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-31T20:01:06.849Z[ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48182024-10-31T20:01:06.849Z[ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO STEP 233 (remove_files) COMPLETE
48192024-10-31T20:01:06.849Z[ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-31T20:01:06.859Z[ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48212024-10-31T20:01:06.859Z[ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO STEP 234 (remove_files) COMPLETE
48222024-10-31T20:01:06.861Z[ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-31T20:01:06.868Z[ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48242024-10-31T20:01:06.868Z[ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO STEP 235 (remove_files) COMPLETE
48252024-10-31T20:01:06.871Z[ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-31T20:01:06.877Z[ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48272024-10-31T20:01:06.878Z[ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO STEP 236 (remove_files) COMPLETE
48282024-10-31T20:01:06.878Z[ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-31T20:01:06.887Z[ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48302024-10-31T20:01:06.890Z[ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO STEP 237 (remove_files) COMPLETE
48312024-10-31T20:01:06.890Z[ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-31T20:01:06.896Z[ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48332024-10-31T20:01:06.896Z[ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.799 INFO STEP 238 (remove_files) COMPLETE
48342024-10-31T20:01:06.896Z[ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.799 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-31T20:01:06.906Z[ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48362024-10-31T20:01:06.906Z[ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO STEP 239 (remove_files) COMPLETE
48372024-10-31T20:01:06.908Z[ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-31T20:01:06.915Z[ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48392024-10-31T20:01:06.915Z[ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO STEP 240 (remove_files) COMPLETE
48402024-10-31T20:01:06.918Z[ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-31T20:01:06.925Z[ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48422024-10-31T20:01:06.925Z[ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO STEP 241 (remove_files) COMPLETE
48432024-10-31T20:01:06.927Z[ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-31T20:01:06.934Z[ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48452024-10-31T20:01:06.934Z[ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO STEP 242 (remove_files) COMPLETE
48462024-10-31T20:01:06.937Z[ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-31T20:01:06.944Z[ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48482024-10-31T20:01:06.944Z[ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO STEP 243 (remove_files) COMPLETE
48492024-10-31T20:01:06.946Z[ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-31T20:01:06.953Z[ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48512024-10-31T20:01:06.953Z[ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO STEP 244 (remove_files) COMPLETE
48522024-10-31T20:01:06.953Z[ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-31T20:01:06.962Z[ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48542024-10-31T20:01:06.962Z[ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO STEP 245 (remove_files) COMPLETE
48552024-10-31T20:01:06.965Z[ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-31T20:01:06.972Z[ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48572024-10-31T20:01:06.972Z[ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO STEP 246 (remove_files) COMPLETE
48582024-10-31T20:01:06.972Z[ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-31T20:01:06.981Z[ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48602024-10-31T20:01:06.981Z[ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO STEP 247 (remove_files) COMPLETE
48612024-10-31T20:01:06.984Z[ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-31T20:01:06.991Z[ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48632024-10-31T20:01:06.993Z[ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO STEP 248 (remove_files) COMPLETE
48642024-10-31T20:01:06.993Z[ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-31T20:01:07.001Z[ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48662024-10-31T20:01:07.001Z[ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO STEP 249 (remove_files) COMPLETE
48672024-10-31T20:01:07.001Z[ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-31T20:01:07.010Z[ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48692024-10-31T20:01:07.010Z[ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO STEP 250 (remove_files) COMPLETE
48702024-10-31T20:01:07.010Z[ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-31T20:01:07.019Z[ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48722024-10-31T20:01:07.019Z[ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO STEP 251 (remove_files) COMPLETE
48732024-10-31T20:01:07.022Z[ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-31T20:01:07.029Z[ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48752024-10-31T20:01:07.029Z[ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO STEP 252 (remove_files) COMPLETE
48762024-10-31T20:01:07.031Z[ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-31T20:01:07.038Z[ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48782024-10-31T20:01:07.038Z[ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO STEP 253 (remove_files) COMPLETE
48792024-10-31T20:01:07.040Z[ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-31T20:01:07.047Z[ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48812024-10-31T20:01:07.047Z[ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO STEP 254 (remove_files) COMPLETE
48822024-10-31T20:01:07.050Z[ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-31T20:01:07.058Z[ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48842024-10-31T20:01:07.058Z[ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.961 INFO STEP 255 (remove_files) COMPLETE
48852024-10-31T20:01:07.061Z[ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.961 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-31T20:01:07.071Z[ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48872024-10-31T20:01:07.071Z[ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO STEP 256 (remove_files) COMPLETE
48882024-10-31T20:01:07.071Z[ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-31T20:01:07.080Z[ recovery-image] Oct 31 20:01:05.982 INFO O| Oct 31 20:01:05.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48902024-10-31T20:01:07.080Z[ recovery-image] Oct 31 20:01:05.983 INFO O| Oct 31 20:01:05.983 INFO STEP 257 (remove_files) COMPLETE
48912024-10-31T20:01:07.080Z[ recovery-image] Oct 31 20:01:05.983 INFO O| Oct 31 20:01:05.983 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-31T20:01:07.090Z[ recovery-image] Oct 31 20:01:05.992 INFO O| Oct 31 20:01:05.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48932024-10-31T20:01:07.093Z[ recovery-image] Oct 31 20:01:05.993 INFO O| Oct 31 20:01:05.992 INFO STEP 258 (remove_files) COMPLETE
48942024-10-31T20:01:07.093Z[ recovery-image] Oct 31 20:01:05.993 INFO O| Oct 31 20:01:05.992 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-31T20:01:07.102Z[ recovery-image] Oct 31 20:01:06.004 INFO O| Oct 31 20:01:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48962024-10-31T20:01:07.103Z[ recovery-image] Oct 31 20:01:06.005 INFO O| Oct 31 20:01:06.004 INFO STEP 259 (remove_files) COMPLETE
48972024-10-31T20:01:07.103Z[ recovery-image] Oct 31 20:01:06.005 INFO O| Oct 31 20:01:06.004 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-31T20:01:07.114Z[ recovery-image] Oct 31 20:01:06.015 INFO O| Oct 31 20:01:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48992024-10-31T20:01:07.116Z[ recovery-image] Oct 31 20:01:06.016 INFO O| Oct 31 20:01:06.015 INFO STEP 260 (remove_files) COMPLETE
49002024-10-31T20:01:07.116Z[ recovery-image] Oct 31 20:01:06.016 INFO O| Oct 31 20:01:06.016 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-31T20:01:07.123Z[ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49022024-10-31T20:01:07.125Z[ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO STEP 261 (remove_files) COMPLETE
49032024-10-31T20:01:07.125Z[ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-31T20:01:07.132Z[ recovery-image] Oct 31 20:01:06.034 INFO O| Oct 31 20:01:06.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49052024-10-31T20:01:07.132Z[ recovery-image] Oct 31 20:01:06.035 INFO O| Oct 31 20:01:06.034 INFO STEP 262 (remove_files) COMPLETE
49062024-10-31T20:01:07.135Z[ recovery-image] Oct 31 20:01:06.035 INFO O| Oct 31 20:01:06.035 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-31T20:01:07.142Z[ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49082024-10-31T20:01:07.143Z[ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO STEP 263 (remove_files) COMPLETE
49092024-10-31T20:01:07.145Z[ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-31T20:01:07.151Z[ recovery-image] Oct 31 20:01:06.053 INFO O| Oct 31 20:01:06.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49112024-10-31T20:01:07.151Z[ recovery-image] Oct 31 20:01:06.054 INFO O| Oct 31 20:01:06.053 INFO STEP 264 (remove_files) COMPLETE
49122024-10-31T20:01:07.154Z[ recovery-image] Oct 31 20:01:06.054 INFO O| Oct 31 20:01:06.054 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-31T20:01:07.161Z[ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49142024-10-31T20:01:07.161Z[ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO STEP 265 (remove_files) COMPLETE
49152024-10-31T20:01:07.164Z[ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-31T20:01:07.171Z[ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49172024-10-31T20:01:07.173Z[ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO STEP 266 (remove_files) COMPLETE
49182024-10-31T20:01:07.173Z[ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-31T20:01:07.180Z[ recovery-image] Oct 31 20:01:06.082 INFO O| Oct 31 20:01:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49202024-10-31T20:01:07.183Z[ recovery-image] Oct 31 20:01:06.082 INFO O| Oct 31 20:01:06.082 INFO STEP 267 (remove_files) COMPLETE
49212024-10-31T20:01:07.183Z[ recovery-image] Oct 31 20:01:06.083 INFO O| Oct 31 20:01:06.082 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-31T20:01:07.190Z[ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49232024-10-31T20:01:07.190Z[ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO STEP 268 (remove_files) COMPLETE
49242024-10-31T20:01:07.193Z[ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-31T20:01:07.199Z[ recovery-image] Oct 31 20:01:06.101 INFO O| Oct 31 20:01:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49262024-10-31T20:01:07.199Z[ recovery-image] Oct 31 20:01:06.102 INFO O| Oct 31 20:01:06.102 INFO STEP 269 (remove_files) COMPLETE
49272024-10-31T20:01:07.199Z[ recovery-image] Oct 31 20:01:06.102 INFO O| Oct 31 20:01:06.102 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-31T20:01:07.209Z[ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49292024-10-31T20:01:07.209Z[ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO STEP 270 (remove_files) COMPLETE
49302024-10-31T20:01:07.211Z[ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-31T20:01:07.218Z[ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49322024-10-31T20:01:07.218Z[ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO STEP 271 (remove_files) COMPLETE
49332024-10-31T20:01:07.221Z[ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-31T20:01:07.228Z[ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49352024-10-31T20:01:07.228Z[ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO STEP 272 (remove_files) COMPLETE
49362024-10-31T20:01:07.228Z[ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-31T20:01:07.237Z[ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49382024-10-31T20:01:07.237Z[ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO STEP 273 (remove_files) COMPLETE
49392024-10-31T20:01:07.237Z[ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-31T20:01:07.247Z[ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49412024-10-31T20:01:07.247Z[ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO STEP 274 (remove_files) COMPLETE
49422024-10-31T20:01:07.247Z[ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-31T20:01:07.257Z[ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49442024-10-31T20:01:07.257Z[ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO STEP 275 (remove_files) COMPLETE
49452024-10-31T20:01:07.257Z[ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-31T20:01:07.266Z[ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49472024-10-31T20:01:07.268Z[ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO STEP 276 (remove_files) COMPLETE
49482024-10-31T20:01:07.269Z[ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-31T20:01:07.275Z[ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49502024-10-31T20:01:07.278Z[ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO STEP 277 (remove_files) COMPLETE
49512024-10-31T20:01:07.278Z[ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-31T20:01:07.286Z[ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49532024-10-31T20:01:07.288Z[ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO STEP 278 (remove_files) COMPLETE
49542024-10-31T20:01:07.288Z[ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-31T20:01:07.295Z[ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49562024-10-31T20:01:07.295Z[ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO STEP 279 (remove_files) COMPLETE
49572024-10-31T20:01:07.298Z[ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-31T20:01:07.305Z[ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49592024-10-31T20:01:07.307Z[ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO STEP 280 (remove_files) COMPLETE
49602024-10-31T20:01:07.307Z[ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-31T20:01:07.314Z[ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49622024-10-31T20:01:07.314Z[ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO STEP 281 (remove_files) COMPLETE
49632024-10-31T20:01:07.317Z[ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-31T20:01:07.324Z[ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49652024-10-31T20:01:07.324Z[ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO STEP 282 (remove_files) COMPLETE
49662024-10-31T20:01:07.324Z[ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-31T20:01:07.333Z[ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49682024-10-31T20:01:07.333Z[ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO STEP 283 (remove_files) COMPLETE
49692024-10-31T20:01:07.336Z[ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-31T20:01:07.343Z[ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49712024-10-31T20:01:07.343Z[ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO STEP 284 (remove_files) COMPLETE
49722024-10-31T20:01:07.343Z[ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-31T20:01:07.352Z[ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49742024-10-31T20:01:07.352Z[ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO STEP 285 (remove_files) COMPLETE
49752024-10-31T20:01:07.355Z[ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-31T20:01:07.362Z[ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49772024-10-31T20:01:07.362Z[ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO STEP 286 (remove_files) COMPLETE
49782024-10-31T20:01:07.364Z[ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-31T20:01:07.371Z[ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49802024-10-31T20:01:07.374Z[ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO STEP 287 (remove_files) COMPLETE
49812024-10-31T20:01:07.374Z[ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-31T20:01:07.381Z[ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49832024-10-31T20:01:07.381Z[ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO STEP 288 (remove_files) COMPLETE
49842024-10-31T20:01:07.381Z[ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-31T20:01:07.391Z[ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49862024-10-31T20:01:07.391Z[ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO STEP 289 (remove_files) COMPLETE
49872024-10-31T20:01:07.395Z[ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-31T20:01:07.401Z[ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49892024-10-31T20:01:07.401Z[ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO STEP 290 (remove_files) COMPLETE
49902024-10-31T20:01:07.401Z[ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-31T20:01:07.410Z[ recovery-image] Oct 31 20:01:06.312 INFO O| Oct 31 20:01:06.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49922024-10-31T20:01:07.410Z[ recovery-image] Oct 31 20:01:06.313 INFO O| Oct 31 20:01:06.313 INFO STEP 291 (remove_files) COMPLETE
49932024-10-31T20:01:07.413Z[ recovery-image] Oct 31 20:01:06.313 INFO O| Oct 31 20:01:06.313 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-31T20:01:07.421Z[ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49952024-10-31T20:01:07.421Z[ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO STEP 292 (remove_files) COMPLETE
49962024-10-31T20:01:07.424Z[ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-31T20:01:07.430Z[ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49982024-10-31T20:01:07.430Z[ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO STEP 293 (remove_files) COMPLETE
49992024-10-31T20:01:07.430Z[ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-31T20:01:07.440Z[ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50012024-10-31T20:01:07.442Z[ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO STEP 294 (remove_files) COMPLETE
50022024-10-31T20:01:07.442Z[ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-31T20:01:07.451Z[ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50042024-10-31T20:01:07.451Z[ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO STEP 295 (remove_files) COMPLETE
50052024-10-31T20:01:07.454Z[ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-31T20:01:07.463Z[ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50072024-10-31T20:01:07.463Z[ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO STEP 296 (remove_files) COMPLETE
50082024-10-31T20:01:07.465Z[ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-31T20:01:07.472Z[ recovery-image] Oct 31 20:01:06.374 INFO O| Oct 31 20:01:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50102024-10-31T20:01:07.472Z[ recovery-image] Oct 31 20:01:06.375 INFO O| Oct 31 20:01:06.374 INFO STEP 297 (remove_files) COMPLETE
50112024-10-31T20:01:07.472Z[ recovery-image] Oct 31 20:01:06.375 INFO O| Oct 31 20:01:06.374 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-31T20:01:07.482Z[ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50132024-10-31T20:01:07.482Z[ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO STEP 298 (remove_files) COMPLETE
50142024-10-31T20:01:07.485Z[ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-31T20:01:07.492Z[ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50162024-10-31T20:01:07.492Z[ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO STEP 299 (remove_files) COMPLETE
50172024-10-31T20:01:07.495Z[ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-31T20:01:07.502Z[ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50192024-10-31T20:01:07.504Z[ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO STEP 300 (remove_files) COMPLETE
50202024-10-31T20:01:07.504Z[ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-31T20:01:07.511Z[ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50222024-10-31T20:01:07.511Z[ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO STEP 301 (remove_files) COMPLETE
50232024-10-31T20:01:07.514Z[ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-31T20:01:07.521Z[ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50252024-10-31T20:01:07.521Z[ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO STEP 302 (remove_files) COMPLETE
50262024-10-31T20:01:07.521Z[ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-31T20:01:07.531Z[ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50282024-10-31T20:01:07.531Z[ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.433 INFO STEP 303 (remove_files) COMPLETE
50292024-10-31T20:01:07.533Z[ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.433 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-31T20:01:07.540Z[ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50312024-10-31T20:01:07.542Z[ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO STEP 304 (remove_files) COMPLETE
50322024-10-31T20:01:07.542Z[ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-31T20:01:07.550Z[ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50342024-10-31T20:01:07.550Z[ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO STEP 305 (remove_files) COMPLETE
50352024-10-31T20:01:07.550Z[ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-31T20:01:07.559Z[ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50372024-10-31T20:01:07.561Z[ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO STEP 306 (remove_files) COMPLETE
50382024-10-31T20:01:07.561Z[ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-31T20:01:07.569Z[ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50402024-10-31T20:01:07.569Z[ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO STEP 307 (remove_files) COMPLETE
50412024-10-31T20:01:07.571Z[ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-31T20:01:07.578Z[ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50432024-10-31T20:01:07.578Z[ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.481 INFO STEP 308 (remove_files) COMPLETE
50442024-10-31T20:01:07.581Z[ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.481 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-31T20:01:07.588Z[ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50462024-10-31T20:01:07.588Z[ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO STEP 309 (remove_files) COMPLETE
50472024-10-31T20:01:07.591Z[ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-31T20:01:07.598Z[ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50492024-10-31T20:01:07.600Z[ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO STEP 310 (remove_files) COMPLETE
50502024-10-31T20:01:07.600Z[ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-31T20:01:07.608Z[ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50522024-10-31T20:01:07.608Z[ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO STEP 311 (remove_files) COMPLETE
50532024-10-31T20:01:07.608Z[ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-31T20:01:07.617Z[ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50552024-10-31T20:01:07.617Z[ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO STEP 312 (remove_files) COMPLETE
50562024-10-31T20:01:07.620Z[ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-31T20:01:07.627Z[ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50582024-10-31T20:01:07.629Z[ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO STEP 313 (remove_files) COMPLETE
50592024-10-31T20:01:07.629Z[ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-31T20:01:07.636Z[ recovery-image] Oct 31 20:01:06.538 INFO O| Oct 31 20:01:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50612024-10-31T20:01:07.639Z[ recovery-image] Oct 31 20:01:06.539 INFO O| Oct 31 20:01:06.539 INFO STEP 314 (remove_files) COMPLETE
50622024-10-31T20:01:07.639Z[ recovery-image] Oct 31 20:01:06.539 INFO O| Oct 31 20:01:06.539 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-31T20:01:07.646Z[ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50642024-10-31T20:01:07.646Z[ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO STEP 315 (remove_files) COMPLETE
50652024-10-31T20:01:07.646Z[ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-31T20:01:07.656Z[ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50672024-10-31T20:01:07.656Z[ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO STEP 316 (remove_files) COMPLETE
50682024-10-31T20:01:07.656Z[ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-31T20:01:07.666Z[ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50702024-10-31T20:01:07.666Z[ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO STEP 317 (remove_files) COMPLETE
50712024-10-31T20:01:07.668Z[ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-31T20:01:07.675Z[ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50732024-10-31T20:01:07.677Z[ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO STEP 318 (remove_files) COMPLETE
50742024-10-31T20:01:07.677Z[ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-31T20:01:07.685Z[ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50762024-10-31T20:01:07.685Z[ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO STEP 319 (remove_files) COMPLETE
50772024-10-31T20:01:07.687Z[ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-31T20:01:07.694Z[ recovery-image] Oct 31 20:01:06.596 INFO O| Oct 31 20:01:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50792024-10-31T20:01:07.694Z[ recovery-image] Oct 31 20:01:06.597 INFO O| Oct 31 20:01:06.597 INFO STEP 320 (remove_files) COMPLETE
50802024-10-31T20:01:07.694Z[ recovery-image] Oct 31 20:01:06.597 INFO O| Oct 31 20:01:06.597 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-31T20:01:07.704Z[ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50822024-10-31T20:01:07.704Z[ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO STEP 321 (remove_files) COMPLETE
50832024-10-31T20:01:07.704Z[ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-31T20:01:07.713Z[ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50852024-10-31T20:01:07.713Z[ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO STEP 322 (remove_files) COMPLETE
50862024-10-31T20:01:07.716Z[ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-31T20:01:07.723Z[ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50882024-10-31T20:01:07.724Z[ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO STEP 323 (remove_files) COMPLETE
50892024-10-31T20:01:07.724Z[ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-31T20:01:07.735Z[ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50912024-10-31T20:01:07.735Z[ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO STEP 324 (remove_files) COMPLETE
50922024-10-31T20:01:07.735Z[ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-31T20:01:07.745Z[ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50942024-10-31T20:01:07.745Z[ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.647 INFO STEP 325 (remove_files) COMPLETE
50952024-10-31T20:01:07.747Z[ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.647 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-31T20:01:07.754Z[ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50972024-10-31T20:01:07.754Z[ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO STEP 326 (remove_files) COMPLETE
50982024-10-31T20:01:07.757Z[ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-31T20:01:07.764Z[ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51002024-10-31T20:01:07.764Z[ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO STEP 327 (remove_files) COMPLETE
51012024-10-31T20:01:07.766Z[ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-31T20:01:07.775Z[ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51032024-10-31T20:01:07.787Z[ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO STEP 328 (remove_files) COMPLETE
51042024-10-31T20:01:07.787Z[ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-31T20:01:07.787Z[ recovery-image] Oct 31 20:01:06.686 INFO O| Oct 31 20:01:06.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51062024-10-31T20:01:07.787Z[ recovery-image] Oct 31 20:01:06.687 INFO O| Oct 31 20:01:06.686 INFO STEP 329 (remove_files) COMPLETE
51072024-10-31T20:01:07.787Z[ recovery-image] Oct 31 20:01:06.687 INFO O| Oct 31 20:01:06.687 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-31T20:01:07.794Z[ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51092024-10-31T20:01:07.798Z[ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO STEP 330 (remove_files) COMPLETE
51102024-10-31T20:01:07.798Z[ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-31T20:01:07.805Z[ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51122024-10-31T20:01:07.805Z[ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO STEP 331 (remove_files) COMPLETE
51132024-10-31T20:01:07.808Z[ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-31T20:01:07.813Z[ recovery-image] Oct 31 20:01:06.715 INFO O| Oct 31 20:01:06.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51152024-10-31T20:01:07.816Z[ recovery-image] Oct 31 20:01:06.716 INFO O| Oct 31 20:01:06.716 INFO STEP 332 (remove_files) COMPLETE
51162024-10-31T20:01:07.816Z[ recovery-image] Oct 31 20:01:06.716 INFO O| Oct 31 20:01:06.716 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-31T20:01:07.823Z[ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51182024-10-31T20:01:07.826Z[ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO STEP 333 (remove_files) COMPLETE
51192024-10-31T20:01:07.826Z[ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-31T20:01:07.833Z[ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51212024-10-31T20:01:07.833Z[ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO STEP 334 (remove_files) COMPLETE
51222024-10-31T20:01:07.835Z[ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-31T20:01:07.842Z[ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51242024-10-31T20:01:07.842Z[ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO STEP 335 (remove_files) COMPLETE
51252024-10-31T20:01:07.844Z[ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-31T20:01:07.852Z[ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51272024-10-31T20:01:07.852Z[ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO STEP 336 (remove_files) COMPLETE
51282024-10-31T20:01:07.855Z[ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-31T20:01:07.861Z[ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51302024-10-31T20:01:07.864Z[ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO STEP 337 (remove_files) COMPLETE
51312024-10-31T20:01:07.864Z[ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-31T20:01:07.871Z[ recovery-image] Oct 31 20:01:06.772 INFO O| Oct 31 20:01:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51332024-10-31T20:01:07.871Z[ recovery-image] Oct 31 20:01:06.773 INFO O| Oct 31 20:01:06.772 INFO STEP 338 (remove_files) COMPLETE
51342024-10-31T20:01:07.874Z[ recovery-image] Oct 31 20:01:06.773 INFO O| Oct 31 20:01:06.772 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-31T20:01:07.880Z[ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51362024-10-31T20:01:07.880Z[ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO STEP 339 (remove_files) COMPLETE
51372024-10-31T20:01:07.883Z[ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-31T20:01:07.889Z[ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51392024-10-31T20:01:07.889Z[ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.792 INFO STEP 340 (remove_files) COMPLETE
51402024-10-31T20:01:07.892Z[ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.792 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-31T20:01:07.899Z[ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51422024-10-31T20:01:07.899Z[ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO STEP 341 (remove_files) COMPLETE
51432024-10-31T20:01:07.901Z[ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-31T20:01:07.909Z[ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51452024-10-31T20:01:07.911Z[ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO STEP 342 (remove_files) COMPLETE
51462024-10-31T20:01:07.911Z[ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-31T20:01:07.918Z[ recovery-image] Oct 31 20:01:06.820 INFO O| Oct 31 20:01:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51482024-10-31T20:01:07.921Z[ recovery-image] Oct 31 20:01:06.821 INFO O| Oct 31 20:01:06.820 INFO STEP 343 (remove_files) COMPLETE
51492024-10-31T20:01:07.921Z[ recovery-image] Oct 31 20:01:06.821 INFO O| Oct 31 20:01:06.821 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-31T20:01:07.928Z[ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51512024-10-31T20:01:07.928Z[ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO STEP 344 (remove_files) COMPLETE
51522024-10-31T20:01:07.928Z[ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-31T20:01:07.937Z[ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51542024-10-31T20:01:07.937Z[ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO STEP 345 (remove_files) COMPLETE
51552024-10-31T20:01:07.940Z[ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-31T20:01:07.947Z[ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51572024-10-31T20:01:07.950Z[ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO STEP 346 (remove_files) COMPLETE
51582024-10-31T20:01:07.950Z[ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-31T20:01:07.957Z[ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51602024-10-31T20:01:07.957Z[ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO STEP 347 (remove_files) COMPLETE
51612024-10-31T20:01:07.959Z[ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-31T20:01:07.966Z[ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51632024-10-31T20:01:07.966Z[ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO STEP 348 (remove_files) COMPLETE
51642024-10-31T20:01:07.966Z[ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-31T20:01:07.975Z[ recovery-image] Oct 31 20:01:06.877 INFO O| Oct 31 20:01:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51662024-10-31T20:01:07.975Z[ recovery-image] Oct 31 20:01:06.878 INFO O| Oct 31 20:01:06.878 INFO STEP 349 (remove_files) COMPLETE
51672024-10-31T20:01:07.978Z[ recovery-image] Oct 31 20:01:06.878 INFO O| Oct 31 20:01:06.878 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-31T20:01:07.985Z[ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51692024-10-31T20:01:07.987Z[ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO STEP 350 (remove_files) COMPLETE
51702024-10-31T20:01:07.988Z[ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-31T20:01:07.994Z[ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51722024-10-31T20:01:07.994Z[ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO STEP 351 (remove_files) COMPLETE
51732024-10-31T20:01:07.994Z[ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-31T20:01:08.004Z[ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51752024-10-31T20:01:08.004Z[ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO STEP 352 (remove_files) COMPLETE
51762024-10-31T20:01:08.006Z[ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-31T20:01:08.013Z[ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51782024-10-31T20:01:08.015Z[ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO STEP 353 (remove_files) COMPLETE
51792024-10-31T20:01:08.015Z[ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-31T20:01:08.022Z[ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51812024-10-31T20:01:08.025Z[ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.925 INFO STEP 354 (remove_files) COMPLETE
51822024-10-31T20:01:08.025Z[ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.925 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-31T20:01:08.032Z[ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51842024-10-31T20:01:08.032Z[ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO STEP 355 (remove_files) COMPLETE
51852024-10-31T20:01:08.035Z[ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-31T20:01:08.041Z[ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51872024-10-31T20:01:08.042Z[ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.944 INFO STEP 356 (remove_files) COMPLETE
51882024-10-31T20:01:08.042Z[ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.944 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-31T20:01:08.051Z[ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51902024-10-31T20:01:08.054Z[ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO STEP 357 (remove_files) COMPLETE
51912024-10-31T20:01:08.054Z[ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-31T20:01:08.060Z[ recovery-image] Oct 31 20:01:06.962 INFO O| Oct 31 20:01:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51932024-10-31T20:01:08.060Z[ recovery-image] Oct 31 20:01:06.963 INFO O| Oct 31 20:01:06.962 INFO STEP 358 (remove_files) COMPLETE
51942024-10-31T20:01:08.063Z[ recovery-image] Oct 31 20:01:06.963 INFO O| Oct 31 20:01:06.963 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-31T20:01:08.070Z[ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51962024-10-31T20:01:08.072Z[ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO STEP 359 (remove_files) COMPLETE
51972024-10-31T20:01:08.073Z[ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-31T20:01:08.080Z[ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51992024-10-31T20:01:08.080Z[ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO STEP 360 (remove_files) COMPLETE
52002024-10-31T20:01:08.082Z[ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-31T20:01:08.089Z[ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52022024-10-31T20:01:08.089Z[ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO STEP 361 (remove_files) COMPLETE
52032024-10-31T20:01:08.089Z[ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-31T20:01:08.099Z[ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52052024-10-31T20:01:08.099Z[ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO STEP 362 (remove_files) COMPLETE
52062024-10-31T20:01:08.099Z[ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-31T20:01:08.108Z[ recovery-image] Oct 31 20:01:07.010 INFO O| Oct 31 20:01:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52082024-10-31T20:01:08.108Z[ recovery-image] Oct 31 20:01:07.010 INFO O| Oct 31 20:01:07.010 INFO STEP 363 (remove_files) COMPLETE
52092024-10-31T20:01:08.111Z[ recovery-image] Oct 31 20:01:07.011 INFO O| Oct 31 20:01:07.010 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-31T20:01:08.118Z[ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52112024-10-31T20:01:08.118Z[ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO STEP 364 (remove_files) COMPLETE
52122024-10-31T20:01:08.121Z[ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-31T20:01:08.128Z[ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52142024-10-31T20:01:08.130Z[ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO STEP 365 (remove_files) COMPLETE
52152024-10-31T20:01:08.130Z[ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-31T20:01:08.138Z[ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52172024-10-31T20:01:08.140Z[ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO STEP 366 (remove_files) COMPLETE
52182024-10-31T20:01:08.140Z[ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-31T20:01:08.147Z[ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52202024-10-31T20:01:08.147Z[ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO STEP 367 (remove_files) COMPLETE
52212024-10-31T20:01:08.147Z[ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-31T20:01:08.157Z[ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52232024-10-31T20:01:08.159Z[ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO STEP 368 (remove_files) COMPLETE
52242024-10-31T20:01:08.159Z[ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-31T20:01:08.166Z[ recovery-image] Oct 31 20:01:07.068 INFO O| Oct 31 20:01:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52262024-10-31T20:01:08.166Z[ recovery-image] Oct 31 20:01:07.069 INFO O| Oct 31 20:01:07.068 INFO STEP 369 (remove_files) COMPLETE
52272024-10-31T20:01:08.169Z[ recovery-image] Oct 31 20:01:07.069 INFO O| Oct 31 20:01:07.068 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-31T20:01:08.178Z[ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52292024-10-31T20:01:08.181Z[ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO STEP 370 (remove_files) COMPLETE
52302024-10-31T20:01:08.181Z[ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-31T20:01:08.188Z[ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52322024-10-31T20:01:08.188Z[ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO STEP 371 (remove_files) COMPLETE
52332024-10-31T20:01:08.191Z[ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-31T20:01:08.198Z[ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52352024-10-31T20:01:08.198Z[ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO STEP 372 (remove_files) COMPLETE
52362024-10-31T20:01:08.201Z[ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-31T20:01:08.210Z[ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52382024-10-31T20:01:08.210Z[ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO STEP 373 (remove_files) COMPLETE
52392024-10-31T20:01:08.210Z[ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-31T20:01:08.220Z[ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52412024-10-31T20:01:08.220Z[ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO STEP 374 (remove_files) COMPLETE
52422024-10-31T20:01:08.220Z[ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-31T20:01:08.231Z[ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52442024-10-31T20:01:08.231Z[ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO STEP 375 (remove_files) COMPLETE
52452024-10-31T20:01:08.235Z[ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-31T20:01:08.241Z[ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52472024-10-31T20:01:08.243Z[ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO STEP 376 (remove_files) COMPLETE
52482024-10-31T20:01:08.243Z[ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-31T20:01:08.253Z[ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52502024-10-31T20:01:08.253Z[ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO STEP 377 (remove_files) COMPLETE
52512024-10-31T20:01:08.256Z[ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-31T20:01:08.262Z[ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52532024-10-31T20:01:08.262Z[ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO STEP 378 (remove_files) COMPLETE
52542024-10-31T20:01:08.264Z[ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-31T20:01:08.271Z[ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52562024-10-31T20:01:08.271Z[ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO STEP 379 (remove_files) COMPLETE
52572024-10-31T20:01:08.273Z[ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-31T20:01:08.281Z[ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52592024-10-31T20:01:08.281Z[ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.183 INFO STEP 380 (remove_files) COMPLETE
52602024-10-31T20:01:08.283Z[ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.183 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-31T20:01:08.290Z[ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52622024-10-31T20:01:08.293Z[ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO STEP 381 (remove_files) COMPLETE
52632024-10-31T20:01:08.293Z[ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-31T20:01:08.299Z[ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52652024-10-31T20:01:08.300Z[ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.202 INFO STEP 382 (remove_files) COMPLETE
52662024-10-31T20:01:08.303Z[ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.202 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-31T20:01:08.309Z[ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52682024-10-31T20:01:08.311Z[ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO STEP 383 (remove_files) COMPLETE
52692024-10-31T20:01:08.311Z[ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-31T20:01:08.318Z[ recovery-image] Oct 31 20:01:07.220 INFO O| Oct 31 20:01:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52712024-10-31T20:01:08.321Z[ recovery-image] Oct 31 20:01:07.221 INFO O| Oct 31 20:01:07.221 INFO STEP 384 (remove_files) COMPLETE
52722024-10-31T20:01:08.321Z[ recovery-image] Oct 31 20:01:07.221 INFO O| Oct 31 20:01:07.221 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-31T20:01:08.329Z[ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52742024-10-31T20:01:08.329Z[ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO STEP 385 (remove_files) COMPLETE
52752024-10-31T20:01:08.329Z[ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-31T20:01:08.338Z[ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52772024-10-31T20:01:08.338Z[ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO STEP 386 (remove_files) COMPLETE
52782024-10-31T20:01:08.338Z[ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-31T20:01:08.348Z[ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52802024-10-31T20:01:08.351Z[ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.250 INFO STEP 387 (remove_files) COMPLETE
52812024-10-31T20:01:08.351Z[ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.250 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-31T20:01:08.357Z[ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52832024-10-31T20:01:08.360Z[ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO STEP 388 (remove_files) COMPLETE
52842024-10-31T20:01:08.360Z[ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-31T20:01:08.366Z[ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52862024-10-31T20:01:08.369Z[ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.269 INFO STEP 389 (remove_files) COMPLETE
52872024-10-31T20:01:08.369Z[ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.269 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-31T20:01:08.376Z[ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52892024-10-31T20:01:08.376Z[ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO STEP 390 (remove_files) COMPLETE
52902024-10-31T20:01:08.376Z[ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-31T20:01:08.385Z[ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52922024-10-31T20:01:08.385Z[ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO STEP 391 (remove_files) COMPLETE
52932024-10-31T20:01:08.385Z[ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-31T20:01:08.395Z[ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52952024-10-31T20:01:08.395Z[ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO STEP 392 (remove_files) COMPLETE
52962024-10-31T20:01:08.398Z[ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-31T20:01:08.404Z[ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52982024-10-31T20:01:08.404Z[ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO STEP 393 (remove_files) COMPLETE
52992024-10-31T20:01:08.407Z[ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-31T20:01:08.414Z[ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53012024-10-31T20:01:08.414Z[ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO STEP 394 (remove_files) COMPLETE
53022024-10-31T20:01:08.414Z[ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-31T20:01:08.423Z[ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53042024-10-31T20:01:08.423Z[ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO STEP 395 (remove_files) COMPLETE
53052024-10-31T20:01:08.425Z[ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-31T20:01:08.432Z[ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53072024-10-31T20:01:08.432Z[ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO STEP 396 (remove_files) COMPLETE
53082024-10-31T20:01:08.432Z[ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-31T20:01:08.442Z[ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53102024-10-31T20:01:08.442Z[ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO STEP 397 (remove_files) COMPLETE
53112024-10-31T20:01:08.444Z[ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-31T20:01:08.451Z[ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53132024-10-31T20:01:08.454Z[ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO STEP 398 (remove_files) COMPLETE
53142024-10-31T20:01:08.454Z[ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-31T20:01:08.461Z[ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53162024-10-31T20:01:08.461Z[ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO STEP 399 (remove_files) COMPLETE
53172024-10-31T20:01:08.463Z[ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-31T20:01:08.470Z[ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53192024-10-31T20:01:08.470Z[ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO STEP 400 (remove_files) COMPLETE
53202024-10-31T20:01:08.470Z[ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-31T20:01:08.479Z[ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53222024-10-31T20:01:08.482Z[ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO STEP 401 (remove_files) COMPLETE
53232024-10-31T20:01:08.482Z[ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-31T20:01:08.489Z[ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53252024-10-31T20:01:08.489Z[ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO STEP 402 (remove_files) COMPLETE
53262024-10-31T20:01:08.489Z[ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-31T20:01:08.498Z[ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53282024-10-31T20:01:08.498Z[ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO STEP 403 (remove_files) COMPLETE
53292024-10-31T20:01:08.500Z[ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-31T20:01:08.508Z[ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53312024-10-31T20:01:08.508Z[ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO STEP 404 (remove_files) COMPLETE
53322024-10-31T20:01:08.512Z[ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-31T20:01:08.517Z[ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53342024-10-31T20:01:08.520Z[ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO STEP 405 (remove_files) COMPLETE
53352024-10-31T20:01:08.520Z[ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-31T20:01:08.527Z[ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53372024-10-31T20:01:08.527Z[ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO STEP 406 (remove_files) COMPLETE
53382024-10-31T20:01:08.529Z[ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-31T20:01:08.536Z[ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53402024-10-31T20:01:08.536Z[ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO STEP 407 (remove_files) COMPLETE
53412024-10-31T20:01:08.539Z[ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-31T20:01:08.546Z[ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53432024-10-31T20:01:08.546Z[ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO STEP 408 (remove_files) COMPLETE
53442024-10-31T20:01:08.548Z[ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-31T20:01:08.555Z[ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53462024-10-31T20:01:08.557Z[ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO STEP 409 (remove_files) COMPLETE
53472024-10-31T20:01:08.557Z[ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-31T20:01:08.564Z[ recovery-image] Oct 31 20:01:07.466 INFO O| Oct 31 20:01:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53492024-10-31T20:01:08.567Z[ recovery-image] Oct 31 20:01:07.467 INFO O| Oct 31 20:01:07.467 INFO STEP 410 (remove_files) COMPLETE
53502024-10-31T20:01:08.567Z[ recovery-image] Oct 31 20:01:07.467 INFO O| Oct 31 20:01:07.467 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-31T20:01:08.574Z[ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53522024-10-31T20:01:08.574Z[ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO STEP 411 (remove_files) COMPLETE
53532024-10-31T20:01:08.577Z[ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-31T20:01:08.584Z[ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53552024-10-31T20:01:08.586Z[ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO STEP 412 (remove_files) COMPLETE
53562024-10-31T20:01:08.586Z[ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-31T20:01:08.593Z[ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53582024-10-31T20:01:08.593Z[ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO STEP 413 (remove_files) COMPLETE
53592024-10-31T20:01:08.596Z[ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-31T20:01:08.603Z[ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53612024-10-31T20:01:08.605Z[ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO STEP 414 (remove_files) COMPLETE
53622024-10-31T20:01:08.605Z[ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-31T20:01:08.613Z[ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53642024-10-31T20:01:08.613Z[ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO STEP 415 (remove_files) COMPLETE
53652024-10-31T20:01:08.615Z[ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-31T20:01:08.622Z[ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53672024-10-31T20:01:08.622Z[ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO STEP 416 (remove_files) COMPLETE
53682024-10-31T20:01:08.625Z[ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-31T20:01:08.632Z[ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53702024-10-31T20:01:08.632Z[ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO STEP 417 (remove_files) COMPLETE
53712024-10-31T20:01:08.634Z[ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-31T20:01:08.641Z[ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53732024-10-31T20:01:08.641Z[ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO STEP 418 (remove_files) COMPLETE
53742024-10-31T20:01:08.644Z[ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-31T20:01:08.651Z[ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53762024-10-31T20:01:08.651Z[ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO STEP 419 (remove_files) COMPLETE
53772024-10-31T20:01:08.653Z[ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-31T20:01:08.660Z[ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53792024-10-31T20:01:08.660Z[ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO STEP 420 (remove_files) COMPLETE
53802024-10-31T20:01:08.660Z[ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-31T20:01:08.669Z[ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53822024-10-31T20:01:08.673Z[ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO STEP 421 (remove_files) COMPLETE
53832024-10-31T20:01:08.673Z[ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-31T20:01:08.679Z[ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53852024-10-31T20:01:08.679Z[ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO STEP 422 (remove_files) COMPLETE
53862024-10-31T20:01:08.682Z[ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-31T20:01:08.688Z[ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53882024-10-31T20:01:08.688Z[ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO STEP 423 (remove_files) COMPLETE
53892024-10-31T20:01:08.688Z[ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-31T20:01:08.698Z[ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53912024-10-31T20:01:08.698Z[ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO STEP 424 (remove_files) COMPLETE
53922024-10-31T20:01:08.698Z[ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-31T20:01:08.707Z[ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53942024-10-31T20:01:08.707Z[ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO STEP 425 (remove_files) COMPLETE
53952024-10-31T20:01:08.710Z[ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-31T20:01:08.717Z[ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53972024-10-31T20:01:08.717Z[ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.619 INFO STEP 426 (remove_files) COMPLETE
53982024-10-31T20:01:08.720Z[ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.619 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-31T20:01:08.726Z[ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54002024-10-31T20:01:08.726Z[ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO STEP 427 (remove_files) COMPLETE
54012024-10-31T20:01:08.729Z[ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-31T20:01:08.736Z[ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54032024-10-31T20:01:08.736Z[ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO STEP 428 (remove_files) COMPLETE
54042024-10-31T20:01:08.736Z[ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-31T20:01:08.745Z[ recovery-image] Oct 31 20:01:07.647 INFO O| Oct 31 20:01:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54062024-10-31T20:01:08.748Z[ recovery-image] Oct 31 20:01:07.648 INFO O| Oct 31 20:01:07.647 INFO STEP 429 (remove_files) COMPLETE
54072024-10-31T20:01:08.748Z[ recovery-image] Oct 31 20:01:07.648 INFO O| Oct 31 20:01:07.648 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-31T20:01:08.755Z[ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54092024-10-31T20:01:08.755Z[ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO STEP 430 (remove_files) COMPLETE
54102024-10-31T20:01:08.758Z[ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-31T20:01:08.765Z[ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54122024-10-31T20:01:08.767Z[ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO STEP 431 (remove_files) COMPLETE
54132024-10-31T20:01:08.767Z[ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-31T20:01:08.774Z[ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54152024-10-31T20:01:08.776Z[ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO STEP 432 (remove_files) COMPLETE
54162024-10-31T20:01:08.776Z[ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-31T20:01:08.783Z[ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54182024-10-31T20:01:08.783Z[ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO STEP 433 (remove_files) COMPLETE
54192024-10-31T20:01:08.783Z[ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-31T20:01:08.792Z[ recovery-image] Oct 31 20:01:07.694 INFO O| Oct 31 20:01:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54212024-10-31T20:01:08.795Z[ recovery-image] Oct 31 20:01:07.694 INFO O| Oct 31 20:01:07.694 INFO STEP 434 (remove_files) COMPLETE
54222024-10-31T20:01:08.795Z[ recovery-image] Oct 31 20:01:07.695 INFO O| Oct 31 20:01:07.694 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-31T20:01:08.802Z[ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54242024-10-31T20:01:08.804Z[ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO STEP 435 (remove_files) COMPLETE
54252024-10-31T20:01:08.804Z[ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-31T20:01:08.811Z[ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54272024-10-31T20:01:08.811Z[ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO STEP 436 (remove_files) COMPLETE
54282024-10-31T20:01:08.811Z[ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-31T20:01:08.821Z[ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54302024-10-31T20:01:08.821Z[ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO STEP 437 (remove_files) COMPLETE
54312024-10-31T20:01:08.821Z[ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-31T20:01:08.830Z[ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54332024-10-31T20:01:08.830Z[ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO STEP 438 (remove_files) COMPLETE
54342024-10-31T20:01:08.833Z[ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-31T20:01:08.839Z[ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54362024-10-31T20:01:08.839Z[ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO STEP 439 (remove_files) COMPLETE
54372024-10-31T20:01:08.842Z[ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-31T20:01:08.849Z[ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54392024-10-31T20:01:08.849Z[ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO STEP 440 (remove_files) COMPLETE
54402024-10-31T20:01:08.849Z[ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-31T20:01:08.858Z[ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54422024-10-31T20:01:08.858Z[ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO STEP 441 (remove_files) COMPLETE
54432024-10-31T20:01:08.858Z[ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-31T20:01:08.867Z[ recovery-image] Oct 31 20:01:07.769 INFO O| Oct 31 20:01:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54452024-10-31T20:01:08.867Z[ recovery-image] Oct 31 20:01:07.769 INFO O| Oct 31 20:01:07.769 INFO STEP 442 (remove_files) COMPLETE
54462024-10-31T20:01:08.870Z[ recovery-image] Oct 31 20:01:07.770 INFO O| Oct 31 20:01:07.769 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-31T20:01:08.877Z[ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54482024-10-31T20:01:08.877Z[ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO STEP 443 (remove_files) COMPLETE
54492024-10-31T20:01:08.880Z[ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-31T20:01:08.886Z[ recovery-image] Oct 31 20:01:07.788 INFO O| Oct 31 20:01:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54512024-10-31T20:01:08.889Z[ recovery-image] Oct 31 20:01:07.788 INFO O| Oct 31 20:01:07.788 INFO STEP 444 (remove_files) COMPLETE
54522024-10-31T20:01:08.889Z[ recovery-image] Oct 31 20:01:07.789 INFO O| Oct 31 20:01:07.788 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-31T20:01:08.896Z[ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54542024-10-31T20:01:08.896Z[ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO STEP 445 (remove_files) COMPLETE
54552024-10-31T20:01:08.896Z[ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-31T20:01:08.905Z[ recovery-image] Oct 31 20:01:07.807 INFO O| Oct 31 20:01:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54572024-10-31T20:01:08.908Z[ recovery-image] Oct 31 20:01:07.808 INFO O| Oct 31 20:01:07.808 INFO STEP 446 (remove_files) COMPLETE
54582024-10-31T20:01:08.909Z[ recovery-image] Oct 31 20:01:07.808 INFO O| Oct 31 20:01:07.808 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-31T20:01:08.915Z[ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54602024-10-31T20:01:08.915Z[ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO STEP 447 (remove_files) COMPLETE
54612024-10-31T20:01:08.918Z[ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-31T20:01:08.924Z[ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54632024-10-31T20:01:08.924Z[ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO STEP 448 (remove_files) COMPLETE
54642024-10-31T20:01:08.924Z[ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-31T20:01:08.934Z[ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54662024-10-31T20:01:08.937Z[ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO STEP 449 (remove_files) COMPLETE
54672024-10-31T20:01:08.937Z[ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-31T20:01:08.943Z[ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54692024-10-31T20:01:08.943Z[ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO STEP 450 (remove_files) COMPLETE
54702024-10-31T20:01:08.946Z[ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-31T20:01:08.953Z[ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54722024-10-31T20:01:08.953Z[ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.855 INFO STEP 451 (remove_files) COMPLETE
54732024-10-31T20:01:08.953Z[ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.855 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-31T20:01:08.963Z[ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54752024-10-31T20:01:08.966Z[ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO STEP 452 (remove_files) COMPLETE
54762024-10-31T20:01:08.966Z[ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-31T20:01:08.971Z[ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54782024-10-31T20:01:08.974Z[ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO STEP 453 (remove_files) COMPLETE
54792024-10-31T20:01:08.974Z[ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-31T20:01:08.981Z[ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54812024-10-31T20:01:08.981Z[ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO STEP 454 (remove_files) COMPLETE
54822024-10-31T20:01:08.983Z[ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-31T20:01:08.990Z[ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54842024-10-31T20:01:08.990Z[ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO STEP 455 (remove_files) COMPLETE
54852024-10-31T20:01:08.993Z[ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-31T20:01:09.000Z[ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54872024-10-31T20:01:09.002Z[ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO STEP 456 (remove_files) COMPLETE
54882024-10-31T20:01:09.002Z[ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-31T20:01:09.009Z[ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54902024-10-31T20:01:09.012Z[ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO STEP 457 (remove_files) COMPLETE
54912024-10-31T20:01:09.012Z[ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-31T20:01:09.018Z[ recovery-image] Oct 31 20:01:07.920 INFO O| Oct 31 20:01:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54932024-10-31T20:01:09.021Z[ recovery-image] Oct 31 20:01:07.921 INFO O| Oct 31 20:01:07.920 INFO STEP 458 (remove_files) COMPLETE
54942024-10-31T20:01:09.021Z[ recovery-image] Oct 31 20:01:07.921 INFO O| Oct 31 20:01:07.921 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-31T20:01:09.028Z[ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54962024-10-31T20:01:09.030Z[ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO STEP 459 (remove_files) COMPLETE
54972024-10-31T20:01:09.030Z[ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-31T20:01:09.037Z[ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54992024-10-31T20:01:09.040Z[ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO STEP 460 (remove_files) COMPLETE
55002024-10-31T20:01:09.040Z[ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-31T20:01:09.047Z[ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55022024-10-31T20:01:09.049Z[ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO STEP 461 (remove_files) COMPLETE
55032024-10-31T20:01:09.049Z[ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-31T20:01:09.057Z[ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55052024-10-31T20:01:09.059Z[ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO STEP 462 (remove_files) COMPLETE
55062024-10-31T20:01:09.059Z[ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-31T20:01:09.067Z[ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55082024-10-31T20:01:09.067Z[ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO STEP 463 (remove_files) COMPLETE
55092024-10-31T20:01:09.067Z[ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-31T20:01:09.076Z[ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55112024-10-31T20:01:09.076Z[ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.978 INFO STEP 464 (remove_files) COMPLETE
55122024-10-31T20:01:09.076Z[ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.978 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-31T20:01:09.085Z[ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55142024-10-31T20:01:09.085Z[ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO STEP 465 (remove_files) COMPLETE
55152024-10-31T20:01:09.085Z[ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-31T20:01:09.094Z[ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55172024-10-31T20:01:09.094Z[ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO STEP 466 (remove_files) COMPLETE
55182024-10-31T20:01:09.094Z[ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-31T20:01:09.104Z[ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55202024-10-31T20:01:09.104Z[ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO STEP 467 (remove_files) COMPLETE
55212024-10-31T20:01:09.104Z[ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-31T20:01:09.114Z[ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55232024-10-31T20:01:09.114Z[ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO STEP 468 (remove_files) COMPLETE
55242024-10-31T20:01:09.116Z[ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-31T20:01:09.123Z[ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55262024-10-31T20:01:09.126Z[ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO STEP 469 (remove_files) COMPLETE
55272024-10-31T20:01:09.126Z[ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-31T20:01:09.133Z[ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55292024-10-31T20:01:09.136Z[ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO STEP 470 (remove_files) COMPLETE
55302024-10-31T20:01:09.136Z[ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-31T20:01:09.142Z[ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55322024-10-31T20:01:09.142Z[ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO STEP 471 (remove_files) COMPLETE
55332024-10-31T20:01:09.145Z[ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-31T20:01:09.152Z[ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55352024-10-31T20:01:09.152Z[ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO STEP 472 (remove_files) COMPLETE
55362024-10-31T20:01:09.154Z[ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-31T20:01:09.161Z[ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55382024-10-31T20:01:09.166Z[ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO STEP 473 (remove_files) COMPLETE
55392024-10-31T20:01:09.166Z[ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-31T20:01:09.171Z[ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55412024-10-31T20:01:09.173Z[ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO STEP 474 (remove_files) COMPLETE
55422024-10-31T20:01:09.173Z[ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-31T20:01:09.180Z[ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55442024-10-31T20:01:09.180Z[ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO STEP 475 (remove_files) COMPLETE
55452024-10-31T20:01:09.183Z[ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-31T20:01:09.191Z[ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55472024-10-31T20:01:09.194Z[ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.092 INFO STEP 476 (remove_files) COMPLETE
55482024-10-31T20:01:09.194Z[ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.092 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-31T20:01:09.199Z[ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55502024-10-31T20:01:09.199Z[ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO STEP 477 (remove_files) COMPLETE
55512024-10-31T20:01:09.199Z[ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-31T20:01:09.209Z[ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55532024-10-31T20:01:09.209Z[ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO STEP 478 (remove_files) COMPLETE
55542024-10-31T20:01:09.211Z[ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-31T20:01:09.218Z[ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55562024-10-31T20:01:09.218Z[ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO STEP 479 (remove_files) COMPLETE
55572024-10-31T20:01:09.222Z[ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-31T20:01:09.228Z[ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55592024-10-31T20:01:09.230Z[ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO STEP 480 (remove_files) COMPLETE
55602024-10-31T20:01:09.230Z[ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-31T20:01:09.237Z[ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55622024-10-31T20:01:09.237Z[ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO STEP 481 (remove_files) COMPLETE
55632024-10-31T20:01:09.237Z[ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-31T20:01:09.247Z[ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55652024-10-31T20:01:09.249Z[ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO STEP 482 (remove_files) COMPLETE
55662024-10-31T20:01:09.249Z[ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-31T20:01:09.256Z[ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55682024-10-31T20:01:09.259Z[ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO STEP 483 (remove_files) COMPLETE
55692024-10-31T20:01:09.259Z[ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-31T20:01:09.266Z[ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55712024-10-31T20:01:09.269Z[ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO STEP 484 (remove_files) COMPLETE
55722024-10-31T20:01:09.269Z[ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-31T20:01:09.277Z[ recovery-image] Oct 31 20:01:08.178 INFO O| Oct 31 20:01:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55742024-10-31T20:01:09.280Z[ recovery-image] Oct 31 20:01:08.179 INFO O| Oct 31 20:01:08.178 INFO STEP 485 (remove_files) COMPLETE
55752024-10-31T20:01:09.280Z[ recovery-image] Oct 31 20:01:08.179 INFO O| Oct 31 20:01:08.179 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-31T20:01:09.297Z[ recovery-image] Oct 31 20:01:08.198 INFO O| Oct 31 20:01:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55772024-10-31T20:01:09.300Z[ recovery-image] Oct 31 20:01:08.199 INFO O| Oct 31 20:01:08.199 INFO STEP 486 (remove_files) COMPLETE
55782024-10-31T20:01:09.300Z[ recovery-image] Oct 31 20:01:08.199 INFO O| Oct 31 20:01:08.199 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-31T20:01:09.317Z[ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55802024-10-31T20:01:09.317Z[ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO STEP 487 (remove_files) COMPLETE
55812024-10-31T20:01:09.320Z[ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-31T20:01:09.329Z[ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55832024-10-31T20:01:09.329Z[ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO STEP 488 (remove_files) COMPLETE
55842024-10-31T20:01:09.332Z[ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-31T20:01:09.340Z[ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55862024-10-31T20:01:09.340Z[ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO STEP 489 (remove_files) COMPLETE
55872024-10-31T20:01:09.343Z[ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-31T20:01:09.351Z[ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55892024-10-31T20:01:09.354Z[ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO STEP 490 (remove_files) COMPLETE
55902024-10-31T20:01:09.354Z[ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-31T20:01:09.362Z[ recovery-image] Oct 31 20:01:08.263 INFO O| Oct 31 20:01:08.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55922024-10-31T20:01:09.365Z[ recovery-image] Oct 31 20:01:08.264 INFO O| Oct 31 20:01:08.264 INFO STEP 491 (remove_files) COMPLETE
55932024-10-31T20:01:09.365Z[ recovery-image] Oct 31 20:01:08.264 INFO O| Oct 31 20:01:08.264 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-31T20:01:09.371Z[ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55952024-10-31T20:01:09.374Z[ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO STEP 492 (remove_files) COMPLETE
55962024-10-31T20:01:09.374Z[ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-31T20:01:09.385Z[ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55982024-10-31T20:01:09.385Z[ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO STEP 493 (remove_files) COMPLETE
55992024-10-31T20:01:09.388Z[ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-31T20:01:09.398Z[ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56012024-10-31T20:01:09.398Z[ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO STEP 494 (remove_files) COMPLETE
56022024-10-31T20:01:09.401Z[ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-31T20:01:09.409Z[ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56042024-10-31T20:01:09.409Z[ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO STEP 495 (remove_files) COMPLETE
56052024-10-31T20:01:09.411Z[ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-31T20:01:09.420Z[ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56072024-10-31T20:01:09.420Z[ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO STEP 496 (remove_files) COMPLETE
56082024-10-31T20:01:09.422Z[ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-31T20:01:09.429Z[ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56102024-10-31T20:01:09.432Z[ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO STEP 497 (remove_files) COMPLETE
56112024-10-31T20:01:09.432Z[ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-31T20:01:09.439Z[ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56132024-10-31T20:01:09.441Z[ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.341 INFO STEP 498 (remove_files) COMPLETE
56142024-10-31T20:01:09.441Z[ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.341 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-31T20:01:09.448Z[ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56162024-10-31T20:01:09.448Z[ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO STEP 499 (remove_files) COMPLETE
56172024-10-31T20:01:09.451Z[ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-31T20:01:09.458Z[ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56192024-10-31T20:01:09.458Z[ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO STEP 500 (remove_files) COMPLETE
56202024-10-31T20:01:09.458Z[ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-31T20:01:09.470Z[ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56222024-10-31T20:01:09.470Z[ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO STEP 501 (remove_files) COMPLETE
56232024-10-31T20:01:09.472Z[ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-31T20:01:09.479Z[ recovery-image] Oct 31 20:01:08.381 INFO O| Oct 31 20:01:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56252024-10-31T20:01:09.480Z[ recovery-image] Oct 31 20:01:08.382 INFO O| Oct 31 20:01:08.381 INFO STEP 502 (remove_files) COMPLETE
56262024-10-31T20:01:09.480Z[ recovery-image] Oct 31 20:01:08.382 INFO O| Oct 31 20:01:08.382 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-31T20:01:09.482Z[ host-image] Oct 31 20:01:08.383 INFO O| Oct 31 20:01:08.383 INFO O| Done
56282024-10-31T20:01:09.489Z[ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56292024-10-31T20:01:09.489Z[ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO STEP 503 (remove_files) COMPLETE
56302024-10-31T20:01:09.492Z[ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-10-31T20:01:09.500Z[ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56322024-10-31T20:01:09.500Z[ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO STEP 504 (remove_files) COMPLETE
56332024-10-31T20:01:09.500Z[ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-10-31T20:01:09.513Z[ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56352024-10-31T20:01:09.513Z[ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO STEP 505 (remove_files) COMPLETE
56362024-10-31T20:01:09.518Z[ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-10-31T20:01:09.522Z[ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56382024-10-31T20:01:09.525Z[ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO STEP 506 (remove_files) COMPLETE
56392024-10-31T20:01:09.525Z[ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-10-31T20:01:09.534Z[ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56412024-10-31T20:01:09.534Z[ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO STEP 507 (remove_files) COMPLETE
56422024-10-31T20:01:09.537Z[ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-10-31T20:01:09.546Z[ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56442024-10-31T20:01:09.546Z[ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO STEP 508 (remove_files) COMPLETE
56452024-10-31T20:01:09.546Z[ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-10-31T20:01:09.555Z[ recovery-image] Oct 31 20:01:08.456 INFO O| Oct 31 20:01:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56472024-10-31T20:01:09.555Z[ recovery-image] Oct 31 20:01:08.457 INFO O| Oct 31 20:01:08.457 INFO STEP 509 (remove_files) COMPLETE
56482024-10-31T20:01:09.555Z[ recovery-image] Oct 31 20:01:08.457 INFO O| Oct 31 20:01:08.457 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-10-31T20:01:09.564Z[ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56502024-10-31T20:01:09.564Z[ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO STEP 510 (remove_files) COMPLETE
56512024-10-31T20:01:09.567Z[ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-10-31T20:01:09.576Z[ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56532024-10-31T20:01:09.576Z[ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO STEP 511 (remove_files) COMPLETE
56542024-10-31T20:01:09.579Z[ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-10-31T20:01:09.586Z[ recovery-image] Oct 31 20:01:08.488 INFO O| Oct 31 20:01:08.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56562024-10-31T20:01:09.589Z[ recovery-image] Oct 31 20:01:08.488 INFO O| Oct 31 20:01:08.488 INFO STEP 512 (remove_files) COMPLETE
56572024-10-31T20:01:09.589Z[ recovery-image] Oct 31 20:01:08.489 INFO O| Oct 31 20:01:08.488 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-10-31T20:01:09.596Z[ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56592024-10-31T20:01:09.596Z[ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO STEP 513 (remove_files) COMPLETE
56602024-10-31T20:01:09.599Z[ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-10-31T20:01:09.606Z[ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56622024-10-31T20:01:09.606Z[ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO STEP 514 (remove_files) COMPLETE
56632024-10-31T20:01:09.608Z[ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-10-31T20:01:09.615Z[ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56652024-10-31T20:01:09.615Z[ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO STEP 515 (remove_files) COMPLETE
56662024-10-31T20:01:09.618Z[ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-10-31T20:01:09.625Z[ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56682024-10-31T20:01:09.625Z[ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO STEP 516 (remove_files) COMPLETE
56692024-10-31T20:01:09.625Z[ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-10-31T20:01:09.634Z[ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56712024-10-31T20:01:09.637Z[ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO STEP 517 (remove_files) COMPLETE
56722024-10-31T20:01:09.637Z[ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-10-31T20:01:09.644Z[ recovery-image] Oct 31 20:01:08.545 INFO O| Oct 31 20:01:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56742024-10-31T20:01:09.646Z[ recovery-image] Oct 31 20:01:08.546 INFO O| Oct 31 20:01:08.545 INFO STEP 518 (remove_files) COMPLETE
56752024-10-31T20:01:09.646Z[ recovery-image] Oct 31 20:01:08.546 INFO O| Oct 31 20:01:08.545 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-10-31T20:01:09.653Z[ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56772024-10-31T20:01:09.653Z[ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO STEP 519 (remove_files) COMPLETE
56782024-10-31T20:01:09.655Z[ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-10-31T20:01:09.663Z[ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56802024-10-31T20:01:09.663Z[ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO STEP 520 (remove_files) COMPLETE
56812024-10-31T20:01:09.665Z[ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-10-31T20:01:09.672Z[ recovery-image] Oct 31 20:01:08.574 INFO O| Oct 31 20:01:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56832024-10-31T20:01:09.675Z[ recovery-image] Oct 31 20:01:08.575 INFO O| Oct 31 20:01:08.575 INFO STEP 521 (remove_files) COMPLETE
56842024-10-31T20:01:09.675Z[ recovery-image] Oct 31 20:01:08.575 INFO O| Oct 31 20:01:08.575 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-10-31T20:01:09.682Z[ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56862024-10-31T20:01:09.682Z[ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO STEP 522 (remove_files) COMPLETE
56872024-10-31T20:01:09.682Z[ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-10-31T20:01:09.692Z[ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56892024-10-31T20:01:09.692Z[ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO STEP 523 (remove_files) COMPLETE
56902024-10-31T20:01:09.692Z[ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-10-31T20:01:09.703Z[ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56922024-10-31T20:01:09.703Z[ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO STEP 524 (remove_files) COMPLETE
56932024-10-31T20:01:09.703Z[ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-10-31T20:01:09.712Z[ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56952024-10-31T20:01:09.715Z[ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO STEP 525 (remove_files) COMPLETE
56962024-10-31T20:01:09.715Z[ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-10-31T20:01:09.724Z[ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56982024-10-31T20:01:09.724Z[ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO STEP 526 (remove_files) COMPLETE
56992024-10-31T20:01:09.727Z[ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-10-31T20:01:09.734Z[ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57012024-10-31T20:01:09.736Z[ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO STEP 527 (remove_files) COMPLETE
57022024-10-31T20:01:09.736Z[ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-10-31T20:01:09.743Z[ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57042024-10-31T20:01:09.746Z[ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO STEP 528 (remove_files) COMPLETE
57052024-10-31T20:01:09.746Z[ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-10-31T20:01:09.754Z[ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57072024-10-31T20:01:09.756Z[ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO STEP 529 (remove_files) COMPLETE
57082024-10-31T20:01:09.756Z[ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-10-31T20:01:09.763Z[ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57102024-10-31T20:01:09.763Z[ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO STEP 530 (remove_files) COMPLETE
57112024-10-31T20:01:09.766Z[ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-10-31T20:01:09.773Z[ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57132024-10-31T20:01:09.773Z[ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO STEP 531 (remove_files) COMPLETE
57142024-10-31T20:01:09.773Z[ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-10-31T20:01:09.783Z[ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57162024-10-31T20:01:09.783Z[ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO STEP 532 (remove_files) COMPLETE
57172024-10-31T20:01:09.783Z[ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-10-31T20:01:09.792Z[ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57192024-10-31T20:01:09.792Z[ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO STEP 533 (remove_files) COMPLETE
57202024-10-31T20:01:09.795Z[ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-10-31T20:01:09.802Z[ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57222024-10-31T20:01:09.804Z[ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO STEP 534 (remove_files) COMPLETE
57232024-10-31T20:01:09.804Z[ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-10-31T20:01:09.811Z[ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57252024-10-31T20:01:09.811Z[ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO STEP 535 (remove_files) COMPLETE
57262024-10-31T20:01:09.814Z[ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-10-31T20:01:09.821Z[ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57282024-10-31T20:01:09.821Z[ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO STEP 536 (remove_files) COMPLETE
57292024-10-31T20:01:09.821Z[ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-31T20:01:09.831Z[ recovery-image] Oct 31 20:01:08.732 INFO O| Oct 31 20:01:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57312024-10-31T20:01:09.833Z[ recovery-image] Oct 31 20:01:08.733 INFO O| Oct 31 20:01:08.733 INFO STEP 537 (remove_files) COMPLETE
57322024-10-31T20:01:09.833Z[ recovery-image] Oct 31 20:01:08.733 INFO O| Oct 31 20:01:08.733 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-31T20:01:09.841Z[ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57342024-10-31T20:01:09.841Z[ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO STEP 538 (remove_files) COMPLETE
57352024-10-31T20:01:09.841Z[ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-31T20:01:09.850Z[ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57372024-10-31T20:01:09.853Z[ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO STEP 539 (remove_files) COMPLETE
57382024-10-31T20:01:09.853Z[ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-31T20:01:09.860Z[ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57402024-10-31T20:01:09.862Z[ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO STEP 540 (remove_files) COMPLETE
57412024-10-31T20:01:09.862Z[ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-31T20:01:09.870Z[ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57432024-10-31T20:01:09.870Z[ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO STEP 541 (remove_files) COMPLETE
57442024-10-31T20:01:09.873Z[ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-31T20:01:09.880Z[ recovery-image] Oct 31 20:01:08.781 INFO O| Oct 31 20:01:08.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57462024-10-31T20:01:09.882Z[ recovery-image] Oct 31 20:01:08.782 INFO O| Oct 31 20:01:08.781 INFO STEP 542 (remove_files) COMPLETE
57472024-10-31T20:01:09.882Z[ recovery-image] Oct 31 20:01:08.782 INFO O| Oct 31 20:01:08.781 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-31T20:01:09.889Z[ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57492024-10-31T20:01:09.889Z[ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO STEP 543 (remove_files) COMPLETE
57502024-10-31T20:01:09.889Z[ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-31T20:01:09.899Z[ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57522024-10-31T20:01:09.899Z[ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.801 INFO STEP 544 (remove_files) COMPLETE
57532024-10-31T20:01:09.901Z[ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.801 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-31T20:01:09.908Z[ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57552024-10-31T20:01:09.911Z[ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO STEP 545 (remove_files) COMPLETE
57562024-10-31T20:01:09.911Z[ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-31T20:01:09.918Z[ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57582024-10-31T20:01:09.920Z[ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.820 INFO STEP 546 (remove_files) COMPLETE
57592024-10-31T20:01:09.920Z[ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.820 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-31T20:01:09.928Z[ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57612024-10-31T20:01:09.928Z[ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO STEP 547 (remove_files) COMPLETE
57622024-10-31T20:01:09.928Z[ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-31T20:01:09.937Z[ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57642024-10-31T20:01:09.940Z[ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO STEP 548 (remove_files) COMPLETE
57652024-10-31T20:01:09.940Z[ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-31T20:01:09.945Z[ host-image] Oct 31 20:01:08.847 INFO O| Oct 31 20:01:08.847 INFO O| Done
57672024-10-31T20:01:09.947Z[ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57682024-10-31T20:01:09.948Z[ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO STEP 549 (remove_files) COMPLETE
57692024-10-31T20:01:09.948Z[ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-31T20:01:09.957Z[ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57712024-10-31T20:01:09.957Z[ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO STEP 550 (remove_files) COMPLETE
57722024-10-31T20:01:09.959Z[ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-31T20:01:09.966Z[ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57742024-10-31T20:01:09.966Z[ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO STEP 551 (remove_files) COMPLETE
57752024-10-31T20:01:09.969Z[ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-31T20:01:09.977Z[ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57772024-10-31T20:01:09.977Z[ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO STEP 552 (remove_files) COMPLETE
57782024-10-31T20:01:09.979Z[ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-31T20:01:09.987Z[ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57802024-10-31T20:01:09.989Z[ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO STEP 553 (remove_files) COMPLETE
57812024-10-31T20:01:09.989Z[ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-31T20:01:09.996Z[ recovery-image] Oct 31 20:01:08.898 INFO O| Oct 31 20:01:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57832024-10-31T20:01:09.999Z[ recovery-image] Oct 31 20:01:08.899 INFO O| Oct 31 20:01:08.899 INFO STEP 554 (remove_files) COMPLETE
57842024-10-31T20:01:09.999Z[ recovery-image] Oct 31 20:01:08.899 INFO O| Oct 31 20:01:08.899 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-31T20:01:10.006Z[ recovery-image] Oct 31 20:01:08.908 INFO O| Oct 31 20:01:08.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57862024-10-31T20:01:10.009Z[ recovery-image] Oct 31 20:01:08.909 INFO O| Oct 31 20:01:08.908 INFO STEP 555 (remove_files) COMPLETE
57872024-10-31T20:01:10.009Z[ recovery-image] Oct 31 20:01:08.909 INFO O| Oct 31 20:01:08.909 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-31T20:01:10.016Z[ recovery-image] Oct 31 20:01:08.918 INFO O| Oct 31 20:01:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57892024-10-31T20:01:10.019Z[ recovery-image] Oct 31 20:01:08.919 INFO O| Oct 31 20:01:08.919 INFO STEP 556 (remove_files) COMPLETE
57902024-10-31T20:01:10.019Z[ recovery-image] Oct 31 20:01:08.919 INFO O| Oct 31 20:01:08.919 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-31T20:01:10.027Z[ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57922024-10-31T20:01:10.027Z[ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO STEP 557 (remove_files) COMPLETE
57932024-10-31T20:01:10.029Z[ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-31T20:01:10.036Z[ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57952024-10-31T20:01:10.036Z[ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO STEP 558 (remove_files) COMPLETE
57962024-10-31T20:01:10.037Z[ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-31T20:01:10.046Z[ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57982024-10-31T20:01:10.046Z[ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO STEP 559 (remove_files) COMPLETE
57992024-10-31T20:01:10.046Z[ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-31T20:01:10.055Z[ recovery-image] Oct 31 20:01:08.957 INFO O| Oct 31 20:01:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58012024-10-31T20:01:10.058Z[ recovery-image] Oct 31 20:01:08.958 INFO O| Oct 31 20:01:08.957 INFO STEP 560 (remove_files) COMPLETE
58022024-10-31T20:01:10.058Z[ recovery-image] Oct 31 20:01:08.958 INFO O| Oct 31 20:01:08.958 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-31T20:01:10.065Z[ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58042024-10-31T20:01:10.065Z[ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO STEP 561 (remove_files) COMPLETE
58052024-10-31T20:01:10.068Z[ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-31T20:01:10.075Z[ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58072024-10-31T20:01:10.077Z[ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO STEP 562 (remove_files) COMPLETE
58082024-10-31T20:01:10.078Z[ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-31T20:01:10.085Z[ recovery-image] Oct 31 20:01:08.986 INFO O| Oct 31 20:01:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58102024-10-31T20:01:10.085Z[ recovery-image] Oct 31 20:01:08.986 INFO O| Oct 31 20:01:08.986 INFO STEP 563 (remove_files) COMPLETE
58112024-10-31T20:01:10.087Z[ recovery-image] Oct 31 20:01:08.987 INFO O| Oct 31 20:01:08.986 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-31T20:01:10.094Z[ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58132024-10-31T20:01:10.094Z[ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO STEP 564 (remove_files) COMPLETE
58142024-10-31T20:01:10.097Z[ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-31T20:01:10.104Z[ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58162024-10-31T20:01:10.104Z[ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO STEP 565 (remove_files) COMPLETE
58172024-10-31T20:01:10.107Z[ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-31T20:01:10.115Z[ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58192024-10-31T20:01:10.115Z[ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO STEP 566 (remove_files) COMPLETE
58202024-10-31T20:01:10.115Z[ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-31T20:01:10.124Z[ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58222024-10-31T20:01:10.124Z[ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO STEP 567 (remove_files) COMPLETE
58232024-10-31T20:01:10.127Z[ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-31T20:01:10.134Z[ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58252024-10-31T20:01:10.134Z[ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO STEP 568 (remove_files) COMPLETE
58262024-10-31T20:01:10.135Z[ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-31T20:01:10.144Z[ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58282024-10-31T20:01:10.147Z[ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO STEP 569 (remove_files) COMPLETE
58292024-10-31T20:01:10.147Z[ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-31T20:01:10.154Z[ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58312024-10-31T20:01:10.154Z[ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO STEP 570 (remove_files) COMPLETE
58322024-10-31T20:01:10.154Z[ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-31T20:01:10.164Z[ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58342024-10-31T20:01:10.164Z[ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO STEP 571 (remove_files) COMPLETE
58352024-10-31T20:01:10.164Z[ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-31T20:01:10.174Z[ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58372024-10-31T20:01:10.174Z[ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO STEP 572 (remove_files) COMPLETE
58382024-10-31T20:01:10.176Z[ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-31T20:01:10.183Z[ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58402024-10-31T20:01:10.183Z[ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO STEP 573 (remove_files) COMPLETE
58412024-10-31T20:01:10.186Z[ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-31T20:01:10.193Z[ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58432024-10-31T20:01:10.193Z[ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO STEP 574 (remove_files) COMPLETE
58442024-10-31T20:01:10.196Z[ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-31T20:01:10.204Z[ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58462024-10-31T20:01:10.204Z[ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO STEP 575 (remove_files) COMPLETE
58472024-10-31T20:01:10.206Z[ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-31T20:01:10.213Z[ recovery-image] Oct 31 20:01:09.114 INFO O| Oct 31 20:01:09.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58492024-10-31T20:01:10.213Z[ recovery-image] Oct 31 20:01:09.115 INFO O| Oct 31 20:01:09.114 INFO STEP 576 (remove_files) COMPLETE
58502024-10-31T20:01:10.213Z[ recovery-image] Oct 31 20:01:09.115 INFO O| Oct 31 20:01:09.115 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-31T20:01:10.222Z[ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58522024-10-31T20:01:10.223Z[ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO STEP 577 (remove_files) COMPLETE
58532024-10-31T20:01:10.225Z[ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-31T20:01:10.232Z[ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58552024-10-31T20:01:10.232Z[ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO STEP 578 (remove_files) COMPLETE
58562024-10-31T20:01:10.233Z[ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-31T20:01:10.242Z[ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58582024-10-31T20:01:10.242Z[ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO STEP 579 (remove_files) COMPLETE
58592024-10-31T20:01:10.247Z[ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-31T20:01:10.249Z[ host-image] Oct 31 20:01:09.151 INFO O| Oct 31 20:01:09.151 INFO STEP 11 (pkg_install) COMPLETE
58612024-10-31T20:01:10.249Z[ host-image] Oct 31 20:01:09.151 INFO O| Oct 31 20:01:09.151 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58622024-10-31T20:01:10.252Z[ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58632024-10-31T20:01:10.255Z[ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO STEP 580 (remove_files) COMPLETE
58642024-10-31T20:01:10.255Z[ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-31T20:01:10.259Z[ host-image] Oct 31 20:01:09.161 INFO O| Oct 31 20:01:09.161 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
58662024-10-31T20:01:10.262Z[ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58672024-10-31T20:01:10.265Z[ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO STEP 581 (remove_files) COMPLETE
58682024-10-31T20:01:10.265Z[ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-31T20:01:10.272Z[ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58702024-10-31T20:01:10.272Z[ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO STEP 582 (remove_files) COMPLETE
58712024-10-31T20:01:10.272Z[ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-31T20:01:10.281Z[ recovery-image] Oct 31 20:01:09.183 INFO O| Oct 31 20:01:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58732024-10-31T20:01:10.284Z[ recovery-image] Oct 31 20:01:09.184 INFO O| Oct 31 20:01:09.184 INFO STEP 583 (remove_files) COMPLETE
58742024-10-31T20:01:10.284Z[ recovery-image] Oct 31 20:01:09.184 INFO O| Oct 31 20:01:09.184 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-31T20:01:10.292Z[ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58762024-10-31T20:01:10.294Z[ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO STEP 584 (remove_files) COMPLETE
58772024-10-31T20:01:10.294Z[ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-31T20:01:10.301Z[ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58792024-10-31T20:01:10.301Z[ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO STEP 585 (remove_files) COMPLETE
58802024-10-31T20:01:10.302Z[ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-31T20:01:10.311Z[ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58822024-10-31T20:01:10.311Z[ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO STEP 586 (remove_files) COMPLETE
58832024-10-31T20:01:10.311Z[ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-31T20:01:10.321Z[ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58852024-10-31T20:01:10.321Z[ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO STEP 587 (remove_files) COMPLETE
58862024-10-31T20:01:10.324Z[ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-31T20:01:10.330Z[ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58882024-10-31T20:01:10.330Z[ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO STEP 588 (remove_files) COMPLETE
58892024-10-31T20:01:10.330Z[ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-31T20:01:10.340Z[ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58912024-10-31T20:01:10.340Z[ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO STEP 589 (remove_files) COMPLETE
58922024-10-31T20:01:10.340Z[ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-31T20:01:10.349Z[ recovery-image] Oct 31 20:01:09.251 INFO O| Oct 31 20:01:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58942024-10-31T20:01:10.352Z[ recovery-image] Oct 31 20:01:09.252 INFO O| Oct 31 20:01:09.252 INFO STEP 590 (remove_files) COMPLETE
58952024-10-31T20:01:10.352Z[ recovery-image] Oct 31 20:01:09.252 INFO O| Oct 31 20:01:09.252 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-31T20:01:10.359Z[ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58972024-10-31T20:01:10.362Z[ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO STEP 591 (remove_files) COMPLETE
58982024-10-31T20:01:10.362Z[ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-31T20:01:10.369Z[ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59002024-10-31T20:01:10.370Z[ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO STEP 592 (remove_files) COMPLETE
59012024-10-31T20:01:10.373Z[ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-31T20:01:10.379Z[ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59032024-10-31T20:01:10.381Z[ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO STEP 593 (remove_files) COMPLETE
59042024-10-31T20:01:10.381Z[ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-31T20:01:10.389Z[ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59062024-10-31T20:01:10.389Z[ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO STEP 594 (remove_files) COMPLETE
59072024-10-31T20:01:10.389Z[ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-31T20:01:10.399Z[ recovery-image] Oct 31 20:01:09.300 INFO O| Oct 31 20:01:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59092024-10-31T20:01:10.402Z[ recovery-image] Oct 31 20:01:09.301 INFO O| Oct 31 20:01:09.300 INFO STEP 595 (remove_files) COMPLETE
59102024-10-31T20:01:10.402Z[ recovery-image] Oct 31 20:01:09.301 INFO O| Oct 31 20:01:09.301 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-31T20:01:10.408Z[ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59122024-10-31T20:01:10.411Z[ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO STEP 596 (remove_files) COMPLETE
59132024-10-31T20:01:10.411Z[ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-31T20:01:10.419Z[ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59152024-10-31T20:01:10.419Z[ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO STEP 597 (remove_files) COMPLETE
59162024-10-31T20:01:10.419Z[ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-31T20:01:10.427Z[ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59182024-10-31T20:01:10.430Z[ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO STEP 598 (remove_files) COMPLETE
59192024-10-31T20:01:10.430Z[ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-31T20:01:10.437Z[ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59212024-10-31T20:01:10.438Z[ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO STEP 599 (remove_files) COMPLETE
59222024-10-31T20:01:10.438Z[ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-31T20:01:10.447Z[ recovery-image] Oct 31 20:01:09.348 INFO O| Oct 31 20:01:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59242024-10-31T20:01:10.447Z[ recovery-image] Oct 31 20:01:09.349 INFO O| Oct 31 20:01:09.349 INFO STEP 600 (remove_files) COMPLETE
59252024-10-31T20:01:10.447Z[ recovery-image] Oct 31 20:01:09.349 INFO O| Oct 31 20:01:09.349 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-31T20:01:10.456Z[ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59272024-10-31T20:01:10.459Z[ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO STEP 601 (remove_files) COMPLETE
59282024-10-31T20:01:10.459Z[ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-31T20:01:10.466Z[ recovery-image] Oct 31 20:01:09.367 INFO O| Oct 31 20:01:09.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59302024-10-31T20:01:10.468Z[ recovery-image] Oct 31 20:01:09.368 INFO O| Oct 31 20:01:09.368 INFO STEP 602 (remove_files) COMPLETE
59312024-10-31T20:01:10.468Z[ recovery-image] Oct 31 20:01:09.368 INFO O| Oct 31 20:01:09.368 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-31T20:01:10.475Z[ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59332024-10-31T20:01:10.478Z[ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO STEP 603 (remove_files) COMPLETE
59342024-10-31T20:01:10.478Z[ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-31T20:01:10.485Z[ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59362024-10-31T20:01:10.485Z[ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO STEP 604 (remove_files) COMPLETE
59372024-10-31T20:01:10.485Z[ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-31T20:01:10.494Z[ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59392024-10-31T20:01:10.495Z[ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO STEP 605 (remove_files) COMPLETE
59402024-10-31T20:01:10.498Z[ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-31T20:01:10.504Z[ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59422024-10-31T20:01:10.507Z[ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO STEP 606 (remove_files) COMPLETE
59432024-10-31T20:01:10.507Z[ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-31T20:01:10.514Z[ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59452024-10-31T20:01:10.514Z[ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.416 INFO STEP 607 (remove_files) COMPLETE
59462024-10-31T20:01:10.514Z[ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.416 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-31T20:01:10.523Z[ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59482024-10-31T20:01:10.523Z[ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO STEP 608 (remove_files) COMPLETE
59492024-10-31T20:01:10.523Z[ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-31T20:01:10.533Z[ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59512024-10-31T20:01:10.533Z[ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO STEP 609 (remove_files) COMPLETE
59522024-10-31T20:01:10.533Z[ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-31T20:01:10.542Z[ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59542024-10-31T20:01:10.542Z[ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO STEP 610 (remove_files) COMPLETE
59552024-10-31T20:01:10.545Z[ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-31T20:01:10.553Z[ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59572024-10-31T20:01:10.556Z[ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO STEP 611 (remove_files) COMPLETE
59582024-10-31T20:01:10.556Z[ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-31T20:01:10.562Z[ recovery-image] Oct 31 20:01:09.463 INFO O| Oct 31 20:01:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59602024-10-31T20:01:10.566Z[ recovery-image] Oct 31 20:01:09.464 INFO O| Oct 31 20:01:09.464 INFO STEP 612 (remove_files) COMPLETE
59612024-10-31T20:01:10.566Z[ recovery-image] Oct 31 20:01:09.464 INFO O| Oct 31 20:01:09.464 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-31T20:01:10.572Z[ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59632024-10-31T20:01:10.574Z[ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.474 INFO STEP 613 (remove_files) COMPLETE
59642024-10-31T20:01:10.574Z[ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.474 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-31T20:01:10.581Z[ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59662024-10-31T20:01:10.581Z[ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO STEP 614 (remove_files) COMPLETE
59672024-10-31T20:01:10.587Z[ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-31T20:01:10.591Z[ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59692024-10-31T20:01:10.591Z[ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO STEP 615 (remove_files) COMPLETE
59702024-10-31T20:01:10.594Z[ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-31T20:01:10.600Z[ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59722024-10-31T20:01:10.600Z[ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO STEP 616 (remove_files) COMPLETE
59732024-10-31T20:01:10.600Z[ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-31T20:01:10.610Z[ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59752024-10-31T20:01:10.610Z[ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO STEP 617 (remove_files) COMPLETE
59762024-10-31T20:01:10.612Z[ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-31T20:01:10.620Z[ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59782024-10-31T20:01:10.623Z[ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO STEP 618 (remove_files) COMPLETE
59792024-10-31T20:01:10.623Z[ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-31T20:01:10.629Z[ recovery-image] Oct 31 20:01:09.530 INFO O| Oct 31 20:01:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59812024-10-31T20:01:10.631Z[ recovery-image] Oct 31 20:01:09.531 INFO O| Oct 31 20:01:09.531 INFO STEP 619 (remove_files) COMPLETE
59822024-10-31T20:01:10.631Z[ recovery-image] Oct 31 20:01:09.531 INFO O| Oct 31 20:01:09.531 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-31T20:01:10.638Z[ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59842024-10-31T20:01:10.638Z[ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO STEP 620 (remove_files) COMPLETE
59852024-10-31T20:01:10.641Z[ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-31T20:01:10.648Z[ recovery-image] Oct 31 20:01:09.549 INFO O| Oct 31 20:01:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59872024-10-31T20:01:10.648Z[ recovery-image] Oct 31 20:01:09.549 INFO O| Oct 31 20:01:09.549 INFO STEP 621 (remove_files) COMPLETE
59882024-10-31T20:01:10.651Z[ recovery-image] Oct 31 20:01:09.550 INFO O| Oct 31 20:01:09.549 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-31T20:01:10.657Z[ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59902024-10-31T20:01:10.657Z[ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO STEP 622 (remove_files) COMPLETE
59912024-10-31T20:01:10.657Z[ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-31T20:01:10.667Z[ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59932024-10-31T20:01:10.667Z[ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.569 INFO STEP 623 (remove_files) COMPLETE
59942024-10-31T20:01:10.670Z[ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.569 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-31T20:01:10.677Z[ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59962024-10-31T20:01:10.677Z[ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO STEP 624 (remove_files) COMPLETE
59972024-10-31T20:01:10.679Z[ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-31T20:01:10.686Z[ recovery-image] Oct 31 20:01:09.588 INFO O| Oct 31 20:01:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59992024-10-31T20:01:10.689Z[ recovery-image] Oct 31 20:01:09.589 INFO O| Oct 31 20:01:09.588 INFO STEP 625 (remove_files) COMPLETE
60002024-10-31T20:01:10.689Z[ recovery-image] Oct 31 20:01:09.589 INFO O| Oct 31 20:01:09.589 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-31T20:01:10.696Z[ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60022024-10-31T20:01:10.696Z[ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO STEP 626 (remove_files) COMPLETE
60032024-10-31T20:01:10.696Z[ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-31T20:01:10.706Z[ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60052024-10-31T20:01:10.708Z[ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO STEP 627 (remove_files) COMPLETE
60062024-10-31T20:01:10.708Z[ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-31T20:01:10.715Z[ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60082024-10-31T20:01:10.715Z[ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO STEP 628 (remove_files) COMPLETE
60092024-10-31T20:01:10.715Z[ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-31T20:01:10.725Z[ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60112024-10-31T20:01:10.728Z[ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO STEP 629 (remove_files) COMPLETE
60122024-10-31T20:01:10.728Z[ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-31T20:01:10.735Z[ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60142024-10-31T20:01:10.735Z[ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO STEP 630 (remove_files) COMPLETE
60152024-10-31T20:01:10.738Z[ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-31T20:01:10.745Z[ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60172024-10-31T20:01:10.747Z[ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.647 INFO STEP 631 (remove_files) COMPLETE
60182024-10-31T20:01:10.747Z[ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.647 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-31T20:01:10.754Z[ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60202024-10-31T20:01:10.754Z[ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO STEP 632 (remove_files) COMPLETE
60212024-10-31T20:01:10.757Z[ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-31T20:01:10.764Z[ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60232024-10-31T20:01:10.764Z[ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO STEP 633 (remove_files) COMPLETE
60242024-10-31T20:01:10.764Z[ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-31T20:01:10.773Z[ host-image] Oct 31 20:01:09.675 INFO O| Oct 31 20:01:09.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60262024-10-31T20:01:10.777Z[ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60272024-10-31T20:01:10.777Z[ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO STEP 634 (remove_files) COMPLETE
60282024-10-31T20:01:10.777Z[ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-31T20:01:10.783Z[ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60302024-10-31T20:01:10.783Z[ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO STEP 635 (remove_files) COMPLETE
60312024-10-31T20:01:10.783Z[ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-31T20:01:10.794Z[ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60332024-10-31T20:01:10.794Z[ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO STEP 636 (remove_files) COMPLETE
60342024-10-31T20:01:10.794Z[ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-31T20:01:10.804Z[ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60362024-10-31T20:01:10.804Z[ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO STEP 637 (remove_files) COMPLETE
60372024-10-31T20:01:10.804Z[ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-31T20:01:10.813Z[ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60392024-10-31T20:01:10.813Z[ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO STEP 638 (remove_files) COMPLETE
60402024-10-31T20:01:10.813Z[ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-31T20:01:10.824Z[ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60422024-10-31T20:01:10.824Z[ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO STEP 639 (remove_files) COMPLETE
60432024-10-31T20:01:10.826Z[ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-31T20:01:10.833Z[ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60452024-10-31T20:01:10.836Z[ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO STEP 640 (remove_files) COMPLETE
60462024-10-31T20:01:10.836Z[ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-31T20:01:10.843Z[ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60482024-10-31T20:01:10.846Z[ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO STEP 641 (remove_files) COMPLETE
60492024-10-31T20:01:10.846Z[ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-31T20:01:10.853Z[ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60512024-10-31T20:01:10.853Z[ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO STEP 642 (remove_files) COMPLETE
60522024-10-31T20:01:10.853Z[ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-31T20:01:10.863Z[ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60542024-10-31T20:01:10.866Z[ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO STEP 643 (remove_files) COMPLETE
60552024-10-31T20:01:10.866Z[ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-31T20:01:10.873Z[ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60572024-10-31T20:01:10.873Z[ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO STEP 644 (remove_files) COMPLETE
60582024-10-31T20:01:10.876Z[ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-31T20:01:10.884Z[ recovery-image] Oct 31 20:01:09.785 INFO O| Oct 31 20:01:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60602024-10-31T20:01:10.886Z[ recovery-image] Oct 31 20:01:09.786 INFO O| Oct 31 20:01:09.785 INFO STEP 645 (remove_files) COMPLETE
60612024-10-31T20:01:10.886Z[ recovery-image] Oct 31 20:01:09.786 INFO O| Oct 31 20:01:09.785 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-31T20:01:10.893Z[ recovery-image] Oct 31 20:01:09.795 INFO O| Oct 31 20:01:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60632024-10-31T20:01:10.896Z[ recovery-image] Oct 31 20:01:09.796 INFO O| Oct 31 20:01:09.796 INFO STEP 646 (remove_files) COMPLETE
60642024-10-31T20:01:10.896Z[ recovery-image] Oct 31 20:01:09.796 INFO O| Oct 31 20:01:09.796 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-31T20:01:10.905Z[ recovery-image] Oct 31 20:01:09.806 INFO O| Oct 31 20:01:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60662024-10-31T20:01:10.905Z[ recovery-image] Oct 31 20:01:09.807 INFO O| Oct 31 20:01:09.806 INFO STEP 647 (remove_files) COMPLETE
60672024-10-31T20:01:10.907Z[ recovery-image] Oct 31 20:01:09.807 INFO O| Oct 31 20:01:09.807 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-31T20:01:10.914Z[ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60692024-10-31T20:01:10.914Z[ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO STEP 648 (remove_files) COMPLETE
60702024-10-31T20:01:10.917Z[ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-31T20:01:10.924Z[ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60722024-10-31T20:01:10.924Z[ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO STEP 649 (remove_files) COMPLETE
60732024-10-31T20:01:10.924Z[ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-31T20:01:10.935Z[ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60752024-10-31T20:01:10.935Z[ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO STEP 650 (remove_files) COMPLETE
60762024-10-31T20:01:10.935Z[ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-31T20:01:10.945Z[ recovery-image] Oct 31 20:01:09.846 INFO O| Oct 31 20:01:09.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60782024-10-31T20:01:10.947Z[ recovery-image] Oct 31 20:01:09.847 INFO O| Oct 31 20:01:09.847 INFO STEP 651 (remove_files) COMPLETE
60792024-10-31T20:01:10.947Z[ recovery-image] Oct 31 20:01:09.847 INFO O| Oct 31 20:01:09.847 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-31T20:01:10.955Z[ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60812024-10-31T20:01:10.957Z[ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO STEP 652 (remove_files) COMPLETE
60822024-10-31T20:01:10.957Z[ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-31T20:01:10.964Z[ recovery-image] Oct 31 20:01:09.866 INFO O| Oct 31 20:01:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60842024-10-31T20:01:10.967Z[ recovery-image] Oct 31 20:01:09.867 INFO O| Oct 31 20:01:09.867 INFO STEP 653 (remove_files) COMPLETE
60852024-10-31T20:01:10.967Z[ recovery-image] Oct 31 20:01:09.867 INFO O| Oct 31 20:01:09.867 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-31T20:01:10.976Z[ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60872024-10-31T20:01:10.980Z[ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO STEP 654 (remove_files) COMPLETE
60882024-10-31T20:01:10.980Z[ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-31T20:01:10.987Z[ recovery-image] Oct 31 20:01:09.888 INFO O| Oct 31 20:01:09.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60902024-10-31T20:01:10.989Z[ recovery-image] Oct 31 20:01:09.889 INFO O| Oct 31 20:01:09.888 INFO STEP 655 (remove_files) COMPLETE
60912024-10-31T20:01:10.989Z[ recovery-image] Oct 31 20:01:09.889 INFO O| Oct 31 20:01:09.889 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-31T20:01:10.996Z[ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60932024-10-31T20:01:10.999Z[ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO STEP 656 (remove_files) COMPLETE
60942024-10-31T20:01:10.999Z[ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-31T20:01:11.008Z[ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60962024-10-31T20:01:11.010Z[ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO STEP 657 (remove_files) COMPLETE
60972024-10-31T20:01:11.010Z[ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-31T20:01:11.018Z[ recovery-image] Oct 31 20:01:09.919 INFO O| Oct 31 20:01:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60992024-10-31T20:01:11.018Z[ recovery-image] Oct 31 20:01:09.920 INFO O| Oct 31 20:01:09.920 INFO STEP 658 (remove_files) COMPLETE
61002024-10-31T20:01:11.020Z[ recovery-image] Oct 31 20:01:09.920 INFO O| Oct 31 20:01:09.920 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-31T20:01:11.028Z[ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61022024-10-31T20:01:11.028Z[ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO STEP 659 (remove_files) COMPLETE
61032024-10-31T20:01:11.030Z[ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-31T20:01:11.037Z[ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61052024-10-31T20:01:11.040Z[ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO STEP 660 (remove_files) COMPLETE
61062024-10-31T20:01:11.040Z[ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-31T20:01:11.047Z[ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61082024-10-31T20:01:11.050Z[ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO STEP 661 (remove_files) COMPLETE
61092024-10-31T20:01:11.050Z[ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-31T20:01:11.056Z[ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61112024-10-31T20:01:11.059Z[ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO STEP 662 (remove_files) COMPLETE
61122024-10-31T20:01:11.059Z[ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-31T20:01:11.066Z[ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61142024-10-31T20:01:11.069Z[ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO STEP 663 (remove_files) COMPLETE
61152024-10-31T20:01:11.069Z[ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-31T20:01:11.076Z[ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61172024-10-31T20:01:11.076Z[ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO STEP 664 (remove_files) COMPLETE
61182024-10-31T20:01:11.076Z[ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-31T20:01:11.086Z[ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61202024-10-31T20:01:11.086Z[ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO STEP 665 (remove_files) COMPLETE
61212024-10-31T20:01:11.088Z[ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-31T20:01:11.101Z[ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61232024-10-31T20:01:11.101Z[ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO STEP 666 (remove_files) COMPLETE
61242024-10-31T20:01:11.104Z[ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-31T20:01:11.106Z[ recovery-image] Oct 31 20:01:10.007 INFO O| Oct 31 20:01:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61262024-10-31T20:01:11.106Z[ recovery-image] Oct 31 20:01:10.007 INFO O| Oct 31 20:01:10.007 INFO STEP 667 (remove_files) COMPLETE
61272024-10-31T20:01:11.106Z[ recovery-image] Oct 31 20:01:10.008 INFO O| Oct 31 20:01:10.007 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-31T20:01:11.116Z[ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61292024-10-31T20:01:11.116Z[ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO STEP 668 (remove_files) COMPLETE
61302024-10-31T20:01:11.116Z[ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-31T20:01:11.126Z[ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61322024-10-31T20:01:11.126Z[ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO STEP 669 (remove_files) COMPLETE
61332024-10-31T20:01:11.126Z[ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-31T20:01:11.138Z[ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61352024-10-31T20:01:11.138Z[ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO STEP 670 (remove_files) COMPLETE
61362024-10-31T20:01:11.141Z[ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-31T20:01:11.149Z[ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61382024-10-31T20:01:11.149Z[ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO STEP 671 (remove_files) COMPLETE
61392024-10-31T20:01:11.149Z[ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-31T20:01:11.159Z[ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61412024-10-31T20:01:11.162Z[ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO STEP 672 (remove_files) COMPLETE
61422024-10-31T20:01:11.162Z[ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-31T20:01:11.169Z[ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61442024-10-31T20:01:11.169Z[ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO STEP 673 (remove_files) COMPLETE
61452024-10-31T20:01:11.172Z[ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-31T20:01:11.179Z[ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61472024-10-31T20:01:11.180Z[ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO STEP 674 (remove_files) COMPLETE
61482024-10-31T20:01:11.180Z[ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-31T20:01:11.190Z[ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61502024-10-31T20:01:11.190Z[ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO STEP 675 (remove_files) COMPLETE
61512024-10-31T20:01:11.190Z[ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-31T20:01:11.199Z[ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61532024-10-31T20:01:11.201Z[ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO STEP 676 (remove_files) COMPLETE
61542024-10-31T20:01:11.201Z[ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-31T20:01:11.208Z[ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61562024-10-31T20:01:11.209Z[ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO STEP 677 (remove_files) COMPLETE
61572024-10-31T20:01:11.209Z[ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-31T20:01:11.218Z[ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61592024-10-31T20:01:11.218Z[ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO STEP 678 (remove_files) COMPLETE
61602024-10-31T20:01:11.218Z[ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-31T20:01:11.228Z[ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61622024-10-31T20:01:11.230Z[ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO STEP 679 (remove_files) COMPLETE
61632024-10-31T20:01:11.230Z[ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-31T20:01:11.238Z[ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61652024-10-31T20:01:11.238Z[ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO STEP 680 (remove_files) COMPLETE
61662024-10-31T20:01:11.238Z[ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-31T20:01:11.251Z[ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61682024-10-31T20:01:11.251Z[ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO STEP 681 (remove_files) COMPLETE
61692024-10-31T20:01:11.251Z[ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-31T20:01:11.258Z[ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61712024-10-31T20:01:11.259Z[ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO STEP 682 (remove_files) COMPLETE
61722024-10-31T20:01:11.262Z[ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-31T20:01:11.269Z[ recovery-image] Oct 31 20:01:10.171 INFO O| Oct 31 20:01:10.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61742024-10-31T20:01:11.271Z[ recovery-image] Oct 31 20:01:10.172 INFO O| Oct 31 20:01:10.172 INFO STEP 683 (remove_files) COMPLETE
61752024-10-31T20:01:11.271Z[ recovery-image] Oct 31 20:01:10.172 INFO O| Oct 31 20:01:10.172 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-31T20:01:11.280Z[ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61772024-10-31T20:01:11.280Z[ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO STEP 684 (remove_files) COMPLETE
61782024-10-31T20:01:11.282Z[ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-31T20:01:11.290Z[ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61802024-10-31T20:01:11.290Z[ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO STEP 685 (remove_files) COMPLETE
61812024-10-31T20:01:11.290Z[ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-31T20:01:11.300Z[ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61832024-10-31T20:01:11.302Z[ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO STEP 686 (remove_files) COMPLETE
61842024-10-31T20:01:11.302Z[ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-31T20:01:11.310Z[ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61862024-10-31T20:01:11.310Z[ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO STEP 687 (remove_files) COMPLETE
61872024-10-31T20:01:11.310Z[ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-31T20:01:11.321Z[ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61892024-10-31T20:01:11.321Z[ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO STEP 688 (remove_files) COMPLETE
61902024-10-31T20:01:11.321Z[ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-31T20:01:11.332Z[ recovery-image] Oct 31 20:01:10.233 INFO O| Oct 31 20:01:10.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61922024-10-31T20:01:11.332Z[ recovery-image] Oct 31 20:01:10.234 INFO O| Oct 31 20:01:10.234 INFO STEP 689 (remove_files) COMPLETE
61932024-10-31T20:01:11.332Z[ recovery-image] Oct 31 20:01:10.234 INFO O| Oct 31 20:01:10.234 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-31T20:01:11.342Z[ recovery-image] Oct 31 20:01:10.243 INFO O| Oct 31 20:01:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61952024-10-31T20:01:11.350Z[ recovery-image] Oct 31 20:01:10.244 INFO O| Oct 31 20:01:10.243 INFO STEP 690 (remove_files) COMPLETE
61962024-10-31T20:01:11.350Z[ recovery-image] Oct 31 20:01:10.244 INFO O| Oct 31 20:01:10.244 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-31T20:01:11.354Z[ recovery-image] Oct 31 20:01:10.253 INFO O| Oct 31 20:01:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61982024-10-31T20:01:11.354Z[ recovery-image] Oct 31 20:01:10.254 INFO O| Oct 31 20:01:10.253 INFO STEP 691 (remove_files) COMPLETE
61992024-10-31T20:01:11.354Z[ recovery-image] Oct 31 20:01:10.254 INFO O| Oct 31 20:01:10.253 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-31T20:01:11.361Z[ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62012024-10-31T20:01:11.361Z[ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO STEP 692 (remove_files) COMPLETE
62022024-10-31T20:01:11.364Z[ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-10-31T20:01:11.371Z[ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62042024-10-31T20:01:11.371Z[ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO STEP 693 (remove_files) COMPLETE
62052024-10-31T20:01:11.371Z[ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-10-31T20:01:11.381Z[ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62072024-10-31T20:01:11.381Z[ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO STEP 694 (remove_files) COMPLETE
62082024-10-31T20:01:11.383Z[ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-10-31T20:01:11.390Z[ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62102024-10-31T20:01:11.390Z[ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO STEP 695 (remove_files) COMPLETE
62112024-10-31T20:01:11.393Z[ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-10-31T20:01:11.400Z[ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62132024-10-31T20:01:11.400Z[ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO STEP 696 (remove_files) COMPLETE
62142024-10-31T20:01:11.402Z[ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-10-31T20:01:11.410Z[ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62162024-10-31T20:01:11.410Z[ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.312 INFO STEP 697 (remove_files) COMPLETE
62172024-10-31T20:01:11.410Z[ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.312 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-10-31T20:01:11.419Z[ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62192024-10-31T20:01:11.419Z[ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO STEP 698 (remove_files) COMPLETE
62202024-10-31T20:01:11.419Z[ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-10-31T20:01:11.430Z[ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62222024-10-31T20:01:11.430Z[ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO STEP 699 (remove_files) COMPLETE
62232024-10-31T20:01:11.430Z[ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-10-31T20:01:11.439Z[ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62252024-10-31T20:01:11.443Z[ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO STEP 700 (remove_files) COMPLETE
62262024-10-31T20:01:11.443Z[ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-10-31T20:01:11.449Z[ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62282024-10-31T20:01:11.449Z[ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO STEP 701 (remove_files) COMPLETE
62292024-10-31T20:01:11.449Z[ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-10-31T20:01:11.458Z[ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62312024-10-31T20:01:11.458Z[ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO STEP 702 (remove_files) COMPLETE
62322024-10-31T20:01:11.458Z[ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-31T20:01:11.468Z[ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62342024-10-31T20:01:11.468Z[ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO STEP 703 (remove_files) COMPLETE
62352024-10-31T20:01:11.468Z[ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-31T20:01:11.477Z[ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62372024-10-31T20:01:11.480Z[ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO STEP 704 (remove_files) COMPLETE
62382024-10-31T20:01:11.480Z[ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-10-31T20:01:11.486Z[ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62402024-10-31T20:01:11.489Z[ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO STEP 705 (remove_files) COMPLETE
62412024-10-31T20:01:11.489Z[ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-10-31T20:01:11.496Z[ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62432024-10-31T20:01:11.496Z[ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO STEP 706 (remove_files) COMPLETE
62442024-10-31T20:01:11.496Z[ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-10-31T20:01:11.506Z[ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62462024-10-31T20:01:11.509Z[ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO STEP 707 (remove_files) COMPLETE
62472024-10-31T20:01:11.509Z[ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-10-31T20:01:11.515Z[ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62492024-10-31T20:01:11.517Z[ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO STEP 708 (remove_files) COMPLETE
62502024-10-31T20:01:11.517Z[ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-10-31T20:01:11.524Z[ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62522024-10-31T20:01:11.524Z[ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO STEP 709 (remove_files) COMPLETE
62532024-10-31T20:01:11.527Z[ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-31T20:01:11.534Z[ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62552024-10-31T20:01:11.534Z[ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO STEP 710 (remove_files) COMPLETE
62562024-10-31T20:01:11.536Z[ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-10-31T20:01:11.544Z[ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62582024-10-31T20:01:11.544Z[ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO STEP 711 (remove_files) COMPLETE
62592024-10-31T20:01:11.544Z[ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-10-31T20:01:11.555Z[ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62612024-10-31T20:01:11.558Z[ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO STEP 712 (remove_files) COMPLETE
62622024-10-31T20:01:11.558Z[ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-10-31T20:01:11.565Z[ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62642024-10-31T20:01:11.567Z[ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.467 INFO STEP 713 (remove_files) COMPLETE
62652024-10-31T20:01:11.567Z[ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.467 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-10-31T20:01:11.574Z[ recovery-image] Oct 31 20:01:10.476 INFO O| Oct 31 20:01:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62672024-10-31T20:01:11.575Z[ recovery-image] Oct 31 20:01:10.476 INFO O| Oct 31 20:01:10.476 INFO STEP 714 (remove_files) COMPLETE
62682024-10-31T20:01:11.577Z[ recovery-image] Oct 31 20:01:10.477 INFO O| Oct 31 20:01:10.476 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-10-31T20:01:11.584Z[ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62702024-10-31T20:01:11.587Z[ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO STEP 715 (remove_files) COMPLETE
62712024-10-31T20:01:11.587Z[ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-31T20:01:11.594Z[ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62732024-10-31T20:01:11.597Z[ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO STEP 716 (remove_files) COMPLETE
62742024-10-31T20:01:11.597Z[ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-31T20:01:11.604Z[ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62762024-10-31T20:01:11.604Z[ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO STEP 717 (remove_files) COMPLETE
62772024-10-31T20:01:11.604Z[ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-31T20:01:11.614Z[ recovery-image] Oct 31 20:01:10.515 INFO O| Oct 31 20:01:10.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62792024-10-31T20:01:11.614Z[ recovery-image] Oct 31 20:01:10.516 INFO O| Oct 31 20:01:10.515 INFO STEP 718 (remove_files) COMPLETE
62802024-10-31T20:01:11.617Z[ recovery-image] Oct 31 20:01:10.516 INFO O| Oct 31 20:01:10.516 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-31T20:01:11.623Z[ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62822024-10-31T20:01:11.626Z[ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO STEP 719 (remove_files) COMPLETE
62832024-10-31T20:01:11.626Z[ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-10-31T20:01:11.633Z[ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62852024-10-31T20:01:11.636Z[ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO STEP 720 (remove_files) COMPLETE
62862024-10-31T20:01:11.636Z[ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-31T20:01:11.643Z[ recovery-image] Oct 31 20:01:10.544 INFO O| Oct 31 20:01:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62882024-10-31T20:01:11.643Z[ recovery-image] Oct 31 20:01:10.544 INFO O| Oct 31 20:01:10.544 INFO STEP 721 (remove_files) COMPLETE
62892024-10-31T20:01:11.643Z[ recovery-image] Oct 31 20:01:10.545 INFO O| Oct 31 20:01:10.544 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-31T20:01:11.653Z[ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62912024-10-31T20:01:11.655Z[ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO STEP 722 (remove_files) COMPLETE
62922024-10-31T20:01:11.655Z[ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-31T20:01:11.662Z[ recovery-image] Oct 31 20:01:10.563 INFO O| Oct 31 20:01:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62942024-10-31T20:01:11.664Z[ recovery-image] Oct 31 20:01:10.563 INFO O| Oct 31 20:01:10.563 INFO STEP 723 (remove_files) COMPLETE
62952024-10-31T20:01:11.664Z[ recovery-image] Oct 31 20:01:10.564 INFO O| Oct 31 20:01:10.563 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-31T20:01:11.671Z[ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62972024-10-31T20:01:11.671Z[ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO STEP 724 (remove_files) COMPLETE
62982024-10-31T20:01:11.671Z[ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-31T20:01:11.680Z[ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63002024-10-31T20:01:11.680Z[ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO STEP 725 (remove_files) COMPLETE
63012024-10-31T20:01:11.680Z[ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-31T20:01:11.690Z[ recovery-image] Oct 31 20:01:10.591 INFO O| Oct 31 20:01:10.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63032024-10-31T20:01:11.692Z[ recovery-image] Oct 31 20:01:10.592 INFO O| Oct 31 20:01:10.591 INFO STEP 726 (remove_files) COMPLETE
63042024-10-31T20:01:11.692Z[ recovery-image] Oct 31 20:01:10.592 INFO O| Oct 31 20:01:10.591 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-31T20:01:11.699Z[ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63062024-10-31T20:01:11.701Z[ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO STEP 727 (remove_files) COMPLETE
63072024-10-31T20:01:11.701Z[ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-31T20:01:11.708Z[ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63092024-10-31T20:01:11.711Z[ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO STEP 728 (remove_files) COMPLETE
63102024-10-31T20:01:11.711Z[ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-31T20:01:11.719Z[ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63122024-10-31T20:01:11.722Z[ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO STEP 729 (remove_files) COMPLETE
63132024-10-31T20:01:11.722Z[ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-31T20:01:11.728Z[ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63152024-10-31T20:01:11.732Z[ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO STEP 730 (remove_files) COMPLETE
63162024-10-31T20:01:11.732Z[ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-31T20:01:11.737Z[ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63182024-10-31T20:01:11.737Z[ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO STEP 731 (remove_files) COMPLETE
63192024-10-31T20:01:11.740Z[ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-31T20:01:11.747Z[ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63212024-10-31T20:01:11.747Z[ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO STEP 732 (remove_files) COMPLETE
63222024-10-31T20:01:11.747Z[ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-31T20:01:11.756Z[ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63242024-10-31T20:01:11.756Z[ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO STEP 733 (remove_files) COMPLETE
63252024-10-31T20:01:11.758Z[ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-31T20:01:11.765Z[ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63272024-10-31T20:01:11.765Z[ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO STEP 734 (remove_files) COMPLETE
63282024-10-31T20:01:11.768Z[ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-31T20:01:11.775Z[ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63302024-10-31T20:01:11.777Z[ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.677 INFO STEP 735 (remove_files) COMPLETE
63312024-10-31T20:01:11.777Z[ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.677 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-31T20:01:11.784Z[ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63332024-10-31T20:01:11.784Z[ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO STEP 736 (remove_files) COMPLETE
63342024-10-31T20:01:11.784Z[ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-31T20:01:11.794Z[ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63362024-10-31T20:01:11.796Z[ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO STEP 737 (remove_files) COMPLETE
63372024-10-31T20:01:11.796Z[ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-31T20:01:11.803Z[ recovery-image] Oct 31 20:01:10.704 INFO O| Oct 31 20:01:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63392024-10-31T20:01:11.803Z[ recovery-image] Oct 31 20:01:10.705 INFO O| Oct 31 20:01:10.705 INFO STEP 738 (remove_files) COMPLETE
63402024-10-31T20:01:11.803Z[ recovery-image] Oct 31 20:01:10.705 INFO O| Oct 31 20:01:10.705 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-31T20:01:11.812Z[ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63422024-10-31T20:01:11.812Z[ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO STEP 739 (remove_files) COMPLETE
63432024-10-31T20:01:11.812Z[ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-31T20:01:11.822Z[ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63452024-10-31T20:01:11.824Z[ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO STEP 740 (remove_files) COMPLETE
63462024-10-31T20:01:11.824Z[ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-31T20:01:11.831Z[ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63482024-10-31T20:01:11.831Z[ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO STEP 741 (remove_files) COMPLETE
63492024-10-31T20:01:11.834Z[ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-31T20:01:11.841Z[ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63512024-10-31T20:01:11.841Z[ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO STEP 742 (remove_files) COMPLETE
63522024-10-31T20:01:11.844Z[ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-31T20:01:11.851Z[ recovery-image] Oct 31 20:01:10.752 INFO O| Oct 31 20:01:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63542024-10-31T20:01:11.853Z[ recovery-image] Oct 31 20:01:10.753 INFO O| Oct 31 20:01:10.753 INFO STEP 743 (remove_files) COMPLETE
63552024-10-31T20:01:11.853Z[ recovery-image] Oct 31 20:01:10.753 INFO O| Oct 31 20:01:10.753 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-31T20:01:11.860Z[ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63572024-10-31T20:01:11.860Z[ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO STEP 744 (remove_files) COMPLETE
63582024-10-31T20:01:11.860Z[ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-31T20:01:11.870Z[ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63602024-10-31T20:01:11.870Z[ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO STEP 745 (remove_files) COMPLETE
63612024-10-31T20:01:11.873Z[ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-31T20:01:11.880Z[ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63632024-10-31T20:01:11.880Z[ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO STEP 746 (remove_files) COMPLETE
63642024-10-31T20:01:11.882Z[ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-31T20:01:11.891Z[ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63662024-10-31T20:01:11.891Z[ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO STEP 747 (remove_files) COMPLETE
63672024-10-31T20:01:11.894Z[ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-31T20:01:11.901Z[ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63692024-10-31T20:01:11.904Z[ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO STEP 748 (remove_files) COMPLETE
63702024-10-31T20:01:11.904Z[ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-31T20:01:11.911Z[ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63722024-10-31T20:01:11.912Z[ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO STEP 749 (remove_files) COMPLETE
63732024-10-31T20:01:11.914Z[ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-31T20:01:11.922Z[ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63752024-10-31T20:01:11.922Z[ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO STEP 750 (remove_files) COMPLETE
63762024-10-31T20:01:11.924Z[ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-31T20:01:11.931Z[ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63782024-10-31T20:01:11.931Z[ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO STEP 751 (remove_files) COMPLETE
63792024-10-31T20:01:11.934Z[ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-31T20:01:11.941Z[ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63812024-10-31T20:01:11.943Z[ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO STEP 752 (remove_files) COMPLETE
63822024-10-31T20:01:11.944Z[ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-31T20:01:11.951Z[ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63842024-10-31T20:01:11.953Z[ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO STEP 753 (remove_files) COMPLETE
63852024-10-31T20:01:11.954Z[ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-31T20:01:11.961Z[ recovery-image] Oct 31 20:01:10.862 INFO O| Oct 31 20:01:10.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63872024-10-31T20:01:11.963Z[ recovery-image] Oct 31 20:01:10.863 INFO O| Oct 31 20:01:10.863 INFO STEP 754 (remove_files) COMPLETE
63882024-10-31T20:01:11.963Z[ recovery-image] Oct 31 20:01:10.863 INFO O| Oct 31 20:01:10.863 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-31T20:01:11.972Z[ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63902024-10-31T20:01:11.974Z[ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO STEP 755 (remove_files) COMPLETE
63912024-10-31T20:01:11.974Z[ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-31T20:01:11.982Z[ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63932024-10-31T20:01:11.982Z[ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO STEP 756 (remove_files) COMPLETE
63942024-10-31T20:01:11.982Z[ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-31T20:01:11.992Z[ recovery-image] Oct 31 20:01:10.893 INFO O| Oct 31 20:01:10.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63962024-10-31T20:01:11.992Z[ recovery-image] Oct 31 20:01:10.894 INFO O| Oct 31 20:01:10.893 INFO STEP 757 (remove_files) COMPLETE
63972024-10-31T20:01:11.995Z[ recovery-image] Oct 31 20:01:10.894 INFO O| Oct 31 20:01:10.894 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-10-31T20:01:12.001Z[ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63992024-10-31T20:01:12.004Z[ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO STEP 758 (remove_files) COMPLETE
64002024-10-31T20:01:12.004Z[ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-10-31T20:01:12.011Z[ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64022024-10-31T20:01:12.013Z[ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO STEP 759 (remove_files) COMPLETE
64032024-10-31T20:01:12.013Z[ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-10-31T20:01:12.021Z[ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64052024-10-31T20:01:12.021Z[ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO STEP 760 (remove_files) COMPLETE
64062024-10-31T20:01:12.021Z[ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-10-31T20:01:12.030Z[ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64082024-10-31T20:01:12.033Z[ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO STEP 761 (remove_files) COMPLETE
64092024-10-31T20:01:12.033Z[ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-31T20:01:12.040Z[ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64112024-10-31T20:01:12.043Z[ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO STEP 762 (remove_files) COMPLETE
64122024-10-31T20:01:12.043Z[ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-31T20:01:12.050Z[ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64142024-10-31T20:01:12.050Z[ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO STEP 763 (remove_files) COMPLETE
64152024-10-31T20:01:12.050Z[ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-31T20:01:12.060Z[ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64172024-10-31T20:01:12.060Z[ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO STEP 764 (remove_files) COMPLETE
64182024-10-31T20:01:12.060Z[ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-31T20:01:12.071Z[ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64202024-10-31T20:01:12.073Z[ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO STEP 765 (remove_files) COMPLETE
64212024-10-31T20:01:12.073Z[ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-31T20:01:12.082Z[ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64232024-10-31T20:01:12.085Z[ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO STEP 766 (remove_files) COMPLETE
64242024-10-31T20:01:12.085Z[ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-31T20:01:12.092Z[ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64262024-10-31T20:01:12.094Z[ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO STEP 767 (remove_files) COMPLETE
64272024-10-31T20:01:12.094Z[ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-31T20:01:12.102Z[ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64292024-10-31T20:01:12.102Z[ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO STEP 768 (remove_files) COMPLETE
64302024-10-31T20:01:12.105Z[ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-31T20:01:12.115Z[ recovery-image] Oct 31 20:01:11.016 INFO O| Oct 31 20:01:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64322024-10-31T20:01:12.117Z[ recovery-image] Oct 31 20:01:11.017 INFO O| Oct 31 20:01:11.016 INFO STEP 769 (remove_files) COMPLETE
64332024-10-31T20:01:12.117Z[ recovery-image] Oct 31 20:01:11.017 INFO O| Oct 31 20:01:11.016 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-31T20:01:12.124Z[ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64352024-10-31T20:01:12.127Z[ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO STEP 770 (remove_files) COMPLETE
64362024-10-31T20:01:12.127Z[ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-31T20:01:12.134Z[ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64382024-10-31T20:01:12.134Z[ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO STEP 771 (remove_files) COMPLETE
64392024-10-31T20:01:12.134Z[ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-31T20:01:12.144Z[ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64412024-10-31T20:01:12.144Z[ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.046 INFO STEP 772 (remove_files) COMPLETE
64422024-10-31T20:01:12.144Z[ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.046 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-31T20:01:12.153Z[ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64442024-10-31T20:01:12.154Z[ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO STEP 773 (remove_files) COMPLETE
64452024-10-31T20:01:12.156Z[ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-31T20:01:12.163Z[ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64472024-10-31T20:01:12.165Z[ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO STEP 774 (remove_files) COMPLETE
64482024-10-31T20:01:12.165Z[ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-31T20:01:12.173Z[ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64502024-10-31T20:01:12.173Z[ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO STEP 775 (remove_files) COMPLETE
64512024-10-31T20:01:12.175Z[ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-31T20:01:12.182Z[ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64532024-10-31T20:01:12.182Z[ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO STEP 776 (remove_files) COMPLETE
64542024-10-31T20:01:12.185Z[ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-31T20:01:12.192Z[ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64562024-10-31T20:01:12.195Z[ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO STEP 777 (remove_files) COMPLETE
64572024-10-31T20:01:12.195Z[ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-31T20:01:12.202Z[ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64592024-10-31T20:01:12.202Z[ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO STEP 778 (remove_files) COMPLETE
64602024-10-31T20:01:12.205Z[ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-31T20:01:12.212Z[ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64622024-10-31T20:01:12.212Z[ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO STEP 779 (remove_files) COMPLETE
64632024-10-31T20:01:12.212Z[ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-31T20:01:12.221Z[ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64652024-10-31T20:01:12.221Z[ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO STEP 780 (remove_files) COMPLETE
64662024-10-31T20:01:12.222Z[ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-31T20:01:12.231Z[ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64682024-10-31T20:01:12.231Z[ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO STEP 781 (remove_files) COMPLETE
64692024-10-31T20:01:12.233Z[ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-31T20:01:12.240Z[ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64712024-10-31T20:01:12.240Z[ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO STEP 782 (remove_files) COMPLETE
64722024-10-31T20:01:12.240Z[ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-31T20:01:12.250Z[ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64742024-10-31T20:01:12.250Z[ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO STEP 783 (remove_files) COMPLETE
64752024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64772024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO STEP 784 (remove_files) COMPLETE
64782024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64802024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.171 INFO STEP 785 (remove_files) COMPLETE
64812024-10-31T20:01:12.276Z[ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.171 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-31T20:01:12.281Z[ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64832024-10-31T20:01:12.281Z[ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO STEP 786 (remove_files) COMPLETE
64842024-10-31T20:01:12.281Z[ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-31T20:01:12.288Z[ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64862024-10-31T20:01:12.288Z[ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO STEP 787 (remove_files) COMPLETE
64872024-10-31T20:01:12.291Z[ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-31T20:01:12.298Z[ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64892024-10-31T20:01:12.298Z[ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO STEP 788 (remove_files) COMPLETE
64902024-10-31T20:01:12.298Z[ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-31T20:01:12.307Z[ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64922024-10-31T20:01:12.307Z[ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO STEP 789 (remove_files) COMPLETE
64932024-10-31T20:01:12.307Z[ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-31T20:01:12.317Z[ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64952024-10-31T20:01:12.318Z[ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO STEP 790 (remove_files) COMPLETE
64962024-10-31T20:01:12.321Z[ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-31T20:01:12.328Z[ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64982024-10-31T20:01:12.328Z[ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO STEP 791 (remove_files) COMPLETE
64992024-10-31T20:01:12.331Z[ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-31T20:01:12.338Z[ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65012024-10-31T20:01:12.341Z[ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO STEP 792 (remove_files) COMPLETE
65022024-10-31T20:01:12.341Z[ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-31T20:01:12.348Z[ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65042024-10-31T20:01:12.349Z[ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO STEP 793 (remove_files) COMPLETE
65052024-10-31T20:01:12.349Z[ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-31T20:01:12.359Z[ recovery-image] Oct 31 20:01:11.260 INFO O| Oct 31 20:01:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65072024-10-31T20:01:12.361Z[ recovery-image] Oct 31 20:01:11.261 INFO O| Oct 31 20:01:11.260 INFO STEP 794 (remove_files) COMPLETE
65082024-10-31T20:01:12.361Z[ recovery-image] Oct 31 20:01:11.261 INFO O| Oct 31 20:01:11.261 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-31T20:01:12.369Z[ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65102024-10-31T20:01:12.369Z[ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.271 INFO STEP 795 (remove_files) COMPLETE
65112024-10-31T20:01:12.371Z[ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.271 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-31T20:01:12.380Z[ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65132024-10-31T20:01:12.382Z[ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO STEP 796 (remove_files) COMPLETE
65142024-10-31T20:01:12.382Z[ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-31T20:01:12.390Z[ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65162024-10-31T20:01:12.390Z[ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO STEP 797 (remove_files) COMPLETE
65172024-10-31T20:01:12.393Z[ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-31T20:01:12.402Z[ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65192024-10-31T20:01:12.404Z[ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.304 INFO STEP 798 (remove_files) COMPLETE
65202024-10-31T20:01:12.404Z[ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.304 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-31T20:01:12.413Z[ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65222024-10-31T20:01:12.415Z[ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.315 INFO STEP 799 (remove_files) COMPLETE
65232024-10-31T20:01:12.415Z[ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.315 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-31T20:01:12.423Z[ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65252024-10-31T20:01:12.423Z[ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO STEP 800 (remove_files) COMPLETE
65262024-10-31T20:01:12.426Z[ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-31T20:01:12.435Z[ recovery-image] Oct 31 20:01:11.335 INFO O| Oct 31 20:01:11.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65282024-10-31T20:01:12.437Z[ recovery-image] Oct 31 20:01:11.336 INFO O| Oct 31 20:01:11.335 INFO STEP 801 (remove_files) COMPLETE
65292024-10-31T20:01:12.437Z[ recovery-image] Oct 31 20:01:11.336 INFO O| Oct 31 20:01:11.336 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-31T20:01:12.444Z[ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65312024-10-31T20:01:12.444Z[ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO STEP 802 (remove_files) COMPLETE
65322024-10-31T20:01:12.444Z[ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-31T20:01:12.453Z[ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65342024-10-31T20:01:12.453Z[ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO STEP 803 (remove_files) COMPLETE
65352024-10-31T20:01:12.453Z[ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-31T20:01:12.463Z[ recovery-image] Oct 31 20:01:11.364 INFO O| Oct 31 20:01:11.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65372024-10-31T20:01:12.463Z[ recovery-image] Oct 31 20:01:11.365 INFO O| Oct 31 20:01:11.364 INFO STEP 804 (remove_files) COMPLETE
65382024-10-31T20:01:12.463Z[ recovery-image] Oct 31 20:01:11.365 INFO O| Oct 31 20:01:11.365 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-31T20:01:12.472Z[ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65402024-10-31T20:01:12.472Z[ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO STEP 805 (remove_files) COMPLETE
65412024-10-31T20:01:12.475Z[ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-31T20:01:12.482Z[ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65432024-10-31T20:01:12.482Z[ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO STEP 806 (remove_files) COMPLETE
65442024-10-31T20:01:12.485Z[ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-31T20:01:12.491Z[ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65462024-10-31T20:01:12.494Z[ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO STEP 807 (remove_files) COMPLETE
65472024-10-31T20:01:12.494Z[ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-31T20:01:12.501Z[ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65492024-10-31T20:01:12.504Z[ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO STEP 808 (remove_files) COMPLETE
65502024-10-31T20:01:12.504Z[ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-31T20:01:12.511Z[ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65522024-10-31T20:01:12.511Z[ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO STEP 809 (remove_files) COMPLETE
65532024-10-31T20:01:12.511Z[ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-31T20:01:12.520Z[ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65552024-10-31T20:01:12.523Z[ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO STEP 810 (remove_files) COMPLETE
65562024-10-31T20:01:12.523Z[ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-31T20:01:12.530Z[ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65582024-10-31T20:01:12.532Z[ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO STEP 811 (remove_files) COMPLETE
65592024-10-31T20:01:12.532Z[ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-31T20:01:12.540Z[ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65612024-10-31T20:01:12.540Z[ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO STEP 812 (remove_files) COMPLETE
65622024-10-31T20:01:12.540Z[ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-31T20:01:12.549Z[ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65642024-10-31T20:01:12.549Z[ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO STEP 813 (remove_files) COMPLETE
65652024-10-31T20:01:12.549Z[ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-31T20:01:12.559Z[ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65672024-10-31T20:01:12.559Z[ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO STEP 814 (remove_files) COMPLETE
65682024-10-31T20:01:12.561Z[ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-31T20:01:12.569Z[ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65702024-10-31T20:01:12.569Z[ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO STEP 815 (remove_files) COMPLETE
65712024-10-31T20:01:12.569Z[ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-31T20:01:12.578Z[ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65732024-10-31T20:01:12.578Z[ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO STEP 816 (remove_files) COMPLETE
65742024-10-31T20:01:12.580Z[ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-31T20:01:12.588Z[ recovery-image] Oct 31 20:01:11.489 INFO O| Oct 31 20:01:11.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65762024-10-31T20:01:12.588Z[ recovery-image] Oct 31 20:01:11.490 INFO O| Oct 31 20:01:11.490 INFO STEP 817 (remove_files) COMPLETE
65772024-10-31T20:01:12.590Z[ recovery-image] Oct 31 20:01:11.490 INFO O| Oct 31 20:01:11.490 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-31T20:01:12.597Z[ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65792024-10-31T20:01:12.597Z[ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO STEP 818 (remove_files) COMPLETE
65802024-10-31T20:01:12.597Z[ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-31T20:01:12.607Z[ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65822024-10-31T20:01:12.609Z[ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO STEP 819 (remove_files) COMPLETE
65832024-10-31T20:01:12.609Z[ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-31T20:01:12.617Z[ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65852024-10-31T20:01:12.617Z[ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO STEP 820 (remove_files) COMPLETE
65862024-10-31T20:01:12.620Z[ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-31T20:01:12.626Z[ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65882024-10-31T20:01:12.626Z[ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO STEP 821 (remove_files) COMPLETE
65892024-10-31T20:01:12.626Z[ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-31T20:01:12.636Z[ recovery-image] Oct 31 20:01:11.537 INFO O| Oct 31 20:01:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65912024-10-31T20:01:12.638Z[ recovery-image] Oct 31 20:01:11.538 INFO O| Oct 31 20:01:11.537 INFO STEP 822 (remove_files) COMPLETE
65922024-10-31T20:01:12.638Z[ recovery-image] Oct 31 20:01:11.538 INFO O| Oct 31 20:01:11.538 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-31T20:01:12.645Z[ recovery-image] Oct 31 20:01:11.547 INFO O| Oct 31 20:01:11.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65942024-10-31T20:01:12.648Z[ recovery-image] Oct 31 20:01:11.548 INFO O| Oct 31 20:01:11.548 INFO STEP 823 (remove_files) COMPLETE
65952024-10-31T20:01:12.648Z[ recovery-image] Oct 31 20:01:11.548 INFO O| Oct 31 20:01:11.548 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-31T20:01:12.655Z[ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65972024-10-31T20:01:12.655Z[ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO STEP 824 (remove_files) COMPLETE
65982024-10-31T20:01:12.658Z[ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-31T20:01:12.665Z[ recovery-image] Oct 31 20:01:11.566 INFO O| Oct 31 20:01:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66002024-10-31T20:01:12.665Z[ recovery-image] Oct 31 20:01:11.566 INFO O| Oct 31 20:01:11.566 INFO STEP 825 (remove_files) COMPLETE
66012024-10-31T20:01:12.668Z[ recovery-image] Oct 31 20:01:11.567 INFO O| Oct 31 20:01:11.566 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-31T20:01:12.674Z[ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66032024-10-31T20:01:12.674Z[ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO STEP 826 (remove_files) COMPLETE
66042024-10-31T20:01:12.674Z[ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-31T20:01:12.684Z[ recovery-image] Oct 31 20:01:11.585 INFO O| Oct 31 20:01:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66062024-10-31T20:01:12.686Z[ recovery-image] Oct 31 20:01:11.586 INFO O| Oct 31 20:01:11.586 INFO STEP 827 (remove_files) COMPLETE
66072024-10-31T20:01:12.686Z[ recovery-image] Oct 31 20:01:11.586 INFO O| Oct 31 20:01:11.586 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-31T20:01:12.693Z[ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66092024-10-31T20:01:12.693Z[ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO STEP 828 (remove_files) COMPLETE
66102024-10-31T20:01:12.693Z[ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-31T20:01:12.703Z[ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66122024-10-31T20:01:12.705Z[ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO STEP 829 (remove_files) COMPLETE
66132024-10-31T20:01:12.705Z[ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-31T20:01:12.712Z[ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66152024-10-31T20:01:12.714Z[ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO STEP 830 (remove_files) COMPLETE
66162024-10-31T20:01:12.714Z[ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-31T20:01:12.721Z[ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66182024-10-31T20:01:12.721Z[ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO STEP 831 (remove_files) COMPLETE
66192024-10-31T20:01:12.721Z[ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-31T20:01:12.731Z[ recovery-image] Oct 31 20:01:11.632 INFO O| Oct 31 20:01:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66212024-10-31T20:01:12.734Z[ recovery-image] Oct 31 20:01:11.633 INFO O| Oct 31 20:01:11.633 INFO STEP 832 (remove_files) COMPLETE
66222024-10-31T20:01:12.734Z[ recovery-image] Oct 31 20:01:11.633 INFO O| Oct 31 20:01:11.633 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-31T20:01:12.741Z[ recovery-image] Oct 31 20:01:11.642 INFO O| Oct 31 20:01:11.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66242024-10-31T20:01:12.743Z[ recovery-image] Oct 31 20:01:11.642 INFO O| Oct 31 20:01:11.642 INFO STEP 833 (remove_files) COMPLETE
66252024-10-31T20:01:12.743Z[ recovery-image] Oct 31 20:01:11.643 INFO O| Oct 31 20:01:11.642 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-31T20:01:12.750Z[ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66272024-10-31T20:01:12.750Z[ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO STEP 834 (remove_files) COMPLETE
66282024-10-31T20:01:12.750Z[ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-31T20:01:12.760Z[ recovery-image] Oct 31 20:01:11.661 INFO O| Oct 31 20:01:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66302024-10-31T20:01:12.760Z[ recovery-image] Oct 31 20:01:11.662 INFO O| Oct 31 20:01:11.662 INFO STEP 835 (remove_files) COMPLETE
66312024-10-31T20:01:12.760Z[ recovery-image] Oct 31 20:01:11.662 INFO O| Oct 31 20:01:11.662 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-31T20:01:12.769Z[ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66332024-10-31T20:01:12.772Z[ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO STEP 836 (remove_files) COMPLETE
66342024-10-31T20:01:12.772Z[ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-31T20:01:12.779Z[ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66362024-10-31T20:01:12.779Z[ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.681 INFO STEP 837 (remove_files) COMPLETE
66372024-10-31T20:01:12.779Z[ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.681 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-31T20:01:12.790Z[ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66392024-10-31T20:01:12.792Z[ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO STEP 838 (remove_files) COMPLETE
66402024-10-31T20:01:12.793Z[ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-31T20:01:12.800Z[ recovery-image] Oct 31 20:01:11.701 INFO O| Oct 31 20:01:11.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66422024-10-31T20:01:12.803Z[ recovery-image] Oct 31 20:01:11.702 INFO O| Oct 31 20:01:11.702 INFO STEP 839 (remove_files) COMPLETE
66432024-10-31T20:01:12.803Z[ recovery-image] Oct 31 20:01:11.702 INFO O| Oct 31 20:01:11.702 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-31T20:01:12.811Z[ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66452024-10-31T20:01:12.813Z[ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO STEP 840 (remove_files) COMPLETE
66462024-10-31T20:01:12.813Z[ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-31T20:01:12.820Z[ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66482024-10-31T20:01:12.822Z[ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO STEP 841 (remove_files) COMPLETE
66492024-10-31T20:01:12.822Z[ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-31T20:01:12.830Z[ recovery-image] Oct 31 20:01:11.731 INFO O| Oct 31 20:01:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66512024-10-31T20:01:12.830Z[ recovery-image] Oct 31 20:01:11.732 INFO O| Oct 31 20:01:11.731 INFO STEP 842 (remove_files) COMPLETE
66522024-10-31T20:01:12.832Z[ recovery-image] Oct 31 20:01:11.732 INFO O| Oct 31 20:01:11.731 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-31T20:01:12.839Z[ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66542024-10-31T20:01:12.841Z[ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO STEP 843 (remove_files) COMPLETE
66552024-10-31T20:01:12.841Z[ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-31T20:01:12.849Z[ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66572024-10-31T20:01:12.849Z[ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO STEP 844 (remove_files) COMPLETE
66582024-10-31T20:01:12.851Z[ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-31T20:01:12.858Z[ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66602024-10-31T20:01:12.858Z[ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO STEP 845 (remove_files) COMPLETE
66612024-10-31T20:01:12.860Z[ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-31T20:01:12.868Z[ recovery-image] Oct 31 20:01:11.769 INFO O| Oct 31 20:01:11.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66632024-10-31T20:01:12.868Z[ recovery-image] Oct 31 20:01:11.770 INFO O| Oct 31 20:01:11.770 INFO STEP 846 (remove_files) COMPLETE
66642024-10-31T20:01:12.868Z[ recovery-image] Oct 31 20:01:11.770 INFO O| Oct 31 20:01:11.770 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-31T20:01:12.877Z[ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66662024-10-31T20:01:12.877Z[ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO STEP 847 (remove_files) COMPLETE
66672024-10-31T20:01:12.877Z[ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-31T20:01:12.887Z[ recovery-image] Oct 31 20:01:11.788 INFO O| Oct 31 20:01:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66692024-10-31T20:01:12.889Z[ recovery-image] Oct 31 20:01:11.789 INFO O| Oct 31 20:01:11.788 INFO STEP 848 (remove_files) COMPLETE
66702024-10-31T20:01:12.889Z[ recovery-image] Oct 31 20:01:11.789 INFO O| Oct 31 20:01:11.789 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-31T20:01:12.896Z[ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66722024-10-31T20:01:12.898Z[ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO STEP 849 (remove_files) COMPLETE
66732024-10-31T20:01:12.898Z[ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-31T20:01:12.906Z[ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66752024-10-31T20:01:12.908Z[ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO STEP 850 (remove_files) COMPLETE
66762024-10-31T20:01:12.908Z[ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-31T20:01:12.915Z[ recovery-image] Oct 31 20:01:11.817 INFO O| Oct 31 20:01:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66782024-10-31T20:01:12.917Z[ recovery-image] Oct 31 20:01:11.818 INFO O| Oct 31 20:01:11.818 INFO STEP 851 (remove_files) COMPLETE
66792024-10-31T20:01:12.918Z[ recovery-image] Oct 31 20:01:11.818 INFO O| Oct 31 20:01:11.818 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-31T20:01:12.925Z[ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66812024-10-31T20:01:12.925Z[ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO STEP 852 (remove_files) COMPLETE
66822024-10-31T20:01:12.927Z[ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-31T20:01:12.935Z[ recovery-image] Oct 31 20:01:11.836 INFO O| Oct 31 20:01:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66842024-10-31T20:01:12.937Z[ recovery-image] Oct 31 20:01:11.837 INFO O| Oct 31 20:01:11.837 INFO STEP 853 (remove_files) COMPLETE
66852024-10-31T20:01:12.937Z[ recovery-image] Oct 31 20:01:11.837 INFO O| Oct 31 20:01:11.837 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-31T20:01:12.944Z[ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66872024-10-31T20:01:12.944Z[ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO STEP 854 (remove_files) COMPLETE
66882024-10-31T20:01:12.946Z[ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-31T20:01:12.954Z[ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66902024-10-31T20:01:12.954Z[ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO STEP 855 (remove_files) COMPLETE
66912024-10-31T20:01:12.956Z[ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-31T20:01:12.963Z[ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66932024-10-31T20:01:12.963Z[ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO STEP 856 (remove_files) COMPLETE
66942024-10-31T20:01:12.963Z[ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-31T20:01:13.975Z[ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66962024-10-31T20:01:13.979Z[ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO STEP 857 (remove_files) COMPLETE
66972024-10-31T20:01:13.979Z[ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-31T20:01:13.979Z[ host-image] Oct 31 20:01:11.878 INFO O| Oct 31 20:01:11.878 INFO O| Planning: Solver setup ... Done
66992024-10-31T20:01:13.979Z[ host-image] Oct 31 20:01:11.882 INFO O| Oct 31 20:01:11.882 INFO O| Planning: Running solver ... Done
67002024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67012024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO STEP 858 (remove_files) COMPLETE
67022024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67042024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO STEP 859 (remove_files) COMPLETE
67052024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67072024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO STEP 860 (remove_files) COMPLETE
67082024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.912 INFO O| Oct 31 20:01:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67102024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.913 INFO O| Oct 31 20:01:11.913 INFO STEP 861 (remove_files) COMPLETE
67112024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.913 INFO O| Oct 31 20:01:11.913 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67132024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO STEP 862 (remove_files) COMPLETE
67142024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.931 INFO O| Oct 31 20:01:11.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67162024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.931 INFO O| Oct 31 20:01:11.931 INFO STEP 863 (remove_files) COMPLETE
67172024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.932 INFO O| Oct 31 20:01:11.931 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-31T20:01:13.980Z[ host-image] Oct 31 20:01:11.936 INFO O| Oct 31 20:01:11.936 INFO O| Planning: Finding local manifests ... Done
67192024-10-31T20:01:13.980Z[ host-image] Oct 31 20:01:11.937 INFO O| Oct 31 20:01:11.937 INFO O| Planning: Fetching manifests: 0/4 0% complete
67202024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67212024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO STEP 864 (remove_files) COMPLETE
67222024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.950 INFO O| Oct 31 20:01:11.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67242024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.951 INFO O| Oct 31 20:01:11.951 INFO STEP 865 (remove_files) COMPLETE
67252024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.951 INFO O| Oct 31 20:01:11.951 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67272024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO STEP 866 (remove_files) COMPLETE
67282024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67302024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO STEP 867 (remove_files) COMPLETE
67312024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67332024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO STEP 868 (remove_files) COMPLETE
67342024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.988 INFO O| Oct 31 20:01:11.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67362024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.989 INFO O| Oct 31 20:01:11.989 INFO STEP 869 (remove_files) COMPLETE
67372024-10-31T20:01:13.980Z[ recovery-image] Oct 31 20:01:11.989 INFO O| Oct 31 20:01:11.989 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67392024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO STEP 870 (remove_files) COMPLETE
67402024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67422024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO STEP 871 (remove_files) COMPLETE
67432024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67452024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.018 INFO STEP 872 (remove_files) COMPLETE
67462024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.018 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67482024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO STEP 873 (remove_files) COMPLETE
67492024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.036 INFO O| Oct 31 20:01:12.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67512024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.037 INFO O| Oct 31 20:01:12.037 INFO STEP 874 (remove_files) COMPLETE
67522024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.037 INFO O| Oct 31 20:01:12.037 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67542024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO STEP 875 (remove_files) COMPLETE
67552024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67572024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO STEP 876 (remove_files) COMPLETE
67582024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67602024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO STEP 877 (remove_files) COMPLETE
67612024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-31T20:01:13.981Z[ host-image] Oct 31 20:01:12.068 INFO O| Oct 31 20:01:12.068 INFO O| Planning: Fetching manifests: 4/4 100% complete
67632024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67642024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO STEP 878 (remove_files) COMPLETE
67652024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67672024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO STEP 879 (remove_files) COMPLETE
67682024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-31T20:01:13.981Z[ host-image] Oct 31 20:01:12.091 INFO O| Oct 31 20:01:12.091 INFO O| Planning: Package planning ... Done
67702024-10-31T20:01:13.981Z[ host-image] Oct 31 20:01:12.093 INFO O| Oct 31 20:01:12.093 INFO O| Planning: Merging actions ... Done
67712024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67722024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO STEP 880 (remove_files) COMPLETE
67732024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67752024-10-31T20:01:13.981Z[ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO STEP 881 (remove_files) COMPLETE
67762024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67782024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.114 INFO STEP 882 (remove_files) COMPLETE
67792024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.114 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67812024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO STEP 883 (remove_files) COMPLETE
67822024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67842024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO STEP 884 (remove_files) COMPLETE
67852024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67872024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO STEP 885 (remove_files) COMPLETE
67882024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67902024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO STEP 886 (remove_files) COMPLETE
67912024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-31T20:01:13.982Z[ recovery-image] Oct 31 20:01:12.161 INFO O| Oct 31 20:01:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67932024-10-31T20:01:13.983Z[ recovery-image] Oct 31 20:01:12.162 INFO O| Oct 31 20:01:12.162 INFO STEP 887 (remove_files) COMPLETE
67942024-10-31T20:01:13.983Z[ recovery-image] Oct 31 20:01:12.162 INFO O| Oct 31 20:01:12.162 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-31T20:01:13.983Z[ host-image] Oct 31 20:01:12.169 INFO O| Oct 31 20:01:12.169 INFO O| Planning: Checking for conflicting actions ... Done
67962024-10-31T20:01:13.987Z[ host-image] Oct 31 20:01:12.170 INFO O| Oct 31 20:01:12.170 INFO O| Planning: Consolidating action changes ... Done
67972024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67982024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO STEP 888 (remove_files) COMPLETE
67992024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68012024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO STEP 889 (remove_files) COMPLETE
68022024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.193 INFO O| Oct 31 20:01:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68042024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.193 INFO O| Oct 31 20:01:12.193 INFO STEP 890 (remove_files) COMPLETE
68052024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.194 INFO O| Oct 31 20:01:12.193 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-31T20:01:13.987Z[ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68072024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO STEP 891 (remove_files) COMPLETE
68082024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68102024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.215 INFO STEP 892 (remove_files) COMPLETE
68112024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.215 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68132024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO STEP 893 (remove_files) COMPLETE
68142024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68162024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO STEP 894 (remove_files) COMPLETE
68172024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.245 INFO O| Oct 31 20:01:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68192024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.246 INFO O| Oct 31 20:01:12.246 INFO STEP 895 (remove_files) COMPLETE
68202024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.246 INFO O| Oct 31 20:01:12.246 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68222024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO STEP 896 (remove_files) COMPLETE
68232024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68252024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO STEP 897 (remove_files) COMPLETE
68262024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68282024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO STEP 898 (remove_files) COMPLETE
68292024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68312024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO STEP 899 (remove_files) COMPLETE
68322024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68342024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO STEP 900 (remove_files) COMPLETE
68352024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68372024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO STEP 901 (remove_files) COMPLETE
68382024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68402024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO STEP 902 (remove_files) COMPLETE
68412024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.321 INFO O| Oct 31 20:01:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68432024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.321 INFO O| Oct 31 20:01:12.321 INFO STEP 903 (remove_files) COMPLETE
68442024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.322 INFO O| Oct 31 20:01:12.321 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-31T20:01:13.988Z[ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68462024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO STEP 904 (remove_files) COMPLETE
68472024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68492024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO STEP 905 (remove_files) COMPLETE
68502024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68522024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO STEP 906 (remove_files) COMPLETE
68532024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-10-31T20:01:13.989Z[ host-image] Oct 31 20:01:12.353 INFO O| Oct 31 20:01:12.353 INFO O| Planning: Evaluating mediators ... Done
68552024-10-31T20:01:13.989Z[ host-image] Oct 31 20:01:12.354 INFO O| Oct 31 20:01:12.354 INFO O| Planning: Planning completed in 2.68 seconds
68562024-10-31T20:01:13.989Z[ host-image] Oct 31 20:01:12.355 INFO O| Oct 31 20:01:12.355 INFO O| Packages to install: 4
68572024-10-31T20:01:13.989Z[ host-image] Oct 31 20:01:12.355 INFO O| Oct 31 20:01:12.355 INFO O| Services to change: 2
68582024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68592024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO STEP 907 (remove_files) COMPLETE
68602024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-31T20:01:13.989Z[ host-image] Oct 31 20:01:12.366 INFO O| Oct 31 20:01:12.366 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
68622024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68632024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO STEP 908 (remove_files) COMPLETE
68642024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68662024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO STEP 909 (remove_files) COMPLETE
68672024-10-31T20:01:13.989Z[ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68692024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO STEP 910 (remove_files) COMPLETE
68702024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68722024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO STEP 911 (remove_files) COMPLETE
68732024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68752024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO STEP 912 (remove_files) COMPLETE
68762024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68782024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO STEP 913 (remove_files) COMPLETE
68792024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68812024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO STEP 914 (remove_files) COMPLETE
68822024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.439 INFO O| Oct 31 20:01:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68842024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.440 INFO O| Oct 31 20:01:12.440 INFO STEP 915 (remove_files) COMPLETE
68852024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.440 INFO O| Oct 31 20:01:12.440 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68872024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO STEP 916 (remove_files) COMPLETE
68882024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.458 INFO O| Oct 31 20:01:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68902024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.459 INFO O| Oct 31 20:01:12.458 INFO STEP 917 (remove_files) COMPLETE
68912024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.459 INFO O| Oct 31 20:01:12.459 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68932024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO STEP 918 (remove_files) COMPLETE
68942024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-31T20:01:13.990Z[ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68962024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO STEP 919 (remove_files) COMPLETE
68972024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68992024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO STEP 920 (remove_files) COMPLETE
69002024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-31T20:01:13.993Z[ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69022024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO STEP 921 (remove_files) COMPLETE
69032024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69052024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO STEP 922 (remove_files) COMPLETE
69062024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69082024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO STEP 923 (remove_files) COMPLETE
69092024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.525 INFO O| Oct 31 20:01:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69112024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.526 INFO O| Oct 31 20:01:12.525 INFO STEP 924 (remove_files) COMPLETE
69122024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.526 INFO O| Oct 31 20:01:12.526 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69142024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO STEP 925 (remove_files) COMPLETE
69152024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69172024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO STEP 926 (remove_files) COMPLETE
69182024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-31T20:01:13.994Z[ recovery-image] Oct 31 20:01:12.554 INFO O| Oct 31 20:01:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69202024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.554 INFO O| Oct 31 20:01:12.554 INFO STEP 927 (remove_files) COMPLETE
69212024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.555 INFO O| Oct 31 20:01:12.554 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69232024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO STEP 928 (remove_files) COMPLETE
69242024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69262024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO STEP 929 (remove_files) COMPLETE
69272024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69292024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO STEP 930 (remove_files) COMPLETE
69302024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69322024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO STEP 931 (remove_files) COMPLETE
69332024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69352024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO STEP 932 (remove_files) COMPLETE
69362024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69382024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO STEP 933 (remove_files) COMPLETE
69392024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69412024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO STEP 934 (remove_files) COMPLETE
69422024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69442024-10-31T20:01:13.995Z[ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO STEP 935 (remove_files) COMPLETE
69452024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69472024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO STEP 936 (remove_files) COMPLETE
69482024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.647 INFO O| Oct 31 20:01:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69502024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.647 INFO O| Oct 31 20:01:12.647 INFO STEP 937 (remove_files) COMPLETE
69512024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.648 INFO O| Oct 31 20:01:12.647 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69532024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO STEP 938 (remove_files) COMPLETE
69542024-10-31T20:01:13.996Z[ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69562024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO STEP 939 (remove_files) COMPLETE
69572024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69592024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO STEP 940 (remove_files) COMPLETE
69602024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.684 INFO O| Oct 31 20:01:12.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69622024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.685 INFO O| Oct 31 20:01:12.684 INFO STEP 941 (remove_files) COMPLETE
69632024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.685 INFO O| Oct 31 20:01:12.685 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69652024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO STEP 942 (remove_files) COMPLETE
69662024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69682024-10-31T20:01:13.997Z[ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO STEP 943 (remove_files) COMPLETE
69692024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69712024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO STEP 944 (remove_files) COMPLETE
69722024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69742024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO STEP 945 (remove_files) COMPLETE
69752024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.730 INFO O| Oct 31 20:01:12.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69772024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.731 INFO O| Oct 31 20:01:12.730 INFO STEP 946 (remove_files) COMPLETE
69782024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.731 INFO O| Oct 31 20:01:12.730 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69802024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO STEP 947 (remove_files) COMPLETE
69812024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69832024-10-31T20:01:13.998Z[ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO STEP 948 (remove_files) COMPLETE
69842024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69862024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO STEP 949 (remove_files) COMPLETE
69872024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69892024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO STEP 950 (remove_files) COMPLETE
69902024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69922024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO STEP 951 (remove_files) COMPLETE
69932024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69952024-10-31T20:01:13.999Z[ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO STEP 952 (remove_files) COMPLETE
69962024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69982024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO STEP 953 (remove_files) COMPLETE
69992024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70012024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO STEP 954 (remove_files) COMPLETE
70022024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70042024-10-31T20:01:14.010Z[ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO STEP 955 (remove_files) COMPLETE
70052024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.822 INFO O| Oct 31 20:01:12.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70072024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.823 INFO O| Oct 31 20:01:12.823 INFO STEP 956 (remove_files) COMPLETE
70082024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.823 INFO O| Oct 31 20:01:12.823 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70102024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO STEP 957 (remove_files) COMPLETE
70112024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70132024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO STEP 958 (remove_files) COMPLETE
70142024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70162024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO STEP 959 (remove_files) COMPLETE
70172024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.859 INFO O| Oct 31 20:01:12.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70192024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.860 INFO O| Oct 31 20:01:12.859 INFO STEP 960 (remove_files) COMPLETE
70202024-10-31T20:01:14.011Z[ recovery-image] Oct 31 20:01:12.860 INFO O| Oct 31 20:01:12.859 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70222024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO STEP 961 (remove_files) COMPLETE
70232024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.878 INFO O| Oct 31 20:01:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70252024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.879 INFO O| Oct 31 20:01:12.879 INFO STEP 962 (remove_files) COMPLETE
70262024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.879 INFO O| Oct 31 20:01:12.879 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70282024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO STEP 963 (remove_files) COMPLETE
70292024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70312024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO STEP 964 (remove_files) COMPLETE
70322024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70342024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO STEP 965 (remove_files) COMPLETE
70352024-10-31T20:01:14.012Z[ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-31T20:01:14.017Z[ recovery-image] Oct 31 20:01:12.915 INFO O| Oct 31 20:01:12.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70372024-10-31T20:01:14.017Z[ recovery-image] Oct 31 20:01:12.916 INFO O| Oct 31 20:01:12.916 INFO STEP 966 (remove_files) COMPLETE
70382024-10-31T20:01:14.017Z[ recovery-image] Oct 31 20:01:12.916 INFO O| Oct 31 20:01:12.916 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-31T20:01:14.023Z[ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70402024-10-31T20:01:14.026Z[ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO STEP 967 (remove_files) COMPLETE
70412024-10-31T20:01:14.026Z[ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-31T20:01:14.033Z[ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70432024-10-31T20:01:14.033Z[ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO STEP 968 (remove_files) COMPLETE
70442024-10-31T20:01:14.035Z[ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-31T20:01:14.042Z[ recovery-image] Oct 31 20:01:12.943 INFO O| Oct 31 20:01:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70462024-10-31T20:01:14.042Z[ recovery-image] Oct 31 20:01:12.944 INFO O| Oct 31 20:01:12.944 INFO STEP 969 (remove_files) COMPLETE
70472024-10-31T20:01:14.044Z[ recovery-image] Oct 31 20:01:12.944 INFO O| Oct 31 20:01:12.944 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-31T20:01:14.051Z[ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70492024-10-31T20:01:14.053Z[ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO STEP 970 (remove_files) COMPLETE
70502024-10-31T20:01:14.054Z[ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-31T20:01:14.061Z[ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70522024-10-31T20:01:14.061Z[ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO STEP 971 (remove_files) COMPLETE
70532024-10-31T20:01:14.063Z[ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-31T20:01:14.070Z[ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70552024-10-31T20:01:14.072Z[ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO STEP 972 (remove_files) COMPLETE
70562024-10-31T20:01:14.072Z[ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-31T20:01:14.079Z[ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70582024-10-31T20:01:14.081Z[ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO STEP 973 (remove_files) COMPLETE
70592024-10-31T20:01:14.082Z[ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-31T20:01:14.088Z[ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70612024-10-31T20:01:14.090Z[ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO STEP 974 (remove_files) COMPLETE
70622024-10-31T20:01:14.091Z[ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-31T20:01:14.098Z[ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70642024-10-31T20:01:14.098Z[ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO STEP 975 (remove_files) COMPLETE
70652024-10-31T20:01:14.098Z[ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-31T20:01:14.108Z[ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70672024-10-31T20:01:14.108Z[ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO STEP 976 (remove_files) COMPLETE
70682024-10-31T20:01:14.110Z[ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-31T20:01:14.117Z[ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70702024-10-31T20:01:14.120Z[ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO STEP 977 (remove_files) COMPLETE
70712024-10-31T20:01:14.120Z[ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-31T20:01:14.126Z[ recovery-image] Oct 31 20:01:13.028 INFO O| Oct 31 20:01:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70732024-10-31T20:01:14.129Z[ recovery-image] Oct 31 20:01:13.029 INFO O| Oct 31 20:01:13.029 INFO STEP 978 (remove_files) COMPLETE
70742024-10-31T20:01:14.129Z[ recovery-image] Oct 31 20:01:13.029 INFO O| Oct 31 20:01:13.029 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-31T20:01:14.136Z[ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70762024-10-31T20:01:14.136Z[ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO STEP 979 (remove_files) COMPLETE
70772024-10-31T20:01:14.136Z[ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-31T20:01:14.145Z[ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70792024-10-31T20:01:14.148Z[ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO STEP 980 (remove_files) COMPLETE
70802024-10-31T20:01:14.148Z[ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-31T20:01:14.155Z[ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70822024-10-31T20:01:14.157Z[ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.057 INFO STEP 981 (remove_files) COMPLETE
70832024-10-31T20:01:14.157Z[ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.057 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-31T20:01:14.165Z[ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70852024-10-31T20:01:14.165Z[ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO STEP 982 (remove_files) COMPLETE
70862024-10-31T20:01:14.168Z[ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-31T20:01:14.174Z[ recovery-image] Oct 31 20:01:13.075 INFO O| Oct 31 20:01:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70882024-10-31T20:01:14.174Z[ recovery-image] Oct 31 20:01:13.076 INFO O| Oct 31 20:01:13.076 INFO STEP 983 (remove_files) COMPLETE
70892024-10-31T20:01:14.177Z[ recovery-image] Oct 31 20:01:13.076 INFO O| Oct 31 20:01:13.076 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-31T20:01:14.183Z[ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70912024-10-31T20:01:14.184Z[ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO STEP 984 (remove_files) COMPLETE
70922024-10-31T20:01:14.187Z[ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-31T20:01:14.193Z[ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70942024-10-31T20:01:14.195Z[ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO STEP 985 (remove_files) COMPLETE
70952024-10-31T20:01:14.195Z[ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-31T20:01:14.202Z[ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70972024-10-31T20:01:14.202Z[ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO STEP 986 (remove_files) COMPLETE
70982024-10-31T20:01:14.202Z[ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-31T20:01:14.212Z[ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71002024-10-31T20:01:14.213Z[ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO STEP 987 (remove_files) COMPLETE
71012024-10-31T20:01:14.215Z[ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-31T20:01:14.220Z[ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71032024-10-31T20:01:14.220Z[ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO STEP 988 (remove_files) COMPLETE
71042024-10-31T20:01:14.223Z[ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-31T20:01:14.230Z[ recovery-image] Oct 31 20:01:13.131 INFO O| Oct 31 20:01:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71062024-10-31T20:01:14.230Z[ recovery-image] Oct 31 20:01:13.132 INFO O| Oct 31 20:01:13.131 INFO STEP 989 (remove_files) COMPLETE
71072024-10-31T20:01:14.233Z[ recovery-image] Oct 31 20:01:13.132 INFO O| Oct 31 20:01:13.131 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-31T20:01:14.239Z[ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71092024-10-31T20:01:14.239Z[ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO STEP 990 (remove_files) COMPLETE
71102024-10-31T20:01:14.242Z[ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-31T20:01:14.249Z[ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71122024-10-31T20:01:14.249Z[ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO STEP 991 (remove_files) COMPLETE
71132024-10-31T20:01:14.251Z[ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-31T20:01:14.258Z[ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71152024-10-31T20:01:14.258Z[ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.160 INFO STEP 992 (remove_files) COMPLETE
71162024-10-31T20:01:14.260Z[ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.160 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-31T20:01:14.267Z[ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71182024-10-31T20:01:14.267Z[ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO STEP 993 (remove_files) COMPLETE
71192024-10-31T20:01:14.270Z[ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-31T20:01:14.278Z[ recovery-image] Oct 31 20:01:13.179 INFO O| Oct 31 20:01:13.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71212024-10-31T20:01:14.278Z[ recovery-image] Oct 31 20:01:13.180 INFO O| Oct 31 20:01:13.179 INFO STEP 994 (remove_files) COMPLETE
71222024-10-31T20:01:14.283Z[ recovery-image] Oct 31 20:01:13.180 INFO O| Oct 31 20:01:13.179 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-31T20:01:14.293Z[ recovery-image] Oct 31 20:01:13.193 INFO O| Oct 31 20:01:13.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71242024-10-31T20:01:14.293Z[ recovery-image] Oct 31 20:01:13.193 INFO O| Oct 31 20:01:13.193 INFO STEP 995 (remove_files) COMPLETE
71252024-10-31T20:01:14.295Z[ recovery-image] Oct 31 20:01:13.195 INFO O| Oct 31 20:01:13.195 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-31T20:01:14.308Z[ recovery-image] Oct 31 20:01:13.209 INFO O| Oct 31 20:01:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71272024-10-31T20:01:14.308Z[ recovery-image] Oct 31 20:01:13.210 INFO O| Oct 31 20:01:13.210 INFO STEP 996 (remove_files) COMPLETE
71282024-10-31T20:01:14.308Z[ recovery-image] Oct 31 20:01:13.210 INFO O| Oct 31 20:01:13.210 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-31T20:01:14.320Z[ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71302024-10-31T20:01:14.320Z[ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO STEP 997 (remove_files) COMPLETE
71312024-10-31T20:01:14.320Z[ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-31T20:01:14.330Z[ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71332024-10-31T20:01:14.331Z[ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO STEP 998 (remove_files) COMPLETE
71342024-10-31T20:01:14.334Z[ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-31T20:01:14.341Z[ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71362024-10-31T20:01:14.343Z[ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO STEP 999 (remove_files) COMPLETE
71372024-10-31T20:01:14.343Z[ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-31T20:01:14.351Z[ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71392024-10-31T20:01:14.353Z[ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO STEP 1000 (remove_files) COMPLETE
71402024-10-31T20:01:14.353Z[ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-31T20:01:14.360Z[ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71422024-10-31T20:01:14.362Z[ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO STEP 1001 (remove_files) COMPLETE
71432024-10-31T20:01:14.363Z[ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-31T20:01:14.370Z[ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71452024-10-31T20:01:14.370Z[ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO STEP 1002 (remove_files) COMPLETE
71462024-10-31T20:01:14.372Z[ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-31T20:01:14.379Z[ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71482024-10-31T20:01:14.379Z[ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO STEP 1003 (remove_files) COMPLETE
71492024-10-31T20:01:14.379Z[ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-31T20:01:14.389Z[ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71512024-10-31T20:01:14.389Z[ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO STEP 1004 (remove_files) COMPLETE
71522024-10-31T20:01:14.391Z[ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-31T20:01:14.398Z[ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71542024-10-31T20:01:14.398Z[ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO STEP 1005 (remove_files) COMPLETE
71552024-10-31T20:01:14.401Z[ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-31T20:01:14.408Z[ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71572024-10-31T20:01:14.409Z[ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO STEP 1006 (remove_files) COMPLETE
71582024-10-31T20:01:14.411Z[ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-31T20:01:14.418Z[ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71602024-10-31T20:01:14.420Z[ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO STEP 1007 (remove_files) COMPLETE
71612024-10-31T20:01:14.420Z[ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-31T20:01:14.426Z[ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71632024-10-31T20:01:14.426Z[ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO STEP 1008 (remove_files) COMPLETE
71642024-10-31T20:01:14.429Z[ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-31T20:01:14.436Z[ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71662024-10-31T20:01:14.438Z[ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO STEP 1009 (remove_files) COMPLETE
71672024-10-31T20:01:14.438Z[ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-31T20:01:14.445Z[ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71692024-10-31T20:01:14.445Z[ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.347 INFO STEP 1010 (remove_files) COMPLETE
71702024-10-31T20:01:14.445Z[ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.347 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-31T20:01:14.454Z[ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71722024-10-31T20:01:14.454Z[ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO STEP 1011 (remove_files) COMPLETE
71732024-10-31T20:01:14.457Z[ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-31T20:01:14.464Z[ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71752024-10-31T20:01:14.464Z[ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO STEP 1012 (remove_files) COMPLETE
71762024-10-31T20:01:14.466Z[ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-31T20:01:14.473Z[ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71782024-10-31T20:01:14.476Z[ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.375 INFO STEP 1013 (remove_files) COMPLETE
71792024-10-31T20:01:14.476Z[ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.375 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-31T20:01:14.482Z[ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71812024-10-31T20:01:14.482Z[ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO STEP 1014 (remove_files) COMPLETE
71822024-10-31T20:01:14.484Z[ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-31T20:01:14.496Z[ recovery-image] Oct 31 20:01:13.397 INFO O| Oct 31 20:01:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71842024-10-31T20:01:14.498Z[ recovery-image] Oct 31 20:01:13.397 INFO O| Oct 31 20:01:13.397 INFO STEP 1015 (remove_files) COMPLETE
71852024-10-31T20:01:14.498Z[ recovery-image] Oct 31 20:01:13.398 INFO O| Oct 31 20:01:13.397 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-31T20:01:14.513Z[ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71872024-10-31T20:01:14.515Z[ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.415 INFO STEP 1016 (remove_files) COMPLETE
71882024-10-31T20:01:14.515Z[ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.415 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-31T20:01:14.530Z[ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71902024-10-31T20:01:14.532Z[ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.432 INFO STEP 1017 (remove_files) COMPLETE
71912024-10-31T20:01:14.532Z[ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.432 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-31T20:01:14.546Z[ recovery-image] Oct 31 20:01:13.447 INFO O| Oct 31 20:01:13.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71932024-10-31T20:01:14.546Z[ recovery-image] Oct 31 20:01:13.447 INFO O| Oct 31 20:01:13.447 INFO STEP 1018 (remove_files) COMPLETE
71942024-10-31T20:01:14.546Z[ recovery-image] Oct 31 20:01:13.448 INFO O| Oct 31 20:01:13.447 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-31T20:01:14.555Z[ recovery-image] Oct 31 20:01:13.457 INFO O| Oct 31 20:01:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71962024-10-31T20:01:14.558Z[ recovery-image] Oct 31 20:01:13.458 INFO O| Oct 31 20:01:13.458 INFO STEP 1019 (remove_files) COMPLETE
71972024-10-31T20:01:14.558Z[ recovery-image] Oct 31 20:01:13.458 INFO O| Oct 31 20:01:13.458 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-31T20:01:14.566Z[ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71992024-10-31T20:01:14.568Z[ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO STEP 1020 (remove_files) COMPLETE
72002024-10-31T20:01:14.568Z[ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-31T20:01:14.575Z[ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72022024-10-31T20:01:14.575Z[ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO STEP 1021 (remove_files) COMPLETE
72032024-10-31T20:01:14.575Z[ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-31T20:01:14.584Z[ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72052024-10-31T20:01:14.584Z[ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO STEP 1022 (remove_files) COMPLETE
72062024-10-31T20:01:14.585Z[ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-31T20:01:14.594Z[ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72082024-10-31T20:01:14.596Z[ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO STEP 1023 (remove_files) COMPLETE
72092024-10-31T20:01:14.596Z[ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-31T20:01:14.603Z[ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72112024-10-31T20:01:14.605Z[ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO STEP 1024 (remove_files) COMPLETE
72122024-10-31T20:01:14.605Z[ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-31T20:01:14.612Z[ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72142024-10-31T20:01:14.612Z[ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO STEP 1025 (remove_files) COMPLETE
72152024-10-31T20:01:14.612Z[ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-31T20:01:14.621Z[ recovery-image] Oct 31 20:01:13.523 INFO O| Oct 31 20:01:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72172024-10-31T20:01:14.624Z[ recovery-image] Oct 31 20:01:13.524 INFO O| Oct 31 20:01:13.524 INFO STEP 1026 (remove_files) COMPLETE
72182024-10-31T20:01:14.624Z[ recovery-image] Oct 31 20:01:13.524 INFO O| Oct 31 20:01:13.524 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-31T20:01:14.631Z[ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72202024-10-31T20:01:14.633Z[ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO STEP 1027 (remove_files) COMPLETE
72212024-10-31T20:01:14.633Z[ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-31T20:01:14.641Z[ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72232024-10-31T20:01:14.643Z[ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO STEP 1028 (remove_files) COMPLETE
72242024-10-31T20:01:14.643Z[ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-31T20:01:14.650Z[ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72262024-10-31T20:01:14.653Z[ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO STEP 1029 (remove_files) COMPLETE
72272024-10-31T20:01:14.653Z[ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-31T20:01:14.661Z[ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72292024-10-31T20:01:14.661Z[ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO STEP 1030 (remove_files) COMPLETE
72302024-10-31T20:01:14.664Z[ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-31T20:01:14.669Z[ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72322024-10-31T20:01:14.669Z[ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO STEP 1031 (remove_files) COMPLETE
72332024-10-31T20:01:14.671Z[ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-31T20:01:14.678Z[ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72352024-10-31T20:01:14.680Z[ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO STEP 1032 (remove_files) COMPLETE
72362024-10-31T20:01:14.680Z[ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-31T20:01:14.687Z[ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72382024-10-31T20:01:14.687Z[ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO STEP 1033 (remove_files) COMPLETE
72392024-10-31T20:01:14.687Z[ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-31T20:01:14.696Z[ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72412024-10-31T20:01:14.696Z[ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO STEP 1034 (remove_files) COMPLETE
72422024-10-31T20:01:14.696Z[ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-31T20:01:14.706Z[ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72442024-10-31T20:01:14.706Z[ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO STEP 1035 (remove_files) COMPLETE
72452024-10-31T20:01:14.709Z[ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-31T20:01:14.715Z[ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72472024-10-31T20:01:14.717Z[ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO STEP 1036 (remove_files) COMPLETE
72482024-10-31T20:01:14.717Z[ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-31T20:01:14.724Z[ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72502024-10-31T20:01:14.726Z[ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO STEP 1037 (remove_files) COMPLETE
72512024-10-31T20:01:14.726Z[ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-31T20:01:14.733Z[ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72532024-10-31T20:01:14.733Z[ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO STEP 1038 (remove_files) COMPLETE
72542024-10-31T20:01:14.736Z[ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-31T20:01:14.743Z[ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72562024-10-31T20:01:14.743Z[ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO STEP 1039 (remove_files) COMPLETE
72572024-10-31T20:01:14.743Z[ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-31T20:01:14.752Z[ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72592024-10-31T20:01:14.754Z[ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.654 INFO STEP 1040 (remove_files) COMPLETE
72602024-10-31T20:01:14.754Z[ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.654 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-31T20:01:14.762Z[ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72622024-10-31T20:01:14.762Z[ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO STEP 1041 (remove_files) COMPLETE
72632024-10-31T20:01:14.764Z[ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-31T20:01:14.771Z[ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72652024-10-31T20:01:14.771Z[ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO STEP 1042 (remove_files) COMPLETE
72662024-10-31T20:01:14.771Z[ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-31T20:01:14.780Z[ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72682024-10-31T20:01:14.780Z[ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO STEP 1043 (remove_files) COMPLETE
72692024-10-31T20:01:14.782Z[ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-31T20:01:14.790Z[ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72712024-10-31T20:01:14.790Z[ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO STEP 1044 (remove_files) COMPLETE
72722024-10-31T20:01:14.790Z[ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-31T20:01:14.800Z[ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72742024-10-31T20:01:14.802Z[ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO STEP 1045 (remove_files) COMPLETE
72752024-10-31T20:01:14.802Z[ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-31T20:01:14.809Z[ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72772024-10-31T20:01:14.809Z[ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO STEP 1046 (remove_files) COMPLETE
72782024-10-31T20:01:14.809Z[ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-31T20:01:14.819Z[ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72802024-10-31T20:01:14.819Z[ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO STEP 1047 (remove_files) COMPLETE
72812024-10-31T20:01:14.821Z[ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-31T20:01:14.828Z[ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72832024-10-31T20:01:14.828Z[ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO STEP 1048 (remove_files) COMPLETE
72842024-10-31T20:01:14.828Z[ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-31T20:01:14.837Z[ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72862024-10-31T20:01:14.837Z[ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO STEP 1049 (remove_files) COMPLETE
72872024-10-31T20:01:14.840Z[ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-31T20:01:14.846Z[ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72892024-10-31T20:01:14.847Z[ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO STEP 1050 (remove_files) COMPLETE
72902024-10-31T20:01:14.849Z[ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-31T20:01:14.856Z[ recovery-image] Oct 31 20:01:13.757 INFO O| Oct 31 20:01:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72922024-10-31T20:01:14.858Z[ recovery-image] Oct 31 20:01:13.758 INFO O| Oct 31 20:01:13.758 INFO STEP 1051 (remove_files) COMPLETE
72932024-10-31T20:01:14.858Z[ recovery-image] Oct 31 20:01:13.758 INFO O| Oct 31 20:01:13.758 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-31T20:01:14.865Z[ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72952024-10-31T20:01:14.868Z[ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO STEP 1052 (remove_files) COMPLETE
72962024-10-31T20:01:14.868Z[ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-31T20:01:14.875Z[ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72982024-10-31T20:01:14.875Z[ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO STEP 1053 (remove_files) COMPLETE
72992024-10-31T20:01:14.877Z[ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-31T20:01:14.884Z[ recovery-image] Oct 31 20:01:13.785 INFO O| Oct 31 20:01:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73012024-10-31T20:01:14.884Z[ recovery-image] Oct 31 20:01:13.786 INFO O| Oct 31 20:01:13.786 INFO STEP 1054 (remove_files) COMPLETE
73022024-10-31T20:01:14.886Z[ recovery-image] Oct 31 20:01:13.786 INFO O| Oct 31 20:01:13.786 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-31T20:01:14.893Z[ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73042024-10-31T20:01:14.895Z[ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO STEP 1055 (remove_files) COMPLETE
73052024-10-31T20:01:14.895Z[ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-31T20:01:14.902Z[ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73072024-10-31T20:01:14.905Z[ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO STEP 1056 (remove_files) COMPLETE
73082024-10-31T20:01:14.905Z[ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-31T20:01:14.912Z[ recovery-image] Oct 31 20:01:13.813 INFO O| Oct 31 20:01:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73102024-10-31T20:01:14.915Z[ recovery-image] Oct 31 20:01:13.814 INFO O| Oct 31 20:01:13.813 INFO STEP 1057 (remove_files) COMPLETE
73112024-10-31T20:01:14.915Z[ recovery-image] Oct 31 20:01:13.814 INFO O| Oct 31 20:01:13.813 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-31T20:01:14.921Z[ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73132024-10-31T20:01:14.921Z[ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO STEP 1058 (remove_files) COMPLETE
73142024-10-31T20:01:14.923Z[ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-31T20:01:14.930Z[ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73162024-10-31T20:01:14.931Z[ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO STEP 1059 (remove_files) COMPLETE
73172024-10-31T20:01:14.933Z[ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-31T20:01:14.940Z[ recovery-image] Oct 31 20:01:13.841 INFO O| Oct 31 20:01:13.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73192024-10-31T20:01:14.942Z[ recovery-image] Oct 31 20:01:13.842 INFO O| Oct 31 20:01:13.841 INFO STEP 1060 (remove_files) COMPLETE
73202024-10-31T20:01:14.942Z[ recovery-image] Oct 31 20:01:13.842 INFO O| Oct 31 20:01:13.842 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-31T20:01:14.949Z[ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73222024-10-31T20:01:14.949Z[ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO STEP 1061 (remove_files) COMPLETE
73232024-10-31T20:01:14.949Z[ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-31T20:01:14.959Z[ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73252024-10-31T20:01:14.959Z[ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO STEP 1062 (remove_files) COMPLETE
73262024-10-31T20:01:14.959Z[ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-31T20:01:14.968Z[ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73282024-10-31T20:01:14.968Z[ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO STEP 1063 (remove_files) COMPLETE
73292024-10-31T20:01:14.970Z[ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-31T20:01:14.977Z[ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73312024-10-31T20:01:14.979Z[ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO STEP 1064 (remove_files) COMPLETE
73322024-10-31T20:01:14.979Z[ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-31T20:01:14.986Z[ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73342024-10-31T20:01:14.990Z[ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO STEP 1065 (remove_files) COMPLETE
73352024-10-31T20:01:14.990Z[ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-31T20:01:14.996Z[ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73372024-10-31T20:01:14.996Z[ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO STEP 1066 (remove_files) COMPLETE
73382024-10-31T20:01:14.998Z[ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-31T20:01:15.005Z[ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73402024-10-31T20:01:15.005Z[ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO STEP 1067 (remove_files) COMPLETE
73412024-10-31T20:01:15.007Z[ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-31T20:01:15.014Z[ recovery-image] Oct 31 20:01:13.916 INFO O| Oct 31 20:01:13.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73432024-10-31T20:01:15.016Z[ recovery-image] Oct 31 20:01:13.916 INFO O| Oct 31 20:01:13.916 INFO STEP 1068 (remove_files) COMPLETE
73442024-10-31T20:01:15.016Z[ recovery-image] Oct 31 20:01:13.917 INFO O| Oct 31 20:01:13.916 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-31T20:01:15.024Z[ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73462024-10-31T20:01:15.026Z[ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO STEP 1069 (remove_files) COMPLETE
73472024-10-31T20:01:15.027Z[ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-31T20:01:15.034Z[ recovery-image] Oct 31 20:01:13.935 INFO O| Oct 31 20:01:13.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73492024-10-31T20:01:15.034Z[ recovery-image] Oct 31 20:01:13.936 INFO O| Oct 31 20:01:13.935 INFO STEP 1070 (remove_files) COMPLETE
73502024-10-31T20:01:15.036Z[ recovery-image] Oct 31 20:01:13.936 INFO O| Oct 31 20:01:13.936 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-31T20:01:15.043Z[ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73522024-10-31T20:01:15.043Z[ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO STEP 1071 (remove_files) COMPLETE
73532024-10-31T20:01:15.046Z[ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-31T20:01:15.054Z[ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73552024-10-31T20:01:15.054Z[ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO STEP 1072 (remove_files) COMPLETE
73562024-10-31T20:01:15.056Z[ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-31T20:01:15.062Z[ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73582024-10-31T20:01:15.062Z[ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.964 INFO STEP 1073 (remove_files) COMPLETE
73592024-10-31T20:01:15.064Z[ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.964 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-31T20:01:15.071Z[ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73612024-10-31T20:01:15.071Z[ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO STEP 1074 (remove_files) COMPLETE
73622024-10-31T20:01:15.073Z[ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-31T20:01:15.081Z[ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73642024-10-31T20:01:15.081Z[ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO STEP 1075 (remove_files) COMPLETE
73652024-10-31T20:01:15.083Z[ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-31T20:01:15.090Z[ recovery-image] Oct 31 20:01:13.991 INFO O| Oct 31 20:01:13.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73672024-10-31T20:01:15.090Z[ recovery-image] Oct 31 20:01:13.992 INFO O| Oct 31 20:01:13.992 INFO STEP 1076 (remove_files) COMPLETE
73682024-10-31T20:01:15.092Z[ recovery-image] Oct 31 20:01:13.992 INFO O| Oct 31 20:01:13.992 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-31T20:01:15.099Z[ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73702024-10-31T20:01:15.101Z[ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO STEP 1077 (remove_files) COMPLETE
73712024-10-31T20:01:15.102Z[ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-31T20:01:15.110Z[ recovery-image] Oct 31 20:01:14.011 INFO O| Oct 31 20:01:14.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73732024-10-31T20:01:15.112Z[ recovery-image] Oct 31 20:01:14.011 INFO O| Oct 31 20:01:14.011 INFO STEP 1078 (remove_files) COMPLETE
73742024-10-31T20:01:15.112Z[ recovery-image] Oct 31 20:01:14.012 INFO O| Oct 31 20:01:14.011 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-31T20:01:15.119Z[ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73762024-10-31T20:01:15.122Z[ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO STEP 1079 (remove_files) COMPLETE
73772024-10-31T20:01:15.122Z[ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-31T20:01:15.129Z[ recovery-image] Oct 31 20:01:14.030 INFO O| Oct 31 20:01:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73792024-10-31T20:01:15.129Z[ recovery-image] Oct 31 20:01:14.030 INFO O| Oct 31 20:01:14.030 INFO STEP 1080 (remove_files) COMPLETE
73802024-10-31T20:01:15.131Z[ recovery-image] Oct 31 20:01:14.031 INFO O| Oct 31 20:01:14.030 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-31T20:01:15.138Z[ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73822024-10-31T20:01:15.138Z[ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO STEP 1081 (remove_files) COMPLETE
73832024-10-31T20:01:15.141Z[ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-31T20:01:15.148Z[ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73852024-10-31T20:01:15.148Z[ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO STEP 1082 (remove_files) COMPLETE
73862024-10-31T20:01:15.150Z[ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-31T20:01:15.157Z[ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73882024-10-31T20:01:15.157Z[ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO STEP 1083 (remove_files) COMPLETE
73892024-10-31T20:01:15.160Z[ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-31T20:01:15.166Z[ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73912024-10-31T20:01:15.169Z[ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO STEP 1084 (remove_files) COMPLETE
73922024-10-31T20:01:15.169Z[ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-31T20:01:15.176Z[ recovery-image] Oct 31 20:01:14.077 INFO O| Oct 31 20:01:14.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73942024-10-31T20:01:15.178Z[ recovery-image] Oct 31 20:01:14.078 INFO O| Oct 31 20:01:14.078 INFO STEP 1085 (remove_files) COMPLETE
73952024-10-31T20:01:15.179Z[ recovery-image] Oct 31 20:01:14.078 INFO O| Oct 31 20:01:14.078 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-31T20:01:15.185Z[ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73972024-10-31T20:01:15.185Z[ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO STEP 1086 (remove_files) COMPLETE
73982024-10-31T20:01:15.185Z[ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-31T20:01:15.194Z[ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74002024-10-31T20:01:15.194Z[ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO STEP 1087 (remove_files) COMPLETE
74012024-10-31T20:01:15.197Z[ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-31T20:01:15.204Z[ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74032024-10-31T20:01:15.204Z[ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO STEP 1088 (remove_files) COMPLETE
74042024-10-31T20:01:15.204Z[ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-31T20:01:15.213Z[ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74062024-10-31T20:01:15.213Z[ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO STEP 1089 (remove_files) COMPLETE
74072024-10-31T20:01:15.213Z[ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-31T20:01:15.223Z[ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74092024-10-31T20:01:15.225Z[ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO STEP 1090 (remove_files) COMPLETE
74102024-10-31T20:01:15.226Z[ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-31T20:01:15.232Z[ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74122024-10-31T20:01:15.235Z[ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO STEP 1091 (remove_files) COMPLETE
74132024-10-31T20:01:15.235Z[ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-31T20:01:15.242Z[ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74152024-10-31T20:01:15.242Z[ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO STEP 1092 (remove_files) COMPLETE
74162024-10-31T20:01:15.244Z[ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-31T20:01:15.251Z[ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74182024-10-31T20:01:15.251Z[ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO STEP 1093 (remove_files) COMPLETE
74192024-10-31T20:01:15.254Z[ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-31T20:01:15.260Z[ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74212024-10-31T20:01:15.261Z[ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO STEP 1094 (remove_files) COMPLETE
74222024-10-31T20:01:15.263Z[ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-31T20:01:15.270Z[ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74242024-10-31T20:01:15.270Z[ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO STEP 1095 (remove_files) COMPLETE
74252024-10-31T20:01:15.273Z[ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-31T20:01:15.280Z[ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74272024-10-31T20:01:15.280Z[ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO STEP 1096 (remove_files) COMPLETE
74282024-10-31T20:01:15.282Z[ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-31T20:01:15.289Z[ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74302024-10-31T20:01:15.289Z[ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO STEP 1097 (remove_files) COMPLETE
74312024-10-31T20:01:15.292Z[ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-31T20:01:15.299Z[ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74332024-10-31T20:01:15.299Z[ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO STEP 1098 (remove_files) COMPLETE
74342024-10-31T20:01:15.299Z[ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-31T20:01:15.308Z[ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74362024-10-31T20:01:15.311Z[ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO STEP 1099 (remove_files) COMPLETE
74372024-10-31T20:01:15.311Z[ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-31T20:01:15.317Z[ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74392024-10-31T20:01:15.318Z[ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO STEP 1100 (remove_files) COMPLETE
74402024-10-31T20:01:15.321Z[ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-31T20:01:15.327Z[ recovery-image] Oct 31 20:01:14.228 INFO O| Oct 31 20:01:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74422024-10-31T20:01:15.328Z[ recovery-image] Oct 31 20:01:14.229 INFO O| Oct 31 20:01:14.229 INFO STEP 1101 (remove_files) COMPLETE
74432024-10-31T20:01:15.330Z[ recovery-image] Oct 31 20:01:14.229 INFO O| Oct 31 20:01:14.229 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-31T20:01:15.336Z[ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74452024-10-31T20:01:15.336Z[ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO STEP 1102 (remove_files) COMPLETE
74462024-10-31T20:01:15.339Z[ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-31T20:01:15.346Z[ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74482024-10-31T20:01:15.346Z[ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO STEP 1103 (remove_files) COMPLETE
74492024-10-31T20:01:15.348Z[ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-31T20:01:15.355Z[ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74512024-10-31T20:01:15.357Z[ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.257 INFO STEP 1104 (remove_files) COMPLETE
74522024-10-31T20:01:15.357Z[ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.257 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-31T20:01:15.364Z[ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74542024-10-31T20:01:15.364Z[ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO STEP 1105 (remove_files) COMPLETE
74552024-10-31T20:01:15.364Z[ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-31T20:01:15.374Z[ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74572024-10-31T20:01:15.375Z[ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO STEP 1106 (remove_files) COMPLETE
74582024-10-31T20:01:15.375Z[ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-31T20:01:15.383Z[ recovery-image] Oct 31 20:01:14.284 INFO O| Oct 31 20:01:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74602024-10-31T20:01:15.383Z[ recovery-image] Oct 31 20:01:14.285 INFO O| Oct 31 20:01:14.284 INFO STEP 1107 (remove_files) COMPLETE
74612024-10-31T20:01:15.386Z[ recovery-image] Oct 31 20:01:14.285 INFO O| Oct 31 20:01:14.285 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-31T20:01:15.392Z[ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74632024-10-31T20:01:15.395Z[ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO STEP 1108 (remove_files) COMPLETE
74642024-10-31T20:01:15.395Z[ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-31T20:01:15.401Z[ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74662024-10-31T20:01:15.404Z[ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO STEP 1109 (remove_files) COMPLETE
74672024-10-31T20:01:15.404Z[ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-31T20:01:15.411Z[ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74692024-10-31T20:01:15.413Z[ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO STEP 1110 (remove_files) COMPLETE
74702024-10-31T20:01:15.413Z[ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-31T20:01:15.420Z[ recovery-image] Oct 31 20:01:14.321 INFO O| Oct 31 20:01:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74722024-10-31T20:01:15.420Z[ recovery-image] Oct 31 20:01:14.322 INFO O| Oct 31 20:01:14.321 INFO STEP 1111 (remove_files) COMPLETE
74732024-10-31T20:01:15.421Z[ recovery-image] Oct 31 20:01:14.322 INFO O| Oct 31 20:01:14.322 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-31T20:01:15.429Z[ recovery-image] Oct 31 20:01:14.331 INFO O| Oct 31 20:01:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74752024-10-31T20:01:15.432Z[ recovery-image] Oct 31 20:01:14.331 INFO O| Oct 31 20:01:14.331 INFO STEP 1112 (remove_files) COMPLETE
74762024-10-31T20:01:15.432Z[ recovery-image] Oct 31 20:01:14.332 INFO O| Oct 31 20:01:14.331 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-31T20:01:15.439Z[ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74782024-10-31T20:01:15.441Z[ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO STEP 1113 (remove_files) COMPLETE
74792024-10-31T20:01:15.441Z[ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-31T20:01:15.449Z[ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74812024-10-31T20:01:15.449Z[ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO STEP 1114 (remove_files) COMPLETE
74822024-10-31T20:01:15.451Z[ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-31T20:01:15.459Z[ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74842024-10-31T20:01:15.461Z[ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO STEP 1115 (remove_files) COMPLETE
74852024-10-31T20:01:15.461Z[ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-31T20:01:15.467Z[ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74872024-10-31T20:01:15.472Z[ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO STEP 1116 (remove_files) COMPLETE
74882024-10-31T20:01:15.472Z[ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-31T20:01:15.476Z[ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74902024-10-31T20:01:15.479Z[ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO STEP 1117 (remove_files) COMPLETE
74912024-10-31T20:01:15.479Z[ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-31T20:01:15.486Z[ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74932024-10-31T20:01:15.486Z[ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO STEP 1118 (remove_files) COMPLETE
74942024-10-31T20:01:15.489Z[ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-31T20:01:15.497Z[ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74962024-10-31T20:01:15.497Z[ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO STEP 1119 (remove_files) COMPLETE
74972024-10-31T20:01:15.497Z[ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-31T20:01:15.505Z[ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74992024-10-31T20:01:15.508Z[ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO STEP 1120 (remove_files) COMPLETE
75002024-10-31T20:01:15.508Z[ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-31T20:01:15.514Z[ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75022024-10-31T20:01:15.514Z[ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO STEP 1121 (remove_files) COMPLETE
75032024-10-31T20:01:15.516Z[ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-31T20:01:15.523Z[ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75052024-10-31T20:01:15.523Z[ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO STEP 1122 (remove_files) COMPLETE
75062024-10-31T20:01:15.523Z[ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-31T20:01:15.533Z[ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75082024-10-31T20:01:15.533Z[ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO STEP 1123 (remove_files) COMPLETE
75092024-10-31T20:01:15.533Z[ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-31T20:01:15.542Z[ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75112024-10-31T20:01:15.542Z[ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO STEP 1124 (remove_files) COMPLETE
75122024-10-31T20:01:15.545Z[ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-31T20:01:15.551Z[ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75142024-10-31T20:01:15.551Z[ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.453 INFO STEP 1125 (remove_files) COMPLETE
75152024-10-31T20:01:15.551Z[ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.453 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-31T20:01:15.560Z[ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75172024-10-31T20:01:15.560Z[ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO STEP 1126 (remove_files) COMPLETE
75182024-10-31T20:01:15.563Z[ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-31T20:01:15.570Z[ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75202024-10-31T20:01:15.570Z[ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO STEP 1127 (remove_files) COMPLETE
75212024-10-31T20:01:15.570Z[ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-31T20:01:15.579Z[ recovery-image] Oct 31 20:01:14.480 INFO O| Oct 31 20:01:14.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75232024-10-31T20:01:15.579Z[ recovery-image] Oct 31 20:01:14.481 INFO O| Oct 31 20:01:14.481 INFO STEP 1128 (remove_files) COMPLETE
75242024-10-31T20:01:15.579Z[ recovery-image] Oct 31 20:01:14.481 INFO O| Oct 31 20:01:14.481 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-31T20:01:15.588Z[ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75262024-10-31T20:01:15.588Z[ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO STEP 1129 (remove_files) COMPLETE
75272024-10-31T20:01:15.588Z[ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-31T20:01:15.598Z[ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75292024-10-31T20:01:15.598Z[ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO STEP 1130 (remove_files) COMPLETE
75302024-10-31T20:01:15.598Z[ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-31T20:01:15.607Z[ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75322024-10-31T20:01:15.610Z[ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO STEP 1131 (remove_files) COMPLETE
75332024-10-31T20:01:15.610Z[ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-31T20:01:15.616Z[ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75352024-10-31T20:01:15.619Z[ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO STEP 1132 (remove_files) COMPLETE
75362024-10-31T20:01:15.619Z[ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-31T20:01:15.626Z[ recovery-image] Oct 31 20:01:14.527 INFO O| Oct 31 20:01:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75382024-10-31T20:01:15.628Z[ recovery-image] Oct 31 20:01:14.528 INFO O| Oct 31 20:01:14.528 INFO STEP 1133 (remove_files) COMPLETE
75392024-10-31T20:01:15.628Z[ recovery-image] Oct 31 20:01:14.528 INFO O| Oct 31 20:01:14.528 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-31T20:01:15.636Z[ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75412024-10-31T20:01:15.636Z[ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO STEP 1134 (remove_files) COMPLETE
75422024-10-31T20:01:15.638Z[ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-31T20:01:15.647Z[ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75442024-10-31T20:01:15.647Z[ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO STEP 1135 (remove_files) COMPLETE
75452024-10-31T20:01:15.650Z[ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-31T20:01:15.654Z[ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75472024-10-31T20:01:15.654Z[ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO STEP 1136 (remove_files) COMPLETE
75482024-10-31T20:01:15.654Z[ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-31T20:01:15.664Z[ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75502024-10-31T20:01:15.668Z[ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO STEP 1137 (remove_files) COMPLETE
75512024-10-31T20:01:15.668Z[ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-31T20:01:15.673Z[ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75532024-10-31T20:01:15.673Z[ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO STEP 1138 (remove_files) COMPLETE
75542024-10-31T20:01:15.673Z[ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-31T20:01:15.682Z[ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75562024-10-31T20:01:15.682Z[ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO STEP 1139 (remove_files) COMPLETE
75572024-10-31T20:01:15.686Z[ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-31T20:01:15.692Z[ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75592024-10-31T20:01:15.692Z[ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO STEP 1140 (remove_files) COMPLETE
75602024-10-31T20:01:15.694Z[ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-31T20:01:15.701Z[ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75622024-10-31T20:01:15.701Z[ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.603 INFO STEP 1141 (remove_files) COMPLETE
75632024-10-31T20:01:15.703Z[ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.603 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-31T20:01:15.710Z[ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75652024-10-31T20:01:15.710Z[ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO STEP 1142 (remove_files) COMPLETE
75662024-10-31T20:01:15.713Z[ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-31T20:01:15.720Z[ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75682024-10-31T20:01:15.720Z[ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO STEP 1143 (remove_files) COMPLETE
75692024-10-31T20:01:15.722Z[ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-31T20:01:15.729Z[ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75712024-10-31T20:01:15.729Z[ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO STEP 1144 (remove_files) COMPLETE
75722024-10-31T20:01:15.729Z[ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-31T20:01:15.738Z[ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75742024-10-31T20:01:15.741Z[ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO STEP 1145 (remove_files) COMPLETE
75752024-10-31T20:01:15.741Z[ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-31T20:01:15.748Z[ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75772024-10-31T20:01:15.748Z[ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO STEP 1146 (remove_files) COMPLETE
75782024-10-31T20:01:15.750Z[ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-31T20:01:15.757Z[ recovery-image] Oct 31 20:01:14.658 INFO O| Oct 31 20:01:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75802024-10-31T20:01:15.759Z[ recovery-image] Oct 31 20:01:14.659 INFO O| Oct 31 20:01:14.659 INFO STEP 1147 (remove_files) COMPLETE
75812024-10-31T20:01:15.759Z[ recovery-image] Oct 31 20:01:14.659 INFO O| Oct 31 20:01:14.659 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-31T20:01:15.766Z[ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75832024-10-31T20:01:15.769Z[ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO STEP 1148 (remove_files) COMPLETE
75842024-10-31T20:01:15.769Z[ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-31T20:01:15.776Z[ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75862024-10-31T20:01:15.776Z[ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO STEP 1149 (remove_files) COMPLETE
75872024-10-31T20:01:15.779Z[ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-31T20:01:15.785Z[ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75892024-10-31T20:01:15.785Z[ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO STEP 1150 (remove_files) COMPLETE
75902024-10-31T20:01:15.785Z[ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-31T20:01:15.795Z[ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75922024-10-31T20:01:15.795Z[ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO STEP 1151 (remove_files) COMPLETE
75932024-10-31T20:01:15.797Z[ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-31T20:01:15.804Z[ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75952024-10-31T20:01:15.804Z[ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO STEP 1152 (remove_files) COMPLETE
75962024-10-31T20:01:15.806Z[ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-31T20:01:15.813Z[ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75982024-10-31T20:01:15.816Z[ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.715 INFO STEP 1153 (remove_files) COMPLETE
75992024-10-31T20:01:15.816Z[ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.715 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-31T20:01:15.822Z[ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76012024-10-31T20:01:15.825Z[ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO STEP 1154 (remove_files) COMPLETE
76022024-10-31T20:01:15.825Z[ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-31T20:01:15.832Z[ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76042024-10-31T20:01:15.832Z[ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO STEP 1155 (remove_files) COMPLETE
76052024-10-31T20:01:15.832Z[ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-31T20:01:15.841Z[ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76072024-10-31T20:01:15.843Z[ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.743 INFO STEP 1156 (remove_files) COMPLETE
76082024-10-31T20:01:15.843Z[ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.743 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-31T20:01:15.850Z[ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76102024-10-31T20:01:15.850Z[ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO STEP 1157 (remove_files) COMPLETE
76112024-10-31T20:01:15.850Z[ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-31T20:01:15.860Z[ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76132024-10-31T20:01:15.860Z[ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO STEP 1158 (remove_files) COMPLETE
76142024-10-31T20:01:15.860Z[ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-31T20:01:15.869Z[ recovery-image] Oct 31 20:01:14.770 INFO O| Oct 31 20:01:14.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76162024-10-31T20:01:15.872Z[ recovery-image] Oct 31 20:01:14.770 INFO O| Oct 31 20:01:14.770 INFO STEP 1159 (remove_files) COMPLETE
76172024-10-31T20:01:15.872Z[ recovery-image] Oct 31 20:01:14.771 INFO O| Oct 31 20:01:14.770 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-31T20:01:15.878Z[ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76192024-10-31T20:01:15.881Z[ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO STEP 1160 (remove_files) COMPLETE
76202024-10-31T20:01:15.881Z[ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-31T20:01:15.888Z[ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76222024-10-31T20:01:15.888Z[ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO STEP 1161 (remove_files) COMPLETE
76232024-10-31T20:01:15.890Z[ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-31T20:01:15.897Z[ recovery-image] Oct 31 20:01:14.798 INFO O| Oct 31 20:01:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76252024-10-31T20:01:15.897Z[ recovery-image] Oct 31 20:01:14.799 INFO O| Oct 31 20:01:14.799 INFO STEP 1162 (remove_files) COMPLETE
76262024-10-31T20:01:15.897Z[ recovery-image] Oct 31 20:01:14.799 INFO O| Oct 31 20:01:14.799 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-31T20:01:15.906Z[ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76282024-10-31T20:01:15.906Z[ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO STEP 1163 (remove_files) COMPLETE
76292024-10-31T20:01:15.908Z[ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-31T20:01:15.916Z[ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76312024-10-31T20:01:15.916Z[ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO STEP 1164 (remove_files) COMPLETE
76322024-10-31T20:01:15.918Z[ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-31T20:01:15.925Z[ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76342024-10-31T20:01:15.925Z[ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO STEP 1165 (remove_files) COMPLETE
76352024-10-31T20:01:15.927Z[ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-31T20:01:15.934Z[ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76372024-10-31T20:01:15.937Z[ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO STEP 1166 (remove_files) COMPLETE
76382024-10-31T20:01:15.937Z[ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-31T20:01:15.943Z[ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76402024-10-31T20:01:15.944Z[ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO STEP 1167 (remove_files) COMPLETE
76412024-10-31T20:01:15.944Z[ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-31T20:01:15.953Z[ recovery-image] Oct 31 20:01:14.854 INFO O| Oct 31 20:01:14.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76432024-10-31T20:01:15.955Z[ recovery-image] Oct 31 20:01:14.855 INFO O| Oct 31 20:01:14.854 INFO STEP 1168 (remove_files) COMPLETE
76442024-10-31T20:01:15.955Z[ recovery-image] Oct 31 20:01:14.855 INFO O| Oct 31 20:01:14.854 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-31T20:01:15.962Z[ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76462024-10-31T20:01:15.964Z[ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO STEP 1169 (remove_files) COMPLETE
76472024-10-31T20:01:15.964Z[ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-31T20:01:15.972Z[ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76492024-10-31T20:01:15.972Z[ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO STEP 1170 (remove_files) COMPLETE
76502024-10-31T20:01:15.972Z[ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-31T20:01:15.981Z[ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76522024-10-31T20:01:15.981Z[ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO STEP 1171 (remove_files) COMPLETE
76532024-10-31T20:01:15.981Z[ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-31T20:01:15.990Z[ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76552024-10-31T20:01:15.990Z[ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO STEP 1172 (remove_files) COMPLETE
76562024-10-31T20:01:15.993Z[ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-31T20:01:16.000Z[ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76582024-10-31T20:01:16.000Z[ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO STEP 1173 (remove_files) COMPLETE
76592024-10-31T20:01:16.002Z[ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-31T20:01:16.009Z[ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76612024-10-31T20:01:16.009Z[ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.911 INFO STEP 1174 (remove_files) COMPLETE
76622024-10-31T20:01:16.011Z[ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.911 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-31T20:01:16.019Z[ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76642024-10-31T20:01:16.019Z[ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO STEP 1175 (remove_files) COMPLETE
76652024-10-31T20:01:16.019Z[ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-31T20:01:16.028Z[ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76672024-10-31T20:01:16.028Z[ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO STEP 1176 (remove_files) COMPLETE
76682024-10-31T20:01:16.031Z[ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-31T20:01:16.038Z[ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76702024-10-31T20:01:16.038Z[ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO STEP 1177 (remove_files) COMPLETE
76712024-10-31T20:01:16.041Z[ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-31T20:01:16.047Z[ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76732024-10-31T20:01:16.047Z[ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO STEP 1178 (remove_files) COMPLETE
76742024-10-31T20:01:16.047Z[ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-31T20:01:16.059Z[ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76762024-10-31T20:01:16.062Z[ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO STEP 1179 (remove_files) COMPLETE
76772024-10-31T20:01:16.062Z[ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-31T20:01:16.071Z[ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76792024-10-31T20:01:16.071Z[ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO STEP 1180 (remove_files) COMPLETE
76802024-10-31T20:01:16.073Z[ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-31T20:01:16.082Z[ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76822024-10-31T20:01:16.082Z[ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO STEP 1181 (remove_files) COMPLETE
76832024-10-31T20:01:16.084Z[ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-31T20:01:16.091Z[ recovery-image] Oct 31 20:01:14.992 INFO O| Oct 31 20:01:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76852024-10-31T20:01:16.091Z[ recovery-image] Oct 31 20:01:14.993 INFO O| Oct 31 20:01:14.992 INFO STEP 1182 (remove_files) COMPLETE
76862024-10-31T20:01:16.093Z[ recovery-image] Oct 31 20:01:14.993 INFO O| Oct 31 20:01:14.993 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-31T20:01:16.101Z[ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76882024-10-31T20:01:16.103Z[ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO STEP 1183 (remove_files) COMPLETE
76892024-10-31T20:01:16.103Z[ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-31T20:01:16.110Z[ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76912024-10-31T20:01:16.110Z[ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO STEP 1184 (remove_files) COMPLETE
76922024-10-31T20:01:16.113Z[ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-31T20:01:16.120Z[ recovery-image] Oct 31 20:01:15.021 INFO O| Oct 31 20:01:15.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76942024-10-31T20:01:16.122Z[ recovery-image] Oct 31 20:01:15.022 INFO O| Oct 31 20:01:15.022 INFO STEP 1185 (remove_files) COMPLETE
76952024-10-31T20:01:16.122Z[ recovery-image] Oct 31 20:01:15.022 INFO O| Oct 31 20:01:15.022 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-31T20:01:16.129Z[ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76972024-10-31T20:01:16.129Z[ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO STEP 1186 (remove_files) COMPLETE
76982024-10-31T20:01:16.129Z[ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-31T20:01:16.139Z[ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77002024-10-31T20:01:16.139Z[ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO STEP 1187 (remove_files) COMPLETE
77012024-10-31T20:01:16.141Z[ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-31T20:01:16.148Z[ recovery-image] Oct 31 20:01:15.049 INFO O| Oct 31 20:01:15.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77032024-10-31T20:01:16.148Z[ recovery-image] Oct 31 20:01:15.050 INFO O| Oct 31 20:01:15.050 INFO STEP 1188 (remove_files) COMPLETE
77042024-10-31T20:01:16.148Z[ recovery-image] Oct 31 20:01:15.050 INFO O| Oct 31 20:01:15.050 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-31T20:01:16.157Z[ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77062024-10-31T20:01:16.159Z[ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO STEP 1189 (remove_files) COMPLETE
77072024-10-31T20:01:16.159Z[ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-31T20:01:16.167Z[ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77092024-10-31T20:01:16.169Z[ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO STEP 1190 (remove_files) COMPLETE
77102024-10-31T20:01:16.169Z[ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-31T20:01:16.176Z[ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77122024-10-31T20:01:16.176Z[ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO STEP 1191 (remove_files) COMPLETE
77132024-10-31T20:01:16.179Z[ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-31T20:01:16.185Z[ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77152024-10-31T20:01:16.185Z[ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO STEP 1192 (remove_files) COMPLETE
77162024-10-31T20:01:16.188Z[ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-31T20:01:16.195Z[ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77182024-10-31T20:01:16.195Z[ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO STEP 1193 (remove_files) COMPLETE
77192024-10-31T20:01:16.195Z[ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-31T20:01:16.204Z[ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77212024-10-31T20:01:16.204Z[ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.106 INFO STEP 1194 (remove_files) COMPLETE
77222024-10-31T20:01:16.206Z[ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.106 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-31T20:01:16.213Z[ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77242024-10-31T20:01:16.213Z[ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO STEP 1195 (remove_files) COMPLETE
77252024-10-31T20:01:16.216Z[ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-31T20:01:16.223Z[ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77272024-10-31T20:01:16.223Z[ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO STEP 1196 (remove_files) COMPLETE
77282024-10-31T20:01:16.225Z[ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-31T20:01:16.232Z[ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77302024-10-31T20:01:16.232Z[ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.134 INFO STEP 1197 (remove_files) COMPLETE
77312024-10-31T20:01:16.232Z[ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.134 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-31T20:01:16.241Z[ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77332024-10-31T20:01:16.242Z[ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO STEP 1198 (remove_files) COMPLETE
77342024-10-31T20:01:16.242Z[ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-31T20:01:16.251Z[ recovery-image] Oct 31 20:01:15.152 INFO O| Oct 31 20:01:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77362024-10-31T20:01:16.257Z[ recovery-image] Oct 31 20:01:15.152 INFO O| Oct 31 20:01:15.152 INFO STEP 1199 (remove_files) COMPLETE
77372024-10-31T20:01:16.257Z[ recovery-image] Oct 31 20:01:15.153 INFO O| Oct 31 20:01:15.152 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-31T20:01:16.260Z[ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77392024-10-31T20:01:16.263Z[ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO STEP 1200 (remove_files) COMPLETE
77402024-10-31T20:01:16.263Z[ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-31T20:01:16.270Z[ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77422024-10-31T20:01:16.270Z[ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO STEP 1201 (remove_files) COMPLETE
77432024-10-31T20:01:16.272Z[ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-31T20:01:16.279Z[ recovery-image] Oct 31 20:01:15.180 INFO O| Oct 31 20:01:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77452024-10-31T20:01:16.279Z[ recovery-image] Oct 31 20:01:15.181 INFO O| Oct 31 20:01:15.180 INFO STEP 1202 (remove_files) COMPLETE
77462024-10-31T20:01:16.279Z[ recovery-image] Oct 31 20:01:15.181 INFO O| Oct 31 20:01:15.181 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-31T20:01:16.288Z[ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77482024-10-31T20:01:16.288Z[ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO STEP 1203 (remove_files) COMPLETE
77492024-10-31T20:01:16.292Z[ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-31T20:01:16.297Z[ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77512024-10-31T20:01:16.297Z[ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO STEP 1204 (remove_files) COMPLETE
77522024-10-31T20:01:16.300Z[ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-31T20:01:16.307Z[ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77542024-10-31T20:01:16.307Z[ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO STEP 1205 (remove_files) COMPLETE
77552024-10-31T20:01:16.309Z[ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77562024-10-31T20:01:16.321Z[ recovery-image] Oct 31 20:01:15.223 INFO O| Oct 31 20:01:15.222 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77572024-10-31T20:01:16.321Z[ recovery-image] Oct 31 20:01:15.223 INFO O| Oct 31 20:01:15.223 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77582024-10-31T20:01:16.868Z[ host-image] Oct 31 20:01:15.769 INFO O| Oct 31 20:01:15.769 INFO O| Download: Completed 1.39 MB in 3.40 seconds (418k/s)
77592024-10-31T20:01:16.896Z[ host-image] Oct 31 20:01:15.797 INFO O| Oct 31 20:01:15.797 INFO O| Actions: 1/238 actions (Installing new actions)
77602024-10-31T20:01:16.997Z[ host-image] Oct 31 20:01:15.899 INFO O| Oct 31 20:01:15.899 INFO O| Actions: Completed 238 actions in 0.10 seconds.
77612024-10-31T20:01:17.038Z[ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO STEP 1206 (pack_tar) COMPLETE
77622024-10-31T20:01:17.038Z[ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77632024-10-31T20:01:17.038Z[ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77642024-10-31T20:01:17.329Z[ recovery-image] Oct 31 20:01:16.230 INFO O| Oct 31 20:01:16.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77652024-10-31T20:01:17.347Z[ host-image] Oct 31 20:01:16.248 INFO O| Oct 31 20:01:16.248 INFO O| Done
77662024-10-31T20:01:17.347Z[ host-image] Oct 31 20:01:16.248 INFO O| Oct 31 20:01:16.248 INFO O| Done
77672024-10-31T20:01:17.427Z[ recovery-image] Oct 31 20:01:16.328 INFO O| Oct 31 20:01:16.328 INFO completed processing gimlet/ramdisk-03-recovery-trim
77682024-10-31T20:01:17.434Z[ recovery-image] Oct 31 20:01:16.335 INFO image builder template: zfs-recovery...
77692024-10-31T20:01:17.434Z[ recovery-image] Oct 31 20:01:16.335 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/.tmpap0uK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77702024-10-31T20:01:17.466Z[ recovery-image] Oct 31 20:01:16.367 INFO O| Oct 31 20:01:16.367 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77712024-10-31T20:01:17.470Z[ recovery-image] Oct 31 20:01:16.371 INFO O| Oct 31 20:01:16.371 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77722024-10-31T20:01:17.599Z[ recovery-image] Oct 31 20:01:16.501 INFO O| Oct 31 20:01:16.501 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77732024-10-31T20:01:17.674Z[ recovery-image] Oct 31 20:01:16.575 INFO O| Oct 31 20:01:16.575 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77742024-10-31T20:01:17.674Z[ recovery-image] Oct 31 20:01:16.576 INFO O| Oct 31 20:01:16.576 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77752024-10-31T20:01:17.678Z[ recovery-image] Oct 31 20:01:16.580 INFO O| Oct 31 20:01:16.579 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77762024-10-31T20:01:17.766Z[ recovery-image] Oct 31 20:01:16.667 INFO O| Oct 31 20:01:16.667 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77772024-10-31T20:01:17.818Z[ recovery-image] Oct 31 20:01:16.719 INFO O| Oct 31 20:01:16.719 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77782024-10-31T20:01:17.828Z[ recovery-image] Oct 31 20:01:16.729 INFO O| Oct 31 20:01:16.729 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77792024-10-31T20:01:17.835Z[ recovery-image] Oct 31 20:01:16.735 INFO O| Oct 31 20:01:16.735 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77802024-10-31T20:01:17.838Z[ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO no lofi found
77812024-10-31T20:01:17.838Z[ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77822024-10-31T20:01:17.838Z[ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77832024-10-31T20:01:17.838Z[ host-image] Oct 31 20:01:16.738 INFO O| Oct 31 20:01:16.737 INFO O| Done
77842024-10-31T20:01:19.033Z[ host-image] Oct 31 20:01:17.934 INFO O| Oct 31 20:01:17.934 INFO O| Done
77852024-10-31T20:01:19.055Z[ host-image] Oct 31 20:01:17.956 INFO O| Oct 31 20:01:17.956 INFO O| Done
77862024-10-31T20:01:19.055Z[ host-image] Oct 31 20:01:17.957 INFO O| Oct 31 20:01:17.957 INFO O| Done
77872024-10-31T20:01:19.070Z[ host-image] Oct 31 20:01:17.971 INFO O| Oct 31 20:01:17.971 INFO O| Done
77882024-10-31T20:01:19.171Z[ host-image] Oct 31 20:01:18.072 INFO O| Oct 31 20:01:18.072 INFO STEP 12 (pkg_install) COMPLETE
77892024-10-31T20:01:19.171Z[ host-image] Oct 31 20:01:18.072 INFO O| Oct 31 20:01:18.072 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77902024-10-31T20:01:19.182Z[ host-image] Oct 31 20:01:18.083 INFO O| Oct 31 20:01:18.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
77912024-10-31T20:01:19.672Z[ host-image] Oct 31 20:01:18.573 INFO O| Oct 31 20:01:18.573 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
77922024-10-31T20:01:20.109Z[ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO lofi device = /dev/dsk/c2t1d0p0
77932024-10-31T20:01:20.109Z[ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO pool device = /dev/dsk/c2t1d0p0
77942024-10-31T20:01:20.112Z[ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77952024-10-31T20:01:20.186Z[ recovery-image] Oct 31 20:01:19.087 INFO O| Oct 31 20:01:19.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77962024-10-31T20:01:20.186Z[ recovery-image] Oct 31 20:01:19.087 INFO O| Oct 31 20:01:19.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77972024-10-31T20:01:20.205Z[ recovery-image] Oct 31 20:01:19.106 INFO O| Oct 31 20:01:19.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77982024-10-31T20:01:20.270Z[ recovery-image] Oct 31 20:01:19.171 INFO O| Oct 31 20:01:19.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77992024-10-31T20:01:20.309Z[ recovery-image] Oct 31 20:01:19.208 INFO O| Oct 31 20:01:19.208 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78002024-10-31T20:01:20.322Z[ recovery-image] Oct 31 20:01:19.222 INFO O| Oct 31 20:01:19.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78012024-10-31T20:01:20.333Z[ recovery-image] Oct 31 20:01:19.233 INFO O| Oct 31 20:01:19.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78022024-10-31T20:01:20.378Z[ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78032024-10-31T20:01:20.380Z[ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78042024-10-31T20:01:20.380Z[ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78052024-10-31T20:01:20.388Z[ recovery-image] Oct 31 20:01:19.289 INFO O| Oct 31 20:01:19.289 INFO boot environment UUID: a93c11c5-a98e-49fd-bbe2-42e160e1c2d0
78062024-10-31T20:01:20.388Z[ recovery-image] Oct 31 20:01:19.289 INFO O| Oct 31 20:01:19.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a93c11c5-a98e-49fd-bbe2-42e160e1c2d0
78072024-10-31T20:01:20.398Z[ recovery-image] Oct 31 20:01:19.299 INFO O| Oct 31 20:01:19.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78082024-10-31T20:01:20.408Z[ recovery-image] Oct 31 20:01:19.309 INFO O| Oct 31 20:01:19.309 INFO STEP 0 (create_be) COMPLETE
78092024-10-31T20:01:20.408Z[ recovery-image] Oct 31 20:01:19.309 INFO O| Oct 31 20:01:19.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78102024-10-31T20:01:20.425Z[ recovery-image] Oct 31 20:01:19.326 INFO O| Oct 31 20:01:19.326 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78112024-10-31T20:01:22.314Z[ host-image] Oct 31 20:01:21.212 INFO O| Oct 31 20:01:21.211 INFO O| Planning: Solver setup ... Done
78122024-10-31T20:01:22.318Z[ host-image] Oct 31 20:01:21.218 INFO O| Oct 31 20:01:21.218 INFO O| Planning: Running solver ... Done
78132024-10-31T20:01:22.403Z[ host-image] Oct 31 20:01:21.304 INFO O| Oct 31 20:01:21.304 INFO O| Planning: Finding local manifests ... Done
78142024-10-31T20:01:22.406Z[ host-image] Oct 31 20:01:21.306 INFO O| Oct 31 20:01:21.306 INFO O| Planning: Fetching manifests: 0/6 0% complete
78152024-10-31T20:01:22.627Z[ recovery-image] Oct 31 20:01:21.526 INFO O| Oct 31 20:01:21.526 INFO STEP 1 (unpack_tar) COMPLETE
78162024-10-31T20:01:22.627Z[ recovery-image] Oct 31 20:01:21.526 INFO O| Oct 31 20:01:21.526 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-10-31T20:01:22.630Z[ host-image] Oct 31 20:01:21.531 INFO O| Oct 31 20:01:21.531 INFO O| Planning: Fetching manifests: 6/6 100% complete
78182024-10-31T20:01:22.637Z[ recovery-image] Oct 31 20:01:21.538 INFO O| Oct 31 20:01:21.538 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78192024-10-31T20:01:22.688Z[ host-image] Oct 31 20:01:21.589 INFO O| Oct 31 20:01:21.589 INFO O| Planning: Package planning ... Done
78202024-10-31T20:01:22.721Z[ host-image] Oct 31 20:01:21.622 INFO O| Oct 31 20:01:21.622 INFO O| Planning: Merging actions ... Done
78212024-10-31T20:01:22.860Z[ host-image] Oct 31 20:01:21.761 INFO O| Oct 31 20:01:21.761 INFO O| Planning: Checking for conflicting actions ... Done
78222024-10-31T20:01:22.867Z[ host-image] Oct 31 20:01:21.768 INFO O| Oct 31 20:01:21.767 INFO O| Planning: Consolidating action changes ... Done
78232024-10-31T20:01:23.100Z[ recovery-image] Oct 31 20:01:22.001 INFO O| Oct 31 20:01:22.001 INFO STEP 2 (devfsadm) COMPLETE
78242024-10-31T20:01:23.100Z[ recovery-image] Oct 31 20:01:22.001 INFO O| Oct 31 20:01:22.001 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78252024-10-31T20:01:23.111Z[ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78262024-10-31T20:01:23.111Z[ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78272024-10-31T20:01:23.114Z[ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO STEP 3 (ensure_dir) COMPLETE
78282024-10-31T20:01:23.115Z[ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78292024-10-31T20:01:23.121Z[ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78302024-10-31T20:01:23.121Z[ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO STEP 4 (ensure_dir) COMPLETE
78312024-10-31T20:01:23.121Z[ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78322024-10-31T20:01:23.131Z[ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78332024-10-31T20:01:23.131Z[ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO STEP 5 (ensure_dir) COMPLETE
78342024-10-31T20:01:23.133Z[ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78352024-10-31T20:01:23.141Z[ host-image] Oct 31 20:01:22.040 INFO O| Oct 31 20:01:22.040 INFO O| Planning: Evaluating mediators ... Done
78362024-10-31T20:01:23.143Z[ recovery-image] Oct 31 20:01:22.041 INFO O| Oct 31 20:01:22.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78372024-10-31T20:01:23.144Z[ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78382024-10-31T20:01:23.144Z[ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO STEP 6 (ensure_dir) COMPLETE
78392024-10-31T20:01:23.144Z[ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78402024-10-31T20:01:23.144Z[ host-image] Oct 31 20:01:22.044 INFO O| Oct 31 20:01:22.044 INFO O| Planning: Planning completed in 3.47 seconds
78412024-10-31T20:01:23.147Z[ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Packages to install: 6
78422024-10-31T20:01:23.147Z[ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Mediators to change: 1
78432024-10-31T20:01:23.147Z[ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Services to change: 1
78442024-10-31T20:01:23.152Z[ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78452024-10-31T20:01:23.153Z[ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78462024-10-31T20:01:23.155Z[ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO STEP 7 (ensure_dir) COMPLETE
78472024-10-31T20:01:23.155Z[ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78482024-10-31T20:01:23.160Z[ host-image] Oct 31 20:01:22.061 INFO O| Oct 31 20:01:22.061 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
78492024-10-31T20:01:23.162Z[ recovery-image] Oct 31 20:01:22.063 INFO O| Oct 31 20:01:22.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78502024-10-31T20:01:23.165Z[ recovery-image] Oct 31 20:01:22.064 INFO O| Oct 31 20:01:22.064 INFO STEP 8 (remove_files) COMPLETE
78512024-10-31T20:01:23.165Z[ recovery-image] Oct 31 20:01:22.064 INFO O| Oct 31 20:01:22.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78522024-10-31T20:01:23.173Z[ recovery-image] Oct 31 20:01:22.074 INFO O| Oct 31 20:01:22.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78532024-10-31T20:01:23.175Z[ recovery-image] Oct 31 20:01:22.075 INFO O| Oct 31 20:01:22.075 INFO STEP 9 (remove_files) COMPLETE
78542024-10-31T20:01:23.176Z[ recovery-image] Oct 31 20:01:22.075 INFO O| Oct 31 20:01:22.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78552024-10-31T20:01:23.184Z[ recovery-image] Oct 31 20:01:22.084 INFO O| Oct 31 20:01:22.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78562024-10-31T20:01:23.187Z[ recovery-image] Oct 31 20:01:22.085 INFO O| Oct 31 20:01:22.085 INFO STEP 10 (remove_files) COMPLETE
78572024-10-31T20:01:23.187Z[ recovery-image] Oct 31 20:01:22.085 INFO O| Oct 31 20:01:22.085 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-31T20:01:23.194Z[ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78592024-10-31T20:01:23.197Z[ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO STEP 11 (remove_files) COMPLETE
78602024-10-31T20:01:23.197Z[ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78612024-10-31T20:01:23.204Z[ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78622024-10-31T20:01:23.206Z[ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO STEP 12 (remove_files) COMPLETE
78632024-10-31T20:01:23.206Z[ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78642024-10-31T20:01:23.214Z[ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78652024-10-31T20:01:23.217Z[ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78662024-10-31T20:01:23.217Z[ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO STEP 13 (ensure_dir) COMPLETE
78672024-10-31T20:01:23.217Z[ recovery-image] Oct 31 20:01:22.116 INFO O| Oct 31 20:01:22.115 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-10-31T20:01:23.225Z[ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78692024-10-31T20:01:23.227Z[ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78702024-10-31T20:01:23.227Z[ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78712024-10-31T20:01:23.227Z[ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO STEP 14 (ensure_dir) COMPLETE
78722024-10-31T20:01:23.227Z[ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78732024-10-31T20:01:23.235Z[ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78742024-10-31T20:01:23.237Z[ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78752024-10-31T20:01:23.237Z[ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78762024-10-31T20:01:23.237Z[ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO STEP 15 (ensure_dir) COMPLETE
78772024-10-31T20:01:23.238Z[ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78782024-10-31T20:01:23.245Z[ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78792024-10-31T20:01:23.245Z[ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78802024-10-31T20:01:23.247Z[ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO STEP 16 (ensure_dir) COMPLETE
78812024-10-31T20:01:23.247Z[ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-31T20:01:23.255Z[ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78832024-10-31T20:01:23.257Z[ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78842024-10-31T20:01:23.257Z[ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO STEP 17 (ensure_dir) COMPLETE
78852024-10-31T20:01:23.257Z[ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-31T20:01:23.265Z[ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78872024-10-31T20:01:23.265Z[ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78882024-10-31T20:01:23.267Z[ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO ok!
78892024-10-31T20:01:23.267Z[ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO STEP 18 (ensure_symlink) COMPLETE
78902024-10-31T20:01:23.267Z[ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-31T20:01:23.275Z[ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78922024-10-31T20:01:23.275Z[ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78932024-10-31T20:01:23.275Z[ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO ok!
78942024-10-31T20:01:23.275Z[ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO STEP 19 (ensure_file) COMPLETE
78952024-10-31T20:01:23.275Z[ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78962024-10-31T20:01:23.285Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78972024-10-31T20:01:23.285Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78982024-10-31T20:01:23.287Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78992024-10-31T20:01:23.287Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO ok!
79002024-10-31T20:01:23.287Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO STEP 20 (ensure_symlink) COMPLETE
79012024-10-31T20:01:23.287Z[ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79022024-10-31T20:01:23.294Z[ recovery-image] Oct 31 20:01:22.195 INFO O| Oct 31 20:01:22.195 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79032024-10-31T20:01:23.294Z[ recovery-image] Oct 31 20:01:22.195 INFO O| Oct 31 20:01:22.195 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79042024-10-31T20:01:23.297Z[ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79052024-10-31T20:01:23.297Z[ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO ok!
79062024-10-31T20:01:23.297Z[ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO STEP 21 (ensure_symlink) COMPLETE
79072024-10-31T20:01:23.297Z[ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79082024-10-31T20:01:23.305Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79092024-10-31T20:01:23.305Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79102024-10-31T20:01:23.307Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79112024-10-31T20:01:23.307Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO ok!
79122024-10-31T20:01:23.307Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO STEP 22 (ensure_symlink) COMPLETE
79132024-10-31T20:01:23.307Z[ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79142024-10-31T20:01:23.317Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79152024-10-31T20:01:23.318Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79162024-10-31T20:01:23.320Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79172024-10-31T20:01:23.320Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO ok!
79182024-10-31T20:01:23.320Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO STEP 23 (ensure_symlink) COMPLETE
79192024-10-31T20:01:23.320Z[ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79202024-10-31T20:01:23.325Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79212024-10-31T20:01:23.327Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 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 ...
79222024-10-31T20:01:23.327Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79232024-10-31T20:01:23.327Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO ok!
79242024-10-31T20:01:23.327Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO STEP 24 (ensure_file) COMPLETE
79252024-10-31T20:01:23.327Z[ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79262024-10-31T20:01:23.335Z[ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO updating shadow file
79272024-10-31T20:01:23.337Z[ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79282024-10-31T20:01:23.337Z[ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79292024-10-31T20:01:23.337Z[ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO STEP 25 (shadow) COMPLETE
79302024-10-31T20:01:23.338Z[ recovery-image] Oct 31 20:01:22.237 INFO O| Oct 31 20:01:22.236 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79312024-10-31T20:01:23.346Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79322024-10-31T20:01:23.348Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79332024-10-31T20:01:23.348Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79342024-10-31T20:01:23.348Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO ok!
79352024-10-31T20:01:23.348Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO STEP 26 (ensure_file) COMPLETE
79362024-10-31T20:01:23.348Z[ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79372024-10-31T20:01:23.356Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79382024-10-31T20:01:23.356Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79392024-10-31T20:01:23.358Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79402024-10-31T20:01:23.359Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO ok!
79412024-10-31T20:01:23.359Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO STEP 27 (ensure_file) COMPLETE
79422024-10-31T20:01:23.359Z[ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79432024-10-31T20:01:23.366Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79442024-10-31T20:01:23.366Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79452024-10-31T20:01:23.369Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79462024-10-31T20:01:23.369Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79472024-10-31T20:01:23.370Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO ok!
79482024-10-31T20:01:23.370Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO STEP 28 (ensure_file) COMPLETE
79492024-10-31T20:01:23.370Z[ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79502024-10-31T20:01:23.376Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79512024-10-31T20:01:23.376Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79522024-10-31T20:01:23.378Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79532024-10-31T20:01:23.378Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO ok!
79542024-10-31T20:01:23.378Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO STEP 29 (ensure_file) COMPLETE
79552024-10-31T20:01:23.378Z[ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79562024-10-31T20:01:23.386Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79572024-10-31T20:01:23.386Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79582024-10-31T20:01:23.389Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79592024-10-31T20:01:23.389Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO ok!
79602024-10-31T20:01:23.389Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO STEP 30 (ensure_file) COMPLETE
79612024-10-31T20:01:23.389Z[ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79622024-10-31T20:01:23.396Z[ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79632024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79642024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79652024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79662024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO ok!
79672024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO STEP 31 (ensure_file) COMPLETE
79682024-10-31T20:01:23.399Z[ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79692024-10-31T20:01:23.406Z[ recovery-image] Oct 31 20:01:22.307 INFO O| Oct 31 20:01:22.307 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79702024-10-31T20:01:23.406Z[ recovery-image] Oct 31 20:01:22.307 INFO O| Oct 31 20:01:22.307 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79712024-10-31T20:01:23.409Z[ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79722024-10-31T20:01:23.409Z[ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO ok!
79732024-10-31T20:01:23.409Z[ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO STEP 32 (ensure_file) COMPLETE
79742024-10-31T20:01:23.409Z[ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79752024-10-31T20:01:23.416Z[ recovery-image] Oct 31 20:01:22.317 INFO O| Oct 31 20:01:22.317 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79762024-10-31T20:01:23.419Z[ recovery-image] Oct 31 20:01:22.317 INFO O| Oct 31 20:01:22.317 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79772024-10-31T20:01:23.419Z[ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79782024-10-31T20:01:23.419Z[ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO ok!
79792024-10-31T20:01:23.419Z[ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO STEP 33 (ensure_file) COMPLETE
79802024-10-31T20:01:23.419Z[ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79812024-10-31T20:01:23.426Z[ recovery-image] Oct 31 20:01:22.327 INFO O| Oct 31 20:01:22.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79822024-10-31T20:01:23.427Z[ recovery-image] Oct 31 20:01:22.327 INFO O| Oct 31 20:01:22.327 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79832024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79842024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79852024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79862024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79872024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO ok!
79882024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO STEP 34 (ensure_file) COMPLETE
79892024-10-31T20:01:23.429Z[ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79902024-10-31T20:01:23.437Z[ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79912024-10-31T20:01:23.439Z[ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79922024-10-31T20:01:23.439Z[ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79932024-10-31T20:01:23.439Z[ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO STEP 35 (ensure_dir) COMPLETE
79942024-10-31T20:01:23.439Z[ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79952024-10-31T20:01:23.448Z[ recovery-image] Oct 31 20:01:22.348 INFO O| Oct 31 20:01:22.348 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
79962024-10-31T20:01:23.448Z[ recovery-image] Oct 31 20:01:22.348 INFO O| Oct 31 20:01:22.348 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 ...
79972024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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
79982024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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
79992024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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
80002024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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
80012024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO ok!
80022024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO STEP 36 (ensure_file) COMPLETE
80032024-10-31T20:01:23.450Z[ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80042024-10-31T20:01:23.458Z[ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80052024-10-31T20:01:23.458Z[ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 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 ...
80062024-10-31T20:01:23.460Z[ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80072024-10-31T20:01:23.460Z[ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO ok!
80082024-10-31T20:01:23.460Z[ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO STEP 37 (ensure_symlink) COMPLETE
80092024-10-31T20:01:23.460Z[ recovery-image] Oct 31 20:01:22.359 INFO O| Oct 31 20:01:22.358 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80102024-10-31T20:01:23.467Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80112024-10-31T20:01:23.467Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80122024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80132024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80142024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80152024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80162024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO ok!
80172024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO STEP 38 (ensure_file) COMPLETE
80182024-10-31T20:01:23.470Z[ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80192024-10-31T20:01:23.477Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80202024-10-31T20:01:23.477Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 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 ...
80212024-10-31T20:01:23.479Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 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
80222024-10-31T20:01:23.479Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80232024-10-31T20:01:23.479Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO ok!
80242024-10-31T20:01:23.480Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO STEP 39 (ensure_file) COMPLETE
80252024-10-31T20:01:23.480Z[ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80262024-10-31T20:01:23.487Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80272024-10-31T20:01:23.487Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80282024-10-31T20:01:23.490Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80292024-10-31T20:01:23.490Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO ok!
80302024-10-31T20:01:23.490Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO STEP 40 (ensure_file) COMPLETE
80312024-10-31T20:01:23.490Z[ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80322024-10-31T20:01:23.497Z[ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO updating shadow file
80332024-10-31T20:01:23.499Z[ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80342024-10-31T20:01:23.499Z[ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO STEP 41 (shadow) COMPLETE
80352024-10-31T20:01:23.500Z[ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80362024-10-31T20:01:23.507Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80372024-10-31T20:01:23.510Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80382024-10-31T20:01:23.510Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80392024-10-31T20:01:23.510Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80402024-10-31T20:01:23.511Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO ok!
80412024-10-31T20:01:23.511Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO STEP 42 (ensure_file) COMPLETE
80422024-10-31T20:01:23.511Z[ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80432024-10-31T20:01:23.517Z[ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80442024-10-31T20:01:23.517Z[ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO STEP 43 (ensure_dir) COMPLETE
80452024-10-31T20:01:23.517Z[ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-10-31T20:01:23.527Z[ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80472024-10-31T20:01:23.527Z[ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80482024-10-31T20:01:23.527Z[ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO STEP 44 (ensure_dir) COMPLETE
80492024-10-31T20:01:23.530Z[ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80502024-10-31T20:01:23.537Z[ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80512024-10-31T20:01:23.539Z[ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80522024-10-31T20:01:23.539Z[ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO STEP 45 (ensure_dir) COMPLETE
80532024-10-31T20:01:23.539Z[ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80542024-10-31T20:01:23.547Z[ recovery-image] Oct 31 20:01:22.448 INFO O| Oct 31 20:01:22.448 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80552024-10-31T20:01:23.549Z[ recovery-image] Oct 31 20:01:22.448 INFO O| Oct 31 20:01:22.448 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80562024-10-31T20:01:23.578Z[ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80572024-10-31T20:01:23.578Z[ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO ok!
80582024-10-31T20:01:23.581Z[ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO STEP 46 (ensure_file) COMPLETE
80592024-10-31T20:01:23.581Z[ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80602024-10-31T20:01:23.589Z[ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80612024-10-31T20:01:23.589Z[ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80622024-10-31T20:01:23.592Z[ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO STEP 47 (ensure_dir) COMPLETE
80632024-10-31T20:01:23.592Z[ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80642024-10-31T20:01:23.599Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80652024-10-31T20:01:23.599Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80662024-10-31T20:01:23.602Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80672024-10-31T20:01:23.602Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO ok!
80682024-10-31T20:01:23.602Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO STEP 48 (ensure_file) COMPLETE
80692024-10-31T20:01:23.602Z[ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80702024-10-31T20:01:23.609Z[ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80712024-10-31T20:01:23.609Z[ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80722024-10-31T20:01:23.609Z[ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO STEP 49 (ensure_dir) COMPLETE
80732024-10-31T20:01:23.609Z[ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80742024-10-31T20:01:23.619Z[ recovery-image] Oct 31 20:01:22.520 INFO O| Oct 31 20:01:22.520 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80752024-10-31T20:01:23.619Z[ recovery-image] Oct 31 20:01:22.520 INFO O| Oct 31 20:01:22.520 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80762024-10-31T20:01:23.634Z[ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80772024-10-31T20:01:23.636Z[ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO ok!
80782024-10-31T20:01:23.636Z[ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO STEP 50 (ensure_file) COMPLETE
80792024-10-31T20:01:23.636Z[ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80802024-10-31T20:01:23.645Z[ recovery-image] Oct 31 20:01:22.546 INFO O| Oct 31 20:01:22.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80812024-10-31T20:01:23.645Z[ recovery-image] Oct 31 20:01:22.546 INFO O| Oct 31 20:01:22.546 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80822024-10-31T20:01:23.870Z[ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80832024-10-31T20:01:23.870Z[ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO ok!
80842024-10-31T20:01:23.870Z[ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO STEP 51 (ensure_file) COMPLETE
80852024-10-31T20:01:23.872Z[ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80862024-10-31T20:01:23.881Z[ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80872024-10-31T20:01:23.883Z[ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80882024-10-31T20:01:23.883Z[ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO STEP 52 (ensure_dir) COMPLETE
80892024-10-31T20:01:23.883Z[ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-10-31T20:01:23.891Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80912024-10-31T20:01:23.891Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO copying /tmp/.tmpap0uK3/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 ...
80922024-10-31T20:01:23.891Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 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
80932024-10-31T20:01:23.893Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO ok!
80942024-10-31T20:01:23.893Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO STEP 53 (ensure_file) COMPLETE
80952024-10-31T20:01:23.893Z[ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-31T20:01:23.901Z[ recovery-image] Oct 31 20:01:22.801 INFO O| Oct 31 20:01:22.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80972024-10-31T20:01:23.901Z[ recovery-image] Oct 31 20:01:22.801 INFO O| Oct 31 20:01:22.801 INFO copying /tmp/.tmpap0uK3/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 ...
80982024-10-31T20:01:23.901Z[ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.801 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
80992024-10-31T20:01:23.903Z[ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.801 INFO ok!
81002024-10-31T20:01:23.903Z[ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.802 INFO STEP 54 (ensure_file) COMPLETE
81012024-10-31T20:01:23.903Z[ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.802 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81022024-10-31T20:01:23.910Z[ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81032024-10-31T20:01:23.913Z[ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81042024-10-31T20:01:23.913Z[ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO STEP 55 (ensure_dir) COMPLETE
81052024-10-31T20:01:23.913Z[ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-31T20:01:23.920Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81072024-10-31T20:01:23.920Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO copying /tmp/.tmpap0uK3/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 ...
81082024-10-31T20:01:23.922Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81092024-10-31T20:01:23.922Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO ok!
81102024-10-31T20:01:23.923Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO STEP 56 (ensure_file) COMPLETE
81112024-10-31T20:01:23.923Z[ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81122024-10-31T20:01:23.930Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.830 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81132024-10-31T20:01:23.930Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO copying /tmp/.tmpap0uK3/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 ...
81142024-10-31T20:01:23.932Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 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
81152024-10-31T20:01:23.932Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO ok!
81162024-10-31T20:01:23.932Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO STEP 57 (ensure_file) COMPLETE
81172024-10-31T20:01:23.932Z[ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81182024-10-31T20:01:23.939Z[ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81192024-10-31T20:01:23.942Z[ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81202024-10-31T20:01:23.942Z[ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO STEP 58 (ensure_dir) COMPLETE
81212024-10-31T20:01:23.942Z[ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81222024-10-31T20:01:23.949Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81232024-10-31T20:01:23.951Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO copying /tmp/.tmpap0uK3/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 ...
81242024-10-31T20:01:23.951Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81252024-10-31T20:01:23.952Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO ok!
81262024-10-31T20:01:23.952Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO STEP 59 (ensure_file) COMPLETE
81272024-10-31T20:01:23.952Z[ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81282024-10-31T20:01:23.959Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81292024-10-31T20:01:23.959Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81302024-10-31T20:01:23.961Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81312024-10-31T20:01:23.961Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO ok!
81322024-10-31T20:01:23.961Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO STEP 60 (ensure_file) COMPLETE
81332024-10-31T20:01:23.961Z[ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81342024-10-31T20:01:23.969Z[ recovery-image] Oct 31 20:01:22.869 INFO O| Oct 31 20:01:22.869 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81352024-10-31T20:01:23.969Z[ recovery-image] Oct 31 20:01:22.869 INFO O| Oct 31 20:01:22.869 INFO STEP 61 (ensure_dir) COMPLETE
81362024-10-31T20:01:23.971Z[ recovery-image] Oct 31 20:01:22.870 INFO O| Oct 31 20:01:22.869 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81372024-10-31T20:01:23.978Z[ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81382024-10-31T20:01:23.978Z[ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO STEP 62 (ensure_dir) COMPLETE
81392024-10-31T20:01:23.981Z[ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81402024-10-31T20:01:23.988Z[ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81412024-10-31T20:01:23.991Z[ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO STEP 63 (ensure_dir) COMPLETE
81422024-10-31T20:01:23.991Z[ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81432024-10-31T20:01:23.997Z[ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81442024-10-31T20:01:23.997Z[ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO STEP 64 (ensure_dir) COMPLETE
81452024-10-31T20:01:24.000Z[ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81462024-10-31T20:01:24.007Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81472024-10-31T20:01:24.007Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81482024-10-31T20:01:24.009Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81492024-10-31T20:01:24.010Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO ok!
81502024-10-31T20:01:24.010Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO STEP 65 (ensure_file) COMPLETE
81512024-10-31T20:01:24.010Z[ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81522024-10-31T20:01:24.017Z[ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81532024-10-31T20:01:24.019Z[ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO STEP 66 (remove_files) COMPLETE
81542024-10-31T20:01:24.019Z[ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81552024-10-31T20:01:24.027Z[ recovery-image] Oct 31 20:01:22.927 INFO O| Oct 31 20:01:22.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81562024-10-31T20:01:24.029Z[ recovery-image] Oct 31 20:01:22.928 INFO O| Oct 31 20:01:22.928 INFO STEP 67 (remove_files) COMPLETE
81572024-10-31T20:01:24.029Z[ recovery-image] Oct 31 20:01:22.928 INFO O| Oct 31 20:01:22.928 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-10-31T20:01:24.036Z[ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81592024-10-31T20:01:24.039Z[ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO STEP 68 (remove_files) COMPLETE
81602024-10-31T20:01:24.039Z[ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81612024-10-31T20:01:24.046Z[ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81622024-10-31T20:01:24.049Z[ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO STEP 69 (remove_files) COMPLETE
81632024-10-31T20:01:24.049Z[ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81642024-10-31T20:01:24.056Z[ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81652024-10-31T20:01:24.059Z[ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO STEP 70 (remove_files) COMPLETE
81662024-10-31T20:01:24.059Z[ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81672024-10-31T20:01:24.066Z[ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81682024-10-31T20:01:24.068Z[ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO STEP 71 (remove_files) COMPLETE
81692024-10-31T20:01:24.069Z[ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81702024-10-31T20:01:24.076Z[ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81712024-10-31T20:01:24.076Z[ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO STEP 72 (remove_files) COMPLETE
81722024-10-31T20:01:24.078Z[ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81732024-10-31T20:01:24.085Z[ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81742024-10-31T20:01:24.088Z[ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO STEP 73 (remove_files) COMPLETE
81752024-10-31T20:01:24.088Z[ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81762024-10-31T20:01:24.095Z[ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81772024-10-31T20:01:24.095Z[ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO STEP 74 (remove_files) COMPLETE
81782024-10-31T20:01:24.098Z[ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81792024-10-31T20:01:24.105Z[ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81802024-10-31T20:01:24.105Z[ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO STEP 75 (remove_files) COMPLETE
81812024-10-31T20:01:24.107Z[ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81822024-10-31T20:01:24.115Z[ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81832024-10-31T20:01:24.116Z[ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO STEP 76 (remove_files) COMPLETE
81842024-10-31T20:01:24.118Z[ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-10-31T20:01:24.125Z[ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81862024-10-31T20:01:24.127Z[ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO STEP 77 (remove_files) COMPLETE
81872024-10-31T20:01:24.127Z[ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-10-31T20:01:24.135Z[ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81892024-10-31T20:01:24.137Z[ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO STEP 78 (remove_files) COMPLETE
81902024-10-31T20:01:24.137Z[ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-10-31T20:01:24.144Z[ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81922024-10-31T20:01:24.144Z[ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO STEP 79 (remove_files) COMPLETE
81932024-10-31T20:01:24.147Z[ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-31T20:01:24.154Z[ recovery-image] Oct 31 20:01:23.054 INFO O| Oct 31 20:01:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81952024-10-31T20:01:24.154Z[ recovery-image] Oct 31 20:01:23.055 INFO O| Oct 31 20:01:23.055 INFO STEP 80 (remove_files) COMPLETE
81962024-10-31T20:01:24.156Z[ recovery-image] Oct 31 20:01:23.055 INFO O| Oct 31 20:01:23.055 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-31T20:01:24.163Z[ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81982024-10-31T20:01:24.163Z[ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO STEP 81 (remove_files) COMPLETE
81992024-10-31T20:01:24.163Z[ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-31T20:01:24.174Z[ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82012024-10-31T20:01:24.174Z[ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO STEP 82 (remove_files) COMPLETE
82022024-10-31T20:01:24.174Z[ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-31T20:01:24.183Z[ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82042024-10-31T20:01:24.186Z[ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.084 INFO STEP 83 (remove_files) COMPLETE
82052024-10-31T20:01:24.186Z[ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.084 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-31T20:01:24.192Z[ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82072024-10-31T20:01:24.192Z[ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO STEP 84 (remove_files) COMPLETE
82082024-10-31T20:01:24.195Z[ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-31T20:01:24.202Z[ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82102024-10-31T20:01:24.202Z[ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO STEP 85 (remove_files) COMPLETE
82112024-10-31T20:01:24.204Z[ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-31T20:01:24.212Z[ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82132024-10-31T20:01:24.214Z[ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.113 INFO STEP 86 (remove_files) COMPLETE
82142024-10-31T20:01:24.214Z[ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.113 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-31T20:01:24.222Z[ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82162024-10-31T20:01:24.222Z[ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO STEP 87 (remove_files) COMPLETE
82172024-10-31T20:01:24.224Z[ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-31T20:01:24.231Z[ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82192024-10-31T20:01:24.231Z[ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO STEP 88 (remove_files) COMPLETE
82202024-10-31T20:01:24.231Z[ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-31T20:01:24.241Z[ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82222024-10-31T20:01:24.241Z[ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO STEP 89 (remove_files) COMPLETE
82232024-10-31T20:01:24.241Z[ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-31T20:01:24.250Z[ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82252024-10-31T20:01:24.250Z[ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO STEP 90 (remove_files) COMPLETE
82262024-10-31T20:01:24.253Z[ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-31T20:01:24.260Z[ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82282024-10-31T20:01:24.260Z[ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO STEP 91 (remove_files) COMPLETE
82292024-10-31T20:01:24.260Z[ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-31T20:01:24.270Z[ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82312024-10-31T20:01:24.270Z[ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO STEP 92 (remove_files) COMPLETE
82322024-10-31T20:01:24.270Z[ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-31T20:01:24.279Z[ recovery-image] Oct 31 20:01:23.180 INFO O| Oct 31 20:01:23.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82342024-10-31T20:01:24.282Z[ recovery-image] Oct 31 20:01:23.181 INFO O| Oct 31 20:01:23.180 INFO STEP 93 (remove_files) COMPLETE
82352024-10-31T20:01:24.282Z[ recovery-image] Oct 31 20:01:23.181 INFO O| Oct 31 20:01:23.180 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-31T20:01:24.289Z[ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82372024-10-31T20:01:24.289Z[ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO STEP 94 (remove_files) COMPLETE
82382024-10-31T20:01:24.291Z[ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82392024-10-31T20:01:24.304Z[ recovery-image] Oct 31 20:01:23.205 INFO O| Oct 31 20:01:23.205 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82402024-10-31T20:01:24.306Z[ recovery-image] Oct 31 20:01:23.205 INFO O| Oct 31 20:01:23.205 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
82412024-10-31T20:01:28.171Z[ host-image] Oct 31 20:01:27.071 INFO O| Oct 31 20:01:27.071 INFO O| Download: 828/1140 items 3.2/8.4MB 37% complete (654k/s)
82422024-10-31T20:01:29.970Z[ host-image] Oct 31 20:01:28.869 INFO O| Oct 31 20:01:28.869 INFO O| Download: Completed 8.42 MB in 6.81 seconds (1.2M/s)
82432024-10-31T20:01:30.028Z[ host-image] Oct 31 20:01:28.928 INFO O| Oct 31 20:01:28.928 INFO O| Actions: 1/1361 actions (Installing new actions)
82442024-10-31T20:01:30.431Z[ host-image] Oct 31 20:01:29.330 INFO O| Oct 31 20:01:29.330 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
82452024-10-31T20:01:30.736Z[ host-image] Oct 31 20:01:29.637 INFO O| Oct 31 20:01:29.636 INFO O| Done
82462024-10-31T20:01:30.736Z[ host-image] Oct 31 20:01:29.637 INFO O| Oct 31 20:01:29.637 INFO O| Done
82472024-10-31T20:01:31.229Z[ host-image] Oct 31 20:01:30.129 INFO O| Oct 31 20:01:30.129 INFO O| Done
82482024-10-31T20:01:32.445Z[ host-image] Oct 31 20:01:31.345 INFO O| Oct 31 20:01:31.345 INFO O| Done
82492024-10-31T20:01:32.469Z[ host-image] Oct 31 20:01:31.369 INFO O| Oct 31 20:01:31.369 INFO O| Done
82502024-10-31T20:01:32.469Z[ host-image] Oct 31 20:01:31.369 INFO O| Oct 31 20:01:31.369 INFO O| Done
82512024-10-31T20:01:32.506Z[ host-image] Oct 31 20:01:31.406 INFO O| Oct 31 20:01:31.406 INFO O| Done
82522024-10-31T20:01:32.611Z[ host-image] Oct 31 20:01:31.511 INFO O| Oct 31 20:01:31.511 INFO STEP 13 (pkg_install) COMPLETE
82532024-10-31T20:01:32.611Z[ host-image] Oct 31 20:01:31.511 INFO O| Oct 31 20:01:31.511 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82542024-10-31T20:01:32.622Z[ host-image] Oct 31 20:01:31.522 INFO O| Oct 31 20:01:31.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
82552024-10-31T20:01:33.176Z[ host-image] Oct 31 20:01:32.076 INFO O| Oct 31 20:01:32.076 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82562024-10-31T20:01:34.700Z[ recovery-image] Oct 31 20:01:33.600 INFO O| Oct 31 20:01:33.600 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
82572024-10-31T20:01:34.700Z[ recovery-image] Oct 31 20:01:33.600 INFO O| Oct 31 20:01:33.600 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82582024-10-31T20:01:34.715Z[ recovery-image] Oct 31 20:01:33.615 INFO O| Oct 31 20:01:33.615 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82592024-10-31T20:01:34.794Z[ recovery-image] Oct 31 20:01:33.693 INFO O| Oct 31 20:01:33.693 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82602024-10-31T20:01:34.794Z[ recovery-image] Oct 31 20:01:33.693 INFO O| Oct 31 20:01:33.693 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 ...
82612024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82622024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO ok!
82632024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82642024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO STEP 95 (seed_smf) COMPLETE
82652024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO steps complete; finalising image!
82662024-10-31T20:01:34.797Z[ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82672024-10-31T20:01:34.828Z[ recovery-image] Oct 31 20:01:33.728 INFO O| Oct 31 20:01:33.728 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Thu Oct 31 20:01:33 2024)
82682024-10-31T20:01:35.057Z[ recovery-image] Oct 31 20:01:33.950 INFO O| Oct 31 20:01:33.950 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio
82692024-10-31T20:01:35.057Z[ recovery-image] Oct 31 20:01:33.950 INFO O| Oct 31 20:01:33.950 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82702024-10-31T20:01:35.063Z[ host-image] Oct 31 20:01:33.963 INFO O| Oct 31 20:01:33.963 INFO O| Planning: Solver setup ... Done
82712024-10-31T20:01:35.067Z[ host-image] Oct 31 20:01:33.967 INFO O| Oct 31 20:01:33.967 INFO O| Planning: Running solver ... Done
82722024-10-31T20:01:35.119Z[ host-image] Oct 31 20:01:34.019 INFO O| Oct 31 20:01:34.019 INFO O| Planning: Finding local manifests ... Done
82732024-10-31T20:01:35.122Z[ host-image] Oct 31 20:01:34.020 INFO O| Oct 31 20:01:34.020 INFO O| Planning: Fetching manifests: 0/1 0% complete
82742024-10-31T20:01:35.215Z[ host-image] Oct 31 20:01:34.115 INFO O| Oct 31 20:01:34.115 INFO O| Planning: Fetching manifests: 1/1 100% complete
82752024-10-31T20:01:35.233Z[ host-image] Oct 31 20:01:34.133 INFO O| Oct 31 20:01:34.133 INFO O| Planning: Package planning ... Done
82762024-10-31T20:01:35.236Z[ host-image] Oct 31 20:01:34.134 INFO O| Oct 31 20:01:34.133 INFO O| Planning: Merging actions ... Done
82772024-10-31T20:01:35.259Z[ recovery-image] Oct 31 20:01:34.159 INFO O| Oct 31 20:01:34.159 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
82782024-10-31T20:01:35.260Z[ recovery-image] Oct 31 20:01:34.159 INFO O| Oct 31 20:01:34.159 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82792024-10-31T20:01:35.302Z[ host-image] Oct 31 20:01:34.201 INFO O| Oct 31 20:01:34.201 INFO O| Planning: Checking for conflicting actions ... Done
82802024-10-31T20:01:35.305Z[ host-image] Oct 31 20:01:34.202 INFO O| Oct 31 20:01:34.202 INFO O| Planning: Consolidating action changes ... Done
82812024-10-31T20:01:35.472Z[ host-image] Oct 31 20:01:34.371 INFO O| Oct 31 20:01:34.371 INFO O| Planning: Evaluating mediators ... Done
82822024-10-31T20:01:35.474Z[ host-image] Oct 31 20:01:34.372 INFO O| Oct 31 20:01:34.372 INFO O| Planning: Planning completed in 2.29 seconds
82832024-10-31T20:01:35.474Z[ host-image] Oct 31 20:01:34.373 INFO O| Oct 31 20:01:34.373 INFO O| Packages to install: 1
82842024-10-31T20:01:35.484Z[ host-image] Oct 31 20:01:34.384 INFO O| Oct 31 20:01:34.384 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82852024-10-31T20:01:38.189Z[ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82862024-10-31T20:01:38.189Z[ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82872024-10-31T20:01:38.192Z[ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82882024-10-31T20:01:38.192Z[ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO completed processing gimlet/zfs-recovery
82892024-10-31T20:01:38.192Z[ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82902024-10-31T20:01:38.537Z[ host-image] Oct 31 20:01:37.437 INFO O| Oct 31 20:01:37.437 INFO O| Download: Completed 20.80 MB in 3.05 seconds (6.8M/s)
82912024-10-31T20:01:38.705Z[ host-image] Oct 31 20:01:37.604 INFO O| Oct 31 20:01:37.604 INFO O| Actions: 1/22 actions (Installing new actions)
82922024-10-31T20:01:38.767Z[ recovery-image] Oct 31 20:01:37.666 INFO O| Oct 31 20:01:37.666 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82932024-10-31T20:01:38.865Z[ recovery-image] Oct 31 20:01:37.765 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
82942024-10-31T20:01:38.868Z[ recovery-image] Oct 31 20:01:37.765 INFO expanded image name: "recovery 2a50385/${os_short_commit} 2024-10-31 19:31" -> "recovery 2a50385/54a974b 2024-10-31 19:31"
82952024-10-31T20:01:38.868Z[ recovery-image] Oct 31 20:01:37.765 INFO output artefacts stored in: "/work/os-recovery"
82962024-10-31T20:01:38.868Z[ recovery-image] Oct 31 20:01:37.766 INFO collecting git info from project "pilot"...
82972024-10-31T20:01:38.881Z[ recovery-image] Oct 31 20:01:37.781 INFO collecting git info from project "chelsio-t6-roms"...
82982024-10-31T20:01:38.902Z[ recovery-image] Oct 31 20:01:37.801 INFO collecting git info from project "image-builder"...
82992024-10-31T20:01:38.907Z[ recovery-image] Oct 31 20:01:37.807 INFO collecting git info from project "amd-host-image-builder"...
83002024-10-31T20:01:39.143Z[ recovery-image] Oct 31 20:01:38.043 INFO collecting git info from project "pinprick"...
83012024-10-31T20:01:39.150Z[ recovery-image] Oct 31 20:01:38.049 INFO collecting git info from project "phbl"...
83022024-10-31T20:01:39.159Z[ recovery-image] Oct 31 20:01:38.058 INFO collecting git info from project "amd-firmware"...
83032024-10-31T20:01:39.194Z[ host-image] Oct 31 20:01:38.094 INFO O| Oct 31 20:01:38.093 INFO O| Actions: Completed 22 actions in 0.49 seconds.
83042024-10-31T20:01:39.430Z[ recovery-image] Oct 31 20:01:38.329 INFO collecting git info from project "bootserver"...
83052024-10-31T20:01:39.436Z[ recovery-image] Oct 31 20:01:38.335 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83062024-10-31T20:01:39.488Z[ host-image] Oct 31 20:01:38.387 INFO O| Oct 31 20:01:38.387 INFO O| Done
83072024-10-31T20:01:39.488Z[ host-image] Oct 31 20:01:38.387 INFO O| Oct 31 20:01:38.387 INFO O| Done
83082024-10-31T20:01:39.785Z[ recovery-image] Oct 31 20:01:38.684 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83092024-10-31T20:01:39.940Z[ host-image] Oct 31 20:01:38.839 INFO O| Oct 31 20:01:38.839 INFO O| Done
83102024-10-31T20:01:40.127Z[ recovery-image] Oct 31 20:01:39.025 INFO creating Oxide boot image...
83112024-10-31T20:01:40.130Z[ recovery-image] Oct 31 20:01:39.025 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2a50385/54a974b 2024-10-31 19:31", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83122024-10-31T20:01:41.092Z[ host-image] Oct 31 20:01:39.992 INFO O| Oct 31 20:01:39.992 INFO O| Done
83132024-10-31T20:01:41.119Z[ host-image] Oct 31 20:01:40.018 INFO O| Oct 31 20:01:40.018 INFO O| Done
83142024-10-31T20:01:41.119Z[ host-image] Oct 31 20:01:40.018 INFO O| Oct 31 20:01:40.018 INFO O| Done
83152024-10-31T20:01:41.129Z[ host-image] Oct 31 20:01:40.028 INFO O| Oct 31 20:01:40.028 INFO O| Done
83162024-10-31T20:01:41.230Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 14 (pkg_install) COMPLETE
83172024-10-31T20:01:41.230Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83182024-10-31T20:01:41.233Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "mfg" is not enabled
83192024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83202024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "compliance" is not enabled
83212024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83222024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "stress" is not enabled
83232024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83242024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "nfs" is not enabled
83252024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83262024-10-31T20:01:41.234Z[ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83272024-10-31T20:01:41.327Z[ host-image] Oct 31 20:01:40.226 INFO O| Oct 31 20:01:40.226 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
83282024-10-31T20:01:41.399Z[ host-image] Oct 31 20:01:40.298 INFO O| Oct 31 20:01:40.298 INFO completed processing gimlet/ramdisk-01-os
83292024-10-31T20:01:41.401Z[ host-image] Oct 31 20:01:40.300 INFO omicron1 baseline generation...
83302024-10-31T20:01:41.401Z[ host-image] Oct 31 20:01:40.300 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83312024-10-31T20:01:41.785Z[ host-image] Oct 31 20:01:40.684 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
83322024-10-31T20:02:28.199Z[ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83332024-10-31T20:02:28.199Z[ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83342024-10-31T20:02:28.203Z[ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83352024-10-31T20:02:28.203Z[ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83362024-10-31T20:02:28.203Z[ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83372024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.096 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83382024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.096 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83392024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83402024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83412024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83422024-10-31T20:02:28.204Z[ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83432024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.099 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83442024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.099 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83452024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.100 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83462024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.100 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83472024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83482024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83492024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83502024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83512024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83522024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83532024-10-31T20:02:28.206Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83542024-10-31T20:02:28.207Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83552024-10-31T20:02:28.207Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83562024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83572024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83582024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83592024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83602024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83612024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83622024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83632024-10-31T20:02:28.209Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83642024-10-31T20:02:28.210Z[ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83652024-10-31T20:02:28.210Z[ host-image] Oct 31 20:02:27.104 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83662024-10-31T20:02:28.210Z[ host-image] Oct 31 20:02:27.104 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83672024-10-31T20:02:28.218Z[ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83682024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83692024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83702024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83712024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83722024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83732024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83742024-10-31T20:02:28.220Z[ host-image] Oct 31 20:02:27.116 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83752024-10-31T20:02:28.223Z[ host-image] Oct 31 20:02:27.117 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83762024-10-31T20:02:28.223Z[ host-image] Oct 31 20:02:27.117 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83772024-10-31T20:02:28.233Z[ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83782024-10-31T20:02:28.235Z[ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83792024-10-31T20:02:28.236Z[ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83802024-10-31T20:02:28.236Z[ host-image] Oct 31 20:02:27.130 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83812024-10-31T20:02:28.236Z[ host-image] Oct 31 20:02:27.131 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83822024-10-31T20:02:28.236Z[ host-image] Oct 31 20:02:27.131 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83832024-10-31T20:02:28.271Z[ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83842024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83852024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83862024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.168 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83872024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.168 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83882024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83892024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83902024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83912024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83922024-10-31T20:02:28.274Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83932024-10-31T20:02:28.277Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83942024-10-31T20:02:28.277Z[ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83952024-10-31T20:02:28.280Z[ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83962024-10-31T20:02:28.280Z[ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83972024-10-31T20:02:28.280Z[ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83982024-10-31T20:02:28.280Z[ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
83992024-10-31T20:02:28.280Z[ host-image] Oct 31 20:02:27.175 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84002024-10-31T20:02:28.294Z[ host-image] Oct 31 20:02:27.189 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84012024-10-31T20:02:28.297Z[ host-image] Oct 31 20:02:27.190 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84022024-10-31T20:02:28.297Z[ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84032024-10-31T20:02:28.297Z[ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84042024-10-31T20:02:28.297Z[ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84052024-10-31T20:02:28.301Z[ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84062024-10-31T20:02:28.302Z[ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84072024-10-31T20:02:28.302Z[ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84082024-10-31T20:02:28.302Z[ host-image] Oct 31 20:02:27.194 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84092024-10-31T20:02:28.302Z[ host-image] Oct 31 20:02:27.197 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84102024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.198 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84112024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.198 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84122024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84132024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84142024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84152024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84162024-10-31T20:02:28.305Z[ host-image] Oct 31 20:02:27.200 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84172024-10-31T20:02:28.312Z[ host-image] Oct 31 20:02:27.208 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84182024-10-31T20:02:28.315Z[ host-image] Oct 31 20:02:27.208 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84192024-10-31T20:02:28.315Z[ host-image] Oct 31 20:02:27.210 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84202024-10-31T20:02:28.317Z[ host-image] Oct 31 20:02:27.211 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84212024-10-31T20:02:28.318Z[ host-image] Oct 31 20:02:27.211 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84222024-10-31T20:02:28.318Z[ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84232024-10-31T20:02:28.318Z[ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84242024-10-31T20:02:28.318Z[ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84252024-10-31T20:02:28.327Z[ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84262024-10-31T20:02:28.331Z[ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84272024-10-31T20:02:28.331Z[ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84282024-10-31T20:02:28.331Z[ host-image] Oct 31 20:02:27.224 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84292024-10-31T20:02:28.331Z[ host-image] Oct 31 20:02:27.224 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84302024-10-31T20:02:28.350Z[ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84312024-10-31T20:02:28.353Z[ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84322024-10-31T20:02:28.353Z[ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84332024-10-31T20:02:28.353Z[ host-image] Oct 31 20:02:27.247 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84342024-10-31T20:02:28.353Z[ host-image] Oct 31 20:02:27.247 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84352024-10-31T20:02:28.380Z[ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84362024-10-31T20:02:28.383Z[ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84372024-10-31T20:02:28.383Z[ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84382024-10-31T20:02:28.383Z[ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84392024-10-31T20:02:28.384Z[ host-image] Oct 31 20:02:27.278 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84402024-10-31T20:02:28.384Z[ host-image] Oct 31 20:02:27.278 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84412024-10-31T20:02:28.384Z[ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84422024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84432024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84442024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84452024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84462024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84472024-10-31T20:02:28.388Z[ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84482024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.283 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84492024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.283 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84502024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84512024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84522024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84532024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84542024-10-31T20:02:28.391Z[ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84552024-10-31T20:02:28.397Z[ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84562024-10-31T20:02:28.397Z[ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84572024-10-31T20:02:28.397Z[ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84582024-10-31T20:02:28.397Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84592024-10-31T20:02:28.397Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84602024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84612024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84622024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84632024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84642024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.288 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84652024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.289 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84662024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.289 INFO O| tempdir @ "/tmp/.tmpsNL06K/tmp"
84672024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.289 INFO O| image root @ "/tmp/.tmpsNL06K/tmp/root"
84682024-10-31T20:02:28.400Z[ host-image] Oct 31 20:02:27.289 INFO O| creating image...
84692024-10-31T20:02:28.890Z[ host-image] Oct 31 20:02:27.786 INFO O| copying publishers...
84702024-10-31T20:02:33.576Z[ recovery-image] Oct 31 20:02:32.471 INFO O| ok, image written!
84712024-10-31T20:02:33.576Z[ recovery-image] Oct 31 20:02:32.471 INFO O| ok, boot_image_csum file written!
84722024-10-31T20:02:33.581Z[ recovery-image] Oct 31 20:02:32.476 INFO creating boot archive (CPIO)...
84732024-10-31T20:02:33.581Z[ recovery-image] Oct 31 20:02:32.476 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
84742024-10-31T20:02:33.596Z[ recovery-image] Oct 31 20:02:32.487 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84752024-10-31T20:02:33.599Z[ recovery-image] Oct 31 20:02:32.487 INFO E| + outfile=/work/os-recovery/cpio
84762024-10-31T20:02:33.599Z[ recovery-image] Oct 31 20:02:32.487 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84772024-10-31T20:02:33.599Z[ recovery-image] Oct 31 20:02:32.489 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84782024-10-31T20:02:33.599Z[ recovery-image] Oct 31 20:02:32.489 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84792024-10-31T20:02:33.628Z[ recovery-image] Oct 31 20:02:32.523 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84802024-10-31T20:02:33.628Z[ recovery-image] Oct 31 20:02:32.523 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84812024-10-31T20:02:33.635Z[ recovery-image] Oct 31 20:02:32.530 INFO creating compressed cpio/unix for nanobl-rs...
84822024-10-31T20:02:33.637Z[ recovery-image] Oct 31 20:02:32.530 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
84832024-10-31T20:02:33.907Z[ recovery-image] Oct 31 20:02:32.802 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84842024-10-31T20:02:37.783Z[ host-image] Oct 31 20:02:36.678 INFO O| adding properties...
84852024-10-31T20:02:38.039Z[ recovery-image] Oct 31 20:02:36.934 INFO creating reset image...
84862024-10-31T20:02:38.042Z[ recovery-image] Oct 31 20:02:36.934 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84872024-10-31T20:02:38.281Z[ recovery-image] Oct 31 20:02:37.175 INFO E| Updating crates.io index
84882024-10-31T20:02:38.480Z[ recovery-image] Oct 31 20:02:37.374 INFO E| Downloading crates ...
84892024-10-31T20:02:38.568Z[ recovery-image] Oct 31 20:02:37.462 INFO E| Downloaded shared_child v1.0.1
84902024-10-31T20:02:38.570Z[ recovery-image] Oct 31 20:02:37.464 INFO E| Downloaded duct v0.13.7
84912024-10-31T20:02:38.573Z[ recovery-image] Oct 31 20:02:37.466 INFO E| Downloaded os_pipe v1.2.1
84922024-10-31T20:02:38.575Z[ recovery-image] Oct 31 20:02:37.468 INFO E| Downloaded clap v4.5.17
84932024-10-31T20:02:38.592Z[ recovery-image] Oct 31 20:02:37.487 INFO E| Downloaded clap_builder v4.5.17
84942024-10-31T20:02:38.628Z[ recovery-image] Oct 31 20:02:37.523 INFO E| Downloaded libc v0.2.158
84952024-10-31T20:02:38.702Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling proc-macro2 v1.0.86
84962024-10-31T20:02:38.703Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling unicode-ident v1.0.13
84972024-10-31T20:02:38.705Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling libc v0.2.158
84982024-10-31T20:02:38.705Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling utf8parse v0.2.2
84992024-10-31T20:02:38.705Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling colorchoice v1.0.2
85002024-10-31T20:02:38.705Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling is_terminal_polyfill v1.70.1
85012024-10-31T20:02:38.706Z[ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling anstyle v1.0.8
85022024-10-31T20:02:38.709Z[ recovery-image] Oct 31 20:02:37.602 INFO E| Compiling anstyle-query v1.1.1
85032024-10-31T20:02:38.891Z[ recovery-image] Oct 31 20:02:37.786 INFO E| Compiling anstyle-parse v0.2.5
85042024-10-31T20:02:38.910Z[ recovery-image] Oct 31 20:02:37.805 INFO E| Compiling strsim v0.11.1
85052024-10-31T20:02:38.915Z[ recovery-image] Oct 31 20:02:37.810 INFO E| Compiling heck v0.5.0
85062024-10-31T20:02:38.926Z[ recovery-image] Oct 31 20:02:37.821 INFO E| Compiling clap_lex v0.7.2
85072024-10-31T20:02:38.933Z[ host-image] Oct 31 20:02:37.828 INFO O| installing packages...
85082024-10-31T20:02:38.935Z[ recovery-image] Oct 31 20:02:37.829 INFO E| Compiling once_cell v1.19.0
85092024-10-31T20:02:39.208Z[ recovery-image] Oct 31 20:02:38.103 INFO E| Compiling anstream v0.6.15
85102024-10-31T20:02:39.537Z[ recovery-image] Oct 31 20:02:38.432 INFO E| Compiling clap_builder v4.5.17
85112024-10-31T20:02:40.136Z[ recovery-image] Oct 31 20:02:39.030 INFO E| Compiling os_pipe v1.2.1
85122024-10-31T20:02:40.136Z[ recovery-image] Oct 31 20:02:39.031 INFO E| Compiling shared_child v1.0.1
85132024-10-31T20:02:40.149Z[ recovery-image] Oct 31 20:02:39.044 INFO E| Compiling quote v1.0.37
85142024-10-31T20:02:40.305Z[ recovery-image] Oct 31 20:02:39.199 INFO E| Compiling duct v0.13.7
85152024-10-31T20:02:40.475Z[ recovery-image] Oct 31 20:02:39.370 INFO E| Compiling syn v2.0.77
85162024-10-31T20:02:44.413Z[ recovery-image] Oct 31 20:02:43.307 INFO E| Compiling clap_derive v4.5.13
85172024-10-31T20:02:46.255Z[ recovery-image] Oct 31 20:02:45.150 INFO E| Compiling clap v4.5.17
85182024-10-31T20:02:46.314Z[ recovery-image] Oct 31 20:02:45.208 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85192024-10-31T20:02:47.343Z[ recovery-image] Oct 31 20:02:46.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
85202024-10-31T20:02:47.353Z[ recovery-image] Oct 31 20:02:46.248 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85212024-10-31T20:02:47.471Z[ recovery-image] Oct 31 20:02:46.366 INFO E| Updating crates.io index
85222024-10-31T20:02:47.539Z[ recovery-image] Oct 31 20:02:46.433 INFO E| Downloading crates ...
85232024-10-31T20:02:47.584Z[ recovery-image] Oct 31 20:02:46.478 INFO E| Downloaded bitstruct v0.1.1
85242024-10-31T20:02:47.595Z[ recovery-image] Oct 31 20:02:46.490 INFO E| Downloaded bit_field v0.10.2
85252024-10-31T20:02:47.597Z[ recovery-image] Oct 31 20:02:46.492 INFO E| Downloaded raw-cpuid v10.7.0
85262024-10-31T20:02:47.601Z[ recovery-image] Oct 31 20:02:46.495 INFO E| Downloaded seq-macro v0.3.5
85272024-10-31T20:02:47.603Z[ recovery-image] Oct 31 20:02:46.497 INFO E| Downloaded cpio_reader v0.1.1
85282024-10-31T20:02:47.606Z[ recovery-image] Oct 31 20:02:46.498 INFO E| Downloaded bitstruct_derive v0.1.0
85292024-10-31T20:02:47.716Z[ recovery-image] Oct 31 20:02:46.610 INFO E| Downloaded x86 v0.52.0
85302024-10-31T20:02:47.774Z[ recovery-image] Oct 31 20:02:46.669 INFO E| Updating crates.io index
85312024-10-31T20:02:47.832Z[ recovery-image] Oct 31 20:02:46.726 INFO E| Downloading crates ...
85322024-10-31T20:02:47.903Z[ recovery-image] Oct 31 20:02:46.797 INFO E| Downloaded compiler_builtins v0.1.125
85332024-10-31T20:02:47.933Z[ recovery-image] Oct 31 20:02:46.827 INFO E| Downloaded unicode-width v0.1.13
85342024-10-31T20:02:47.999Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling compiler_builtins v0.1.125
85352024-10-31T20:02:47.999Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85362024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling proc-macro2 v1.0.86
85372024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling unicode-ident v1.0.13
85382024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling syn v1.0.109
85392024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling x86 v0.52.0
85402024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85412024-10-31T20:02:48.002Z[ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling seq-macro v0.3.5
85422024-10-31T20:02:49.081Z[ recovery-image] Oct 31 20:02:47.975 INFO E| Compiling quote v1.0.37
85432024-10-31T20:02:49.327Z[ recovery-image] Oct 31 20:02:48.221 INFO E| Compiling syn v2.0.77
85442024-10-31T20:02:51.687Z[ recovery-image] Oct 31 20:02:50.580 INFO E| Compiling scroll_derive v0.12.0
85452024-10-31T20:02:53.864Z[ recovery-image] Oct 31 20:02:52.757 INFO E| Compiling bitstruct_derive v0.1.0
85462024-10-31T20:02:56.747Z[ host-image] Oct 31 20:02:55.640 INFO O| seeding SMF database...
85472024-10-31T20:03:04.281Z[ host-image] Oct 31 20:03:03.174 INFO O| configuring SMF profile...
85482024-10-31T20:03:04.284Z[ host-image] Oct 31 20:03:03.174 INFO O| modifying shadow(5)...
85492024-10-31T20:03:04.284Z[ host-image] Oct 31 20:03:03.175 INFO O| loading user and group database...
85502024-10-31T20:03:04.284Z[ host-image] Oct 31 20:03:03.175 INFO O| assessing packaged files...
85512024-10-31T20:03:05.638Z[ recovery-image] Oct 31 20:03:04.530 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85522024-10-31T20:03:07.100Z[ host-image] Oct 31 20:03:05.992 INFO O| creating archive...
85532024-10-31T20:03:07.133Z[ host-image] Oct 31 20:03:06.026 INFO O| missing from packaging:
85542024-10-31T20:03:07.133Z[ host-image] Oct 31 20:03:06.026 INFO O| "etc/.pwd.lock"
85552024-10-31T20:03:07.133Z[ host-image] Oct 31 20:03:06.026 INFO O| "etc/bash"
85562024-10-31T20:03:07.138Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/generic.xml"
85572024-10-31T20:03:07.138Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/inetd_services.xml"
85582024-10-31T20:03:07.141Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/name_service.xml"
85592024-10-31T20:03:07.141Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/platform.xml"
85602024-10-31T20:03:07.141Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/platform_omicron1.xml"
85612024-10-31T20:03:07.141Z[ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/repository.db"
85622024-10-31T20:03:07.148Z[ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share"
85632024-10-31T20:03:07.151Z[ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share/man"
85642024-10-31T20:03:07.151Z[ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share/man/man1"
85652024-10-31T20:03:07.158Z[ host-image] Oct 31 20:03:06.051 INFO O| finishing archive...
85662024-10-31T20:03:07.328Z[ recovery-image] Oct 31 20:03:06.221 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85672024-10-31T20:03:10.119Z[ host-image] Oct 31 20:03:09.011 INFO O| creating gzonly manifest...
85682024-10-31T20:03:10.160Z[ host-image] Oct 31 20:03:09.053 INFO O| ok
85692024-10-31T20:03:10.263Z[ host-image] Oct 31 20:03:09.155 INFO image builder template: ramdisk-02-trim...
85702024-10-31T20:03:10.266Z[ host-image] Oct 31 20:03:09.155 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/.tmpap0uK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85712024-10-31T20:03:10.286Z[ host-image] Oct 31 20:03:09.179 INFO O| Oct 31 20:03:09.179 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85722024-10-31T20:03:10.290Z[ host-image] Oct 31 20:03:09.183 INFO O| Oct 31 20:03:09.183 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85732024-10-31T20:03:10.414Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling bitflags v1.3.2
85742024-10-31T20:03:10.414Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling adler2 v2.0.0
85752024-10-31T20:03:10.417Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling plain v0.2.3
85762024-10-31T20:03:10.417Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling scroll v0.12.0
85772024-10-31T20:03:10.417Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling bit_field v0.10.2
85782024-10-31T20:03:10.417Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling log v0.4.22
85792024-10-31T20:03:10.417Z[ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling static_assertions v1.1.0
85802024-10-31T20:03:10.446Z[ host-image] Oct 31 20:03:09.338 INFO O| Oct 31 20:03:09.338 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85812024-10-31T20:03:10.502Z[ recovery-image] Oct 31 20:03:09.393 INFO E| Compiling raw-cpuid v10.7.0
85822024-10-31T20:03:10.502Z[ recovery-image] Oct 31 20:03:09.393 INFO E| Compiling cpio_reader v0.1.1
85832024-10-31T20:03:10.548Z[ host-image] Oct 31 20:03:09.440 INFO O| Oct 31 20:03:09.440 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85842024-10-31T20:03:10.550Z[ host-image] Oct 31 20:03:09.440 INFO O| Oct 31 20:03:09.440 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85852024-10-31T20:03:10.566Z[ recovery-image] Oct 31 20:03:09.458 INFO E| Compiling miniz_oxide v0.8.0
85862024-10-31T20:03:10.619Z[ host-image] Oct 31 20:03:09.512 INFO O| Oct 31 20:03:09.512 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85872024-10-31T20:03:10.627Z[ host-image] Oct 31 20:03:09.520 INFO O| Oct 31 20:03:09.520 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85882024-10-31T20:03:10.636Z[ host-image] Oct 31 20:03:09.528 INFO O| Oct 31 20:03:09.528 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85892024-10-31T20:03:10.669Z[ recovery-image] Oct 31 20:03:09.560 INFO E| Compiling bitstruct v0.1.1
85902024-10-31T20:03:10.938Z[ host-image] Oct 31 20:03:09.830 INFO O| Oct 31 20:03:09.830 INFO rolled back to input snapshot; work may begin
85912024-10-31T20:03:10.941Z[ host-image] Oct 31 20:03:09.830 INFO O| Oct 31 20:03:09.830 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85922024-10-31T20:03:10.947Z[ host-image] Oct 31 20:03:09.839 INFO O| Oct 31 20:03:09.839 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-31T20:03:10.963Z[ host-image] Oct 31 20:03:09.855 INFO O| Oct 31 20:03:09.855 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85942024-10-31T20:03:10.972Z[ recovery-image] Oct 31 20:03:09.864 INFO E| Compiling goblin v0.8.2
85952024-10-31T20:03:11.042Z[ host-image] Oct 31 20:03:09.934 INFO O| Oct 31 20:03:09.934 INFO STEP 0 (remove_files) COMPLETE
85962024-10-31T20:03:11.042Z[ host-image] Oct 31 20:03:09.934 INFO O| Oct 31 20:03:09.934 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-31T20:03:11.061Z[ host-image] Oct 31 20:03:09.953 INFO O| Oct 31 20:03:09.953 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85982024-10-31T20:03:11.064Z[ host-image] Oct 31 20:03:09.956 INFO O| Oct 31 20:03:09.955 INFO STEP 1 (remove_files) COMPLETE
85992024-10-31T20:03:11.064Z[ host-image] Oct 31 20:03:09.956 INFO O| Oct 31 20:03:09.955 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-31T20:03:11.084Z[ host-image] Oct 31 20:03:09.975 INFO O| Oct 31 20:03:09.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86012024-10-31T20:03:11.107Z[ host-image] Oct 31 20:03:09.999 INFO O| Oct 31 20:03:09.999 INFO STEP 2 (remove_files) COMPLETE
86022024-10-31T20:03:11.107Z[ host-image] Oct 31 20:03:09.999 INFO O| Oct 31 20:03:09.999 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-31T20:03:11.123Z[ host-image] Oct 31 20:03:10.015 INFO O| Oct 31 20:03:10.015 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86042024-10-31T20:03:11.126Z[ host-image] Oct 31 20:03:10.018 INFO O| Oct 31 20:03:10.018 INFO STEP 3 (remove_files) COMPLETE
86052024-10-31T20:03:11.126Z[ host-image] Oct 31 20:03:10.018 INFO O| Oct 31 20:03:10.018 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-31T20:03:11.140Z[ host-image] Oct 31 20:03:10.032 INFO O| Oct 31 20:03:10.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86072024-10-31T20:03:11.144Z[ host-image] Oct 31 20:03:10.036 INFO O| Oct 31 20:03:10.036 INFO STEP 4 (remove_files) COMPLETE
86082024-10-31T20:03:11.146Z[ host-image] Oct 31 20:03:10.036 INFO O| Oct 31 20:03:10.036 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-31T20:03:11.159Z[ host-image] Oct 31 20:03:10.052 INFO O| Oct 31 20:03:10.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86102024-10-31T20:03:11.163Z[ host-image] Oct 31 20:03:10.055 INFO O| Oct 31 20:03:10.055 INFO STEP 5 (remove_files) COMPLETE
86112024-10-31T20:03:11.163Z[ host-image] Oct 31 20:03:10.055 INFO O| Oct 31 20:03:10.055 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-31T20:03:11.180Z[ host-image] Oct 31 20:03:10.072 INFO O| Oct 31 20:03:10.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86132024-10-31T20:03:11.194Z[ host-image] Oct 31 20:03:10.087 INFO O| Oct 31 20:03:10.087 INFO STEP 6 (remove_files) COMPLETE
86142024-10-31T20:03:11.194Z[ host-image] Oct 31 20:03:10.087 INFO O| Oct 31 20:03:10.087 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-31T20:03:11.212Z[ host-image] Oct 31 20:03:10.104 INFO O| Oct 31 20:03:10.104 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86162024-10-31T20:03:11.224Z[ host-image] Oct 31 20:03:10.116 INFO O| Oct 31 20:03:10.116 INFO STEP 7 (remove_files) COMPLETE
86172024-10-31T20:03:11.224Z[ host-image] Oct 31 20:03:10.116 INFO O| Oct 31 20:03:10.116 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-31T20:03:11.242Z[ host-image] Oct 31 20:03:10.134 INFO O| Oct 31 20:03:10.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86192024-10-31T20:03:11.316Z[ host-image] Oct 31 20:03:10.209 INFO O| Oct 31 20:03:10.209 INFO STEP 8 (remove_files) COMPLETE
86202024-10-31T20:03:11.317Z[ host-image] Oct 31 20:03:10.209 INFO O| Oct 31 20:03:10.209 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-10-31T20:03:11.334Z[ host-image] Oct 31 20:03:10.226 INFO O| Oct 31 20:03:10.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86222024-10-31T20:03:11.442Z[ host-image] Oct 31 20:03:10.334 INFO O| Oct 31 20:03:10.334 INFO STEP 9 (remove_files) COMPLETE
86232024-10-31T20:03:11.442Z[ host-image] Oct 31 20:03:10.334 INFO O| Oct 31 20:03:10.334 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-10-31T20:03:11.459Z[ host-image] Oct 31 20:03:10.351 INFO O| Oct 31 20:03:10.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86252024-10-31T20:03:11.464Z[ host-image] Oct 31 20:03:10.357 INFO O| Oct 31 20:03:10.356 INFO STEP 10 (remove_files) COMPLETE
86262024-10-31T20:03:11.464Z[ host-image] Oct 31 20:03:10.357 INFO O| Oct 31 20:03:10.357 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-10-31T20:03:11.480Z[ host-image] Oct 31 20:03:10.372 INFO O| Oct 31 20:03:10.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86282024-10-31T20:03:11.484Z[ host-image] Oct 31 20:03:10.373 INFO O| Oct 31 20:03:10.373 INFO STEP 11 (remove_files) COMPLETE
86292024-10-31T20:03:11.484Z[ host-image] Oct 31 20:03:10.373 INFO O| Oct 31 20:03:10.373 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-10-31T20:03:11.496Z[ host-image] Oct 31 20:03:10.388 INFO O| Oct 31 20:03:10.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86312024-10-31T20:03:11.499Z[ host-image] Oct 31 20:03:10.391 INFO O| Oct 31 20:03:10.391 INFO STEP 12 (remove_files) COMPLETE
86322024-10-31T20:03:11.499Z[ host-image] Oct 31 20:03:10.391 INFO O| Oct 31 20:03:10.391 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-10-31T20:03:11.536Z[ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86342024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86352024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86362024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86372024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86382024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86392024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86402024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86412024-10-31T20:03:11.539Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86422024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86432024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86442024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86452024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86462024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86472024-10-31T20:03:11.540Z[ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86482024-10-31T20:03:11.542Z[ host-image] Oct 31 20:03:10.432 INFO O| Oct 31 20:03:10.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86492024-10-31T20:03:11.542Z[ host-image] Oct 31 20:03:10.434 INFO O| Oct 31 20:03:10.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86502024-10-31T20:03:11.924Z[ host-image] Oct 31 20:03:10.816 INFO O| Oct 31 20:03:10.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86512024-10-31T20:03:11.929Z[ host-image] Oct 31 20:03:10.821 INFO O| Oct 31 20:03:10.821 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86522024-10-31T20:03:11.932Z[ host-image] Oct 31 20:03:10.823 INFO O| Oct 31 20:03:10.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86532024-10-31T20:03:11.944Z[ host-image] Oct 31 20:03:10.837 INFO O| Oct 31 20:03:10.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86542024-10-31T20:03:11.994Z[ host-image] Oct 31 20:03:10.885 INFO O| Oct 31 20:03:10.885 INFO STEP 13 (remove_files) COMPLETE
86552024-10-31T20:03:11.994Z[ host-image] Oct 31 20:03:10.886 INFO O| Oct 31 20:03:10.885 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-31T20:03:12.009Z[ host-image] Oct 31 20:03:10.902 INFO O| Oct 31 20:03:10.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86572024-10-31T20:03:12.013Z[ host-image] Oct 31 20:03:10.903 INFO O| Oct 31 20:03:10.903 INFO STEP 14 (remove_files) COMPLETE
86582024-10-31T20:03:12.013Z[ host-image] Oct 31 20:03:10.903 INFO O| Oct 31 20:03:10.903 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-31T20:03:12.025Z[ host-image] Oct 31 20:03:10.917 INFO O| Oct 31 20:03:10.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86602024-10-31T20:03:12.031Z[ host-image] Oct 31 20:03:10.923 INFO O| Oct 31 20:03:10.923 INFO STEP 15 (remove_files) COMPLETE
86612024-10-31T20:03:12.031Z[ host-image] Oct 31 20:03:10.923 INFO O| Oct 31 20:03:10.923 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-31T20:03:12.047Z[ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86632024-10-31T20:03:12.052Z[ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO STEP 16 (remove_files) COMPLETE
86642024-10-31T20:03:12.052Z[ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-31T20:03:12.059Z[ host-image] Oct 31 20:03:10.952 INFO O| Oct 31 20:03:10.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86662024-10-31T20:03:12.062Z[ host-image] Oct 31 20:03:10.953 INFO O| Oct 31 20:03:10.953 INFO STEP 17 (remove_files) COMPLETE
86672024-10-31T20:03:12.062Z[ host-image] Oct 31 20:03:10.953 INFO O| Oct 31 20:03:10.953 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-31T20:03:12.075Z[ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86692024-10-31T20:03:12.078Z[ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO STEP 18 (remove_files) COMPLETE
86702024-10-31T20:03:12.078Z[ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-31T20:03:12.090Z[ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86722024-10-31T20:03:12.090Z[ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO STEP 19 (remove_files) COMPLETE
86732024-10-31T20:03:12.092Z[ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-31T20:03:12.104Z[ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86752024-10-31T20:03:12.105Z[ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO STEP 20 (remove_files) COMPLETE
86762024-10-31T20:03:12.105Z[ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-31T20:03:12.118Z[ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86782024-10-31T20:03:12.118Z[ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO STEP 21 (remove_files) COMPLETE
86792024-10-31T20:03:12.118Z[ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-31T20:03:12.128Z[ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86812024-10-31T20:03:12.131Z[ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO STEP 22 (remove_files) COMPLETE
86822024-10-31T20:03:12.131Z[ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-31T20:03:12.138Z[ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86842024-10-31T20:03:12.139Z[ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO STEP 23 (remove_files) COMPLETE
86852024-10-31T20:03:12.141Z[ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-31T20:03:12.149Z[ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86872024-10-31T20:03:12.149Z[ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO STEP 24 (remove_files) COMPLETE
86882024-10-31T20:03:12.152Z[ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-31T20:03:12.159Z[ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86902024-10-31T20:03:12.159Z[ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO STEP 25 (remove_files) COMPLETE
86912024-10-31T20:03:12.162Z[ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-31T20:03:12.170Z[ host-image] Oct 31 20:03:11.062 INFO O| Oct 31 20:03:11.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86932024-10-31T20:03:12.170Z[ host-image] Oct 31 20:03:11.063 INFO O| Oct 31 20:03:11.063 INFO STEP 26 (remove_files) COMPLETE
86942024-10-31T20:03:12.173Z[ host-image] Oct 31 20:03:11.063 INFO O| Oct 31 20:03:11.063 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-31T20:03:12.182Z[ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86962024-10-31T20:03:12.182Z[ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO STEP 27 (remove_files) COMPLETE
86972024-10-31T20:03:12.184Z[ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-31T20:03:12.197Z[ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86992024-10-31T20:03:12.197Z[ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO STEP 28 (remove_files) COMPLETE
87002024-10-31T20:03:12.200Z[ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-31T20:03:12.212Z[ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87022024-10-31T20:03:12.212Z[ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO STEP 29 (remove_files) COMPLETE
87032024-10-31T20:03:12.214Z[ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-31T20:03:12.227Z[ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87052024-10-31T20:03:12.227Z[ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO STEP 30 (remove_files) COMPLETE
87062024-10-31T20:03:12.229Z[ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-31T20:03:12.242Z[ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87082024-10-31T20:03:12.245Z[ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO STEP 31 (remove_files) COMPLETE
87092024-10-31T20:03:12.245Z[ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-31T20:03:12.259Z[ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87112024-10-31T20:03:12.259Z[ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO STEP 32 (remove_files) COMPLETE
87122024-10-31T20:03:12.262Z[ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-31T20:03:12.272Z[ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87142024-10-31T20:03:12.272Z[ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO STEP 33 (remove_files) COMPLETE
87152024-10-31T20:03:12.272Z[ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-31T20:03:12.287Z[ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87172024-10-31T20:03:12.290Z[ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO STEP 34 (remove_files) COMPLETE
87182024-10-31T20:03:12.290Z[ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-31T20:03:12.298Z[ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87202024-10-31T20:03:12.298Z[ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO STEP 35 (remove_files) COMPLETE
87212024-10-31T20:03:12.301Z[ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-31T20:03:12.309Z[ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87232024-10-31T20:03:12.309Z[ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO STEP 36 (remove_files) COMPLETE
87242024-10-31T20:03:12.309Z[ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-31T20:03:12.322Z[ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87262024-10-31T20:03:12.322Z[ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO STEP 37 (remove_files) COMPLETE
87272024-10-31T20:03:12.325Z[ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-31T20:03:12.339Z[ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87292024-10-31T20:03:12.339Z[ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO STEP 38 (remove_files) COMPLETE
87302024-10-31T20:03:12.340Z[ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-31T20:03:12.352Z[ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87322024-10-31T20:03:12.352Z[ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.245 INFO STEP 39 (remove_files) COMPLETE
87332024-10-31T20:03:12.352Z[ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.245 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-31T20:03:12.367Z[ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87352024-10-31T20:03:12.370Z[ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.260 INFO STEP 40 (remove_files) COMPLETE
87362024-10-31T20:03:12.370Z[ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.260 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-31T20:03:12.382Z[ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87382024-10-31T20:03:12.382Z[ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO STEP 41 (remove_files) COMPLETE
87392024-10-31T20:03:12.382Z[ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-31T20:03:12.398Z[ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87412024-10-31T20:03:12.398Z[ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO STEP 42 (remove_files) COMPLETE
87422024-10-31T20:03:12.400Z[ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-31T20:03:12.408Z[ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87442024-10-31T20:03:12.408Z[ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.301 INFO STEP 43 (remove_files) COMPLETE
87452024-10-31T20:03:12.411Z[ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.301 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-31T20:03:12.422Z[ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87472024-10-31T20:03:12.422Z[ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO STEP 44 (remove_files) COMPLETE
87482024-10-31T20:03:12.425Z[ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-31T20:03:12.435Z[ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87502024-10-31T20:03:12.435Z[ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO STEP 45 (remove_files) COMPLETE
87512024-10-31T20:03:12.438Z[ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-31T20:03:12.452Z[ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87532024-10-31T20:03:12.452Z[ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO STEP 46 (remove_files) COMPLETE
87542024-10-31T20:03:12.455Z[ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-31T20:03:12.466Z[ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87562024-10-31T20:03:12.466Z[ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO STEP 47 (remove_files) COMPLETE
87572024-10-31T20:03:12.469Z[ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-31T20:03:12.486Z[ host-image] Oct 31 20:03:11.378 INFO O| Oct 31 20:03:11.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87592024-10-31T20:03:12.489Z[ host-image] Oct 31 20:03:11.379 INFO O| Oct 31 20:03:11.379 INFO STEP 48 (remove_files) COMPLETE
87602024-10-31T20:03:12.489Z[ host-image] Oct 31 20:03:11.379 INFO O| Oct 31 20:03:11.379 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-31T20:03:12.506Z[ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87622024-10-31T20:03:12.506Z[ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO STEP 49 (remove_files) COMPLETE
87632024-10-31T20:03:12.506Z[ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-31T20:03:12.523Z[ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87652024-10-31T20:03:12.523Z[ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO STEP 50 (remove_files) COMPLETE
87662024-10-31T20:03:12.523Z[ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-31T20:03:12.539Z[ host-image] Oct 31 20:03:11.431 INFO O| Oct 31 20:03:11.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87682024-10-31T20:03:12.539Z[ host-image] Oct 31 20:03:11.432 INFO O| Oct 31 20:03:11.432 INFO STEP 51 (remove_files) COMPLETE
87692024-10-31T20:03:12.539Z[ host-image] Oct 31 20:03:11.432 INFO O| Oct 31 20:03:11.432 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-31T20:03:12.574Z[ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87712024-10-31T20:03:12.574Z[ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO STEP 52 (remove_files) COMPLETE
87722024-10-31T20:03:12.574Z[ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-31T20:03:12.593Z[ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87742024-10-31T20:03:12.593Z[ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO STEP 53 (remove_files) COMPLETE
87752024-10-31T20:03:12.596Z[ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-31T20:03:12.612Z[ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87772024-10-31T20:03:12.612Z[ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO STEP 54 (remove_files) COMPLETE
87782024-10-31T20:03:12.612Z[ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-10-31T20:03:12.635Z[ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87802024-10-31T20:03:12.635Z[ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.526 INFO STEP 55 (remove_files) COMPLETE
87812024-10-31T20:03:12.639Z[ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.526 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-10-31T20:03:12.651Z[ host-image] Oct 31 20:03:11.543 INFO O| Oct 31 20:03:11.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87832024-10-31T20:03:12.651Z[ host-image] Oct 31 20:03:11.544 INFO O| Oct 31 20:03:11.543 INFO STEP 56 (remove_files) COMPLETE
87842024-10-31T20:03:12.654Z[ host-image] Oct 31 20:03:11.544 INFO O| Oct 31 20:03:11.544 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-31T20:03:12.677Z[ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87862024-10-31T20:03:12.680Z[ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO STEP 57 (remove_files) COMPLETE
87872024-10-31T20:03:12.680Z[ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-10-31T20:03:12.693Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.585 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87892024-10-31T20:03:12.693Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87902024-10-31T20:03:12.696Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87912024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87922024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87932024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87942024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO ok!
87952024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.587 INFO O| Oct 31 20:03:11.586 INFO STEP 58 (ensure_file) COMPLETE
87962024-10-31T20:03:12.697Z[ host-image] Oct 31 20:03:11.587 INFO O| Oct 31 20:03:11.587 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-31T20:03:12.710Z[ host-image] Oct 31 20:03:11.602 INFO O| Oct 31 20:03:11.602 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87982024-10-31T20:03:12.710Z[ host-image] Oct 31 20:03:11.602 INFO O| Oct 31 20:03:11.602 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87992024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88002024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88012024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88022024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88032024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO ok!
88042024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO STEP 59 (ensure_file) COMPLETE
88052024-10-31T20:03:12.713Z[ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-10-31T20:03:12.729Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88072024-10-31T20:03:12.729Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88082024-10-31T20:03:12.731Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88092024-10-31T20:03:12.731Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO ok!
88102024-10-31T20:03:12.731Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO STEP 60 (ensure_file) COMPLETE
88112024-10-31T20:03:12.731Z[ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-10-31T20:03:12.745Z[ host-image] Oct 31 20:03:11.636 INFO O| Oct 31 20:03:11.636 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88132024-10-31T20:03:12.745Z[ host-image] Oct 31 20:03:11.636 INFO O| Oct 31 20:03:11.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88142024-10-31T20:03:12.748Z[ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88152024-10-31T20:03:12.748Z[ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO ok!
88162024-10-31T20:03:12.748Z[ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO STEP 61 (ensure_file) COMPLETE
88172024-10-31T20:03:12.748Z[ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-10-31T20:03:12.760Z[ host-image] Oct 31 20:03:11.652 INFO O| Oct 31 20:03:11.652 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88192024-10-31T20:03:12.762Z[ host-image] Oct 31 20:03:11.652 INFO O| Oct 31 20:03:11.652 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88202024-10-31T20:03:12.763Z[ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88212024-10-31T20:03:12.763Z[ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88222024-10-31T20:03:12.763Z[ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO ok!
88232024-10-31T20:03:12.763Z[ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO STEP 62 (ensure_file) COMPLETE
88242024-10-31T20:03:12.763Z[ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-10-31T20:03:12.776Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88262024-10-31T20:03:12.776Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88272024-10-31T20:03:12.779Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88282024-10-31T20:03:12.779Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88292024-10-31T20:03:12.779Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO ok!
88302024-10-31T20:03:12.779Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO STEP 63 (ensure_file) COMPLETE
88312024-10-31T20:03:12.779Z[ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-10-31T20:03:12.807Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88332024-10-31T20:03:12.808Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88342024-10-31T20:03:12.808Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88352024-10-31T20:03:12.808Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO ok!
88362024-10-31T20:03:12.808Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO STEP 64 (assemble_files) COMPLETE
88372024-10-31T20:03:12.808Z[ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.699 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88392024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88402024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88412024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88422024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO ok!
88432024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO STEP 65 (ensure_file) COMPLETE
88442024-10-31T20:03:12.810Z[ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-10-31T20:03:12.823Z[ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88462024-10-31T20:03:12.825Z[ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88472024-10-31T20:03:12.825Z[ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88482024-10-31T20:03:12.825Z[ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO STEP 66 (ensure_dir) COMPLETE
88492024-10-31T20:03:12.825Z[ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-10-31T20:03:12.838Z[ host-image] Oct 31 20:03:11.730 INFO O| Oct 31 20:03:11.730 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88512024-10-31T20:03:12.838Z[ host-image] Oct 31 20:03:11.731 INFO O| Oct 31 20:03:11.730 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 ...
88522024-10-31T20:03:12.849Z[ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.741 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
88532024-10-31T20:03:12.849Z[ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88542024-10-31T20:03:12.852Z[ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO ok!
88552024-10-31T20:03:12.852Z[ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO STEP 67 (ensure_file) COMPLETE
88562024-10-31T20:03:12.852Z[ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-10-31T20:03:12.861Z[ host-image] Oct 31 20:03:11.753 INFO O| Oct 31 20:03:11.753 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88582024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.753 INFO O| Oct 31 20:03:11.753 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 ...
88592024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.753 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
88602024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88612024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO ok!
88622024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO STEP 68 (ensure_file) COMPLETE
88632024-10-31T20:03:12.864Z[ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-10-31T20:03:12.876Z[ host-image] Oct 31 20:03:11.769 INFO O| Oct 31 20:03:11.769 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88652024-10-31T20:03:12.876Z[ host-image] Oct 31 20:03:11.769 INFO O| Oct 31 20:03:11.769 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88662024-10-31T20:03:15.346Z[ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO STEP 69 (pack_tar) COMPLETE
88672024-10-31T20:03:15.346Z[ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88682024-10-31T20:03:15.348Z[ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88692024-10-31T20:03:15.677Z[ host-image] Oct 31 20:03:14.569 INFO O| Oct 31 20:03:14.569 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88702024-10-31T20:03:15.763Z[ host-image] Oct 31 20:03:14.655 INFO O| Oct 31 20:03:14.655 INFO completed processing gimlet/ramdisk-02-trim
88712024-10-31T20:03:15.766Z[ host-image] Oct 31 20:03:14.657 INFO image builder template: zfs...
88722024-10-31T20:03:15.766Z[ host-image] Oct 31 20:03:14.657 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/.tmpap0uK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88732024-10-31T20:03:15.779Z[ host-image] Oct 31 20:03:14.671 INFO O| Oct 31 20:03:14.671 INFO skip include "stress" because feature "stress" is not enabled
88742024-10-31T20:03:15.810Z[ host-image] Oct 31 20:03:14.702 INFO O| Oct 31 20:03:14.702 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88752024-10-31T20:03:15.813Z[ host-image] Oct 31 20:03:14.705 INFO O| Oct 31 20:03:14.705 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88762024-10-31T20:03:15.951Z[ host-image] Oct 31 20:03:14.843 INFO O| Oct 31 20:03:14.843 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88772024-10-31T20:03:16.051Z[ host-image] Oct 31 20:03:14.943 INFO O| Oct 31 20:03:14.943 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88782024-10-31T20:03:16.054Z[ host-image] Oct 31 20:03:14.944 INFO O| Oct 31 20:03:14.944 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88792024-10-31T20:03:16.058Z[ host-image] Oct 31 20:03:14.948 INFO O| Oct 31 20:03:14.948 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88802024-10-31T20:03:16.163Z[ host-image] Oct 31 20:03:15.055 INFO O| Oct 31 20:03:15.055 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88812024-10-31T20:03:16.230Z[ host-image] Oct 31 20:03:15.122 INFO O| Oct 31 20:03:15.122 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88822024-10-31T20:03:16.238Z[ host-image] Oct 31 20:03:15.130 INFO O| Oct 31 20:03:15.130 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88832024-10-31T20:03:16.243Z[ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88842024-10-31T20:03:16.246Z[ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO no lofi found
88852024-10-31T20:03:16.246Z[ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88862024-10-31T20:03:16.246Z[ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88872024-10-31T20:03:17.104Z[ recovery-image] Oct 31 20:03:15.993 INFO E| Finished `release` profile [optimized] target(s) in 29.73s
88882024-10-31T20:03:17.122Z[ recovery-image] Oct 31 20:03:16.014 INFO building host image...
88892024-10-31T20:03:17.125Z[ recovery-image] Oct 31 20:03:16.014 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")
88902024-10-31T20:03:17.600Z[ recovery-image] Oct 31 20:03:16.491 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88912024-10-31T20:03:18.117Z[ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO lofi device = /dev/dsk/c2t1d0p0
88922024-10-31T20:03:18.117Z[ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO pool device = /dev/dsk/c2t1d0p0
88932024-10-31T20:03:18.118Z[ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88942024-10-31T20:03:18.184Z[ host-image] Oct 31 20:03:17.075 INFO O| Oct 31 20:03:17.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88952024-10-31T20:03:18.184Z[ host-image] Oct 31 20:03:17.075 INFO O| Oct 31 20:03:17.075 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88962024-10-31T20:03:18.203Z[ host-image] Oct 31 20:03:17.093 INFO O| Oct 31 20:03:17.093 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88972024-10-31T20:03:18.258Z[ host-image] Oct 31 20:03:17.150 INFO O| Oct 31 20:03:17.150 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88982024-10-31T20:03:18.294Z[ host-image] Oct 31 20:03:17.186 INFO O| Oct 31 20:03:17.186 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88992024-10-31T20:03:18.307Z[ host-image] Oct 31 20:03:17.199 INFO O| Oct 31 20:03:17.199 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89002024-10-31T20:03:18.317Z[ host-image] Oct 31 20:03:17.209 INFO O| Oct 31 20:03:17.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89012024-10-31T20:03:18.361Z[ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89022024-10-31T20:03:18.363Z[ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89032024-10-31T20:03:18.363Z[ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89042024-10-31T20:03:18.374Z[ host-image] Oct 31 20:03:17.265 INFO O| Oct 31 20:03:17.265 INFO boot environment UUID: 2563ada4-1a96-48a2-b861-ea39a82f32d8
89052024-10-31T20:03:18.377Z[ host-image] Oct 31 20:03:17.265 INFO O| Oct 31 20:03:17.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2563ada4-1a96-48a2-b861-ea39a82f32d8
89062024-10-31T20:03:18.383Z[ host-image] Oct 31 20:03:17.275 INFO O| Oct 31 20:03:17.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89072024-10-31T20:03:18.393Z[ host-image] Oct 31 20:03:17.285 INFO O| Oct 31 20:03:17.285 INFO STEP 0 (create_be) COMPLETE
89082024-10-31T20:03:18.393Z[ host-image] Oct 31 20:03:17.285 INFO O| Oct 31 20:03:17.285 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89092024-10-31T20:03:18.407Z[ host-image] Oct 31 20:03:17.299 INFO O| Oct 31 20:03:17.299 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89102024-10-31T20:03:19.230Z[ recovery-image] Oct 31 20:03:18.121 INFO image complete! materials are in "/work/os-recovery"
89112024-10-31T20:03:19.233Z[ recovery-image]
89122024-10-31T20:03:19.236Z[ recovery-image] real 8:02.863887265
89132024-10-31T20:03:19.236Z[ recovery-image] user 5:14.924808194
89142024-10-31T20:03:19.236Z[ recovery-image] sys 49.407394049
89152024-10-31T20:03:19.236Z[ recovery-image] trap 0.200279484
89162024-10-31T20:03:19.236Z[ recovery-image] tflt 0.277467163
89172024-10-31T20:03:19.236Z[ recovery-image] dflt 1.169047452
89182024-10-31T20:03:19.236Z[ recovery-image] kflt 0.000324960
89192024-10-31T20:03:19.236Z[ recovery-image] lock 16:47.501182210
89202024-10-31T20:03:19.236Z[ recovery-image] slp 49:12.289890624
89212024-10-31T20:03:19.236Z[ recovery-image] lat 1:19.963598717
89222024-10-31T20:03:19.236Z[ recovery-image] stop 2.739602856
89232024-10-31T20:03:19.236ZOct 31 20:03:18.126 INFO [recovery-image] process exited with exit status: 0 (482.9291525s)
89242024-10-31T20:03:37.760Z[ host-image] Oct 31 20:03:36.649 INFO O| Oct 31 20:03:36.649 INFO STEP 1 (unpack_tar) COMPLETE
89252024-10-31T20:03:37.760Z[ host-image] Oct 31 20:03:36.649 INFO O| Oct 31 20:03:36.649 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-31T20:03:37.771Z[ host-image] Oct 31 20:03:36.660 INFO O| Oct 31 20:03:36.660 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89272024-10-31T20:03:38.109Z[ host-image] Oct 31 20:03:36.998 INFO O| Oct 31 20:03:36.998 INFO STEP 2 (devfsadm) COMPLETE
89282024-10-31T20:03:38.112Z[ host-image] Oct 31 20:03:36.998 INFO O| Oct 31 20:03:36.998 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-31T20:03:38.119Z[ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89302024-10-31T20:03:38.119Z[ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89312024-10-31T20:03:38.119Z[ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO STEP 3 (ensure_dir) COMPLETE
89322024-10-31T20:03:38.122Z[ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-31T20:03:38.129Z[ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89342024-10-31T20:03:38.129Z[ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO STEP 4 (ensure_dir) COMPLETE
89352024-10-31T20:03:38.131Z[ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-31T20:03:38.137Z[ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89372024-10-31T20:03:38.137Z[ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO STEP 5 (ensure_dir) COMPLETE
89382024-10-31T20:03:38.141Z[ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-31T20:03:38.148Z[ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89402024-10-31T20:03:38.151Z[ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89412024-10-31T20:03:38.151Z[ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO STEP 6 (ensure_dir) COMPLETE
89422024-10-31T20:03:38.151Z[ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-31T20:03:38.156Z[ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89442024-10-31T20:03:38.156Z[ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89452024-10-31T20:03:38.159Z[ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO STEP 7 (ensure_dir) COMPLETE
89462024-10-31T20:03:38.159Z[ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-31T20:03:38.165Z[ host-image] Oct 31 20:03:37.055 INFO O| Oct 31 20:03:37.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89482024-10-31T20:03:38.172Z[ host-image] Oct 31 20:03:37.056 INFO O| Oct 31 20:03:37.056 INFO STEP 8 (remove_files) COMPLETE
89492024-10-31T20:03:38.172Z[ host-image] Oct 31 20:03:37.056 INFO O| Oct 31 20:03:37.056 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-31T20:03:38.200Z[ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89512024-10-31T20:03:38.200Z[ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO STEP 9 (remove_files) COMPLETE
89522024-10-31T20:03:38.200Z[ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-31T20:03:38.212Z[ host-image] Oct 31 20:03:37.074 INFO O| Oct 31 20:03:37.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89542024-10-31T20:03:38.212Z[ host-image] Oct 31 20:03:37.075 INFO O| Oct 31 20:03:37.075 INFO STEP 10 (remove_files) COMPLETE
89552024-10-31T20:03:38.212Z[ host-image] Oct 31 20:03:37.075 INFO O| Oct 31 20:03:37.075 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-31T20:03:38.212Z[ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89572024-10-31T20:03:38.212Z[ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO STEP 11 (remove_files) COMPLETE
89582024-10-31T20:03:38.213Z[ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-31T20:03:38.213Z[ host-image] Oct 31 20:03:37.093 INFO O| Oct 31 20:03:37.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89602024-10-31T20:03:38.213Z[ host-image] Oct 31 20:03:37.093 INFO O| Oct 31 20:03:37.093 INFO STEP 12 (remove_files) COMPLETE
89612024-10-31T20:03:38.213Z[ host-image] Oct 31 20:03:37.094 INFO O| Oct 31 20:03:37.093 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622024-10-31T20:03:38.217Z[ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89632024-10-31T20:03:38.217Z[ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89642024-10-31T20:03:38.217Z[ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO STEP 13 (ensure_dir) COMPLETE
89652024-10-31T20:03:38.217Z[ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89662024-10-31T20:03:38.223Z[ host-image] Oct 31 20:03:37.112 INFO O| Oct 31 20:03:37.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-31T20:03:38.223Z[ host-image] Oct 31 20:03:37.112 INFO O| Oct 31 20:03:37.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89682024-10-31T20:03:38.226Z[ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89692024-10-31T20:03:38.226Z[ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO STEP 14 (ensure_dir) COMPLETE
89702024-10-31T20:03:38.226Z[ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89712024-10-31T20:03:38.232Z[ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-31T20:03:38.232Z[ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89732024-10-31T20:03:38.232Z[ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89742024-10-31T20:03:38.235Z[ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO STEP 15 (ensure_dir) COMPLETE
89752024-10-31T20:03:38.235Z[ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89762024-10-31T20:03:38.241Z[ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89772024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89782024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO STEP 16 (ensure_dir) COMPLETE
89792024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89802024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89812024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89822024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO STEP 17 (ensure_dir) COMPLETE
89832024-10-31T20:03:38.251Z[ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89842024-10-31T20:03:38.259Z[ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89852024-10-31T20:03:38.262Z[ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89862024-10-31T20:03:38.262Z[ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO ok!
89872024-10-31T20:03:38.262Z[ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO STEP 18 (ensure_symlink) COMPLETE
89882024-10-31T20:03:38.262Z[ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89892024-10-31T20:03:38.269Z[ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89902024-10-31T20:03:38.269Z[ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89912024-10-31T20:03:38.269Z[ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO ok!
89922024-10-31T20:03:38.269Z[ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO STEP 19 (ensure_file) COMPLETE
89932024-10-31T20:03:38.273Z[ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-10-31T20:03:38.278Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89952024-10-31T20:03:38.278Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89962024-10-31T20:03:38.280Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89972024-10-31T20:03:38.280Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO ok!
89982024-10-31T20:03:38.281Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO STEP 20 (ensure_symlink) COMPLETE
89992024-10-31T20:03:38.281Z[ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002024-10-31T20:03:38.288Z[ host-image] Oct 31 20:03:37.177 INFO O| Oct 31 20:03:37.177 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90012024-10-31T20:03:38.288Z[ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.177 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90022024-10-31T20:03:38.293Z[ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90032024-10-31T20:03:38.293Z[ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO ok!
90042024-10-31T20:03:38.293Z[ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO STEP 21 (ensure_symlink) COMPLETE
90052024-10-31T20:03:38.293Z[ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062024-10-31T20:03:38.299Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90072024-10-31T20:03:38.299Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90082024-10-31T20:03:38.299Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90092024-10-31T20:03:38.300Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO ok!
90102024-10-31T20:03:38.300Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO STEP 22 (ensure_symlink) COMPLETE
90112024-10-31T20:03:38.300Z[ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90122024-10-31T20:03:38.308Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90132024-10-31T20:03:38.314Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90142024-10-31T20:03:38.314Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90152024-10-31T20:03:38.315Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO ok!
90162024-10-31T20:03:38.315Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO STEP 23 (ensure_symlink) COMPLETE
90172024-10-31T20:03:38.315Z[ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182024-10-31T20:03:38.319Z[ host-image] Oct 31 20:03:37.205 INFO O| Oct 31 20:03:37.205 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90192024-10-31T20:03:38.319Z[ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90202024-10-31T20:03:38.320Z[ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90212024-10-31T20:03:38.320Z[ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO ok!
90222024-10-31T20:03:38.320Z[ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO STEP 24 (ensure_file) COMPLETE
90232024-10-31T20:03:38.321Z[ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-31T20:03:38.326Z[ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO updating shadow file
90252024-10-31T20:03:38.330Z[ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90262024-10-31T20:03:38.330Z[ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90272024-10-31T20:03:38.330Z[ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO STEP 25 (shadow) COMPLETE
90282024-10-31T20:03:38.331Z[ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90302024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90312024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90322024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO ok!
90332024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO STEP 26 (ensure_file) COMPLETE
90342024-10-31T20:03:38.336Z[ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90352024-10-31T20:03:38.346Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90362024-10-31T20:03:38.346Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90372024-10-31T20:03:38.352Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90382024-10-31T20:03:38.352Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO ok!
90392024-10-31T20:03:38.352Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO STEP 27 (ensure_file) COMPLETE
90402024-10-31T20:03:38.352Z[ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90412024-10-31T20:03:38.363Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90422024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90432024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90442024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90452024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO ok!
90462024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO STEP 28 (ensure_file) COMPLETE
90472024-10-31T20:03:38.364Z[ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90482024-10-31T20:03:38.369Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90492024-10-31T20:03:38.369Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90502024-10-31T20:03:38.369Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90512024-10-31T20:03:38.369Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO ok!
90522024-10-31T20:03:38.370Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO STEP 29 (ensure_file) COMPLETE
90532024-10-31T20:03:38.370Z[ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-10-31T20:03:38.385Z[ host-image] Oct 31 20:03:37.262 INFO O| Oct 31 20:03:37.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90552024-10-31T20:03:38.385Z[ host-image] Oct 31 20:03:37.262 INFO O| Oct 31 20:03:37.262 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90562024-10-31T20:03:38.385Z[ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90572024-10-31T20:03:38.385Z[ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO ok!
90582024-10-31T20:03:38.385Z[ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO STEP 30 (ensure_file) COMPLETE
90592024-10-31T20:03:38.386Z[ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-10-31T20:03:38.414Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90612024-10-31T20:03:38.414Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90622024-10-31T20:03:38.414Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90632024-10-31T20:03:38.415Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90642024-10-31T20:03:38.415Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO ok!
90652024-10-31T20:03:38.415Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO STEP 31 (ensure_file) COMPLETE
90662024-10-31T20:03:38.416Z[ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90672024-10-31T20:03:38.416Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90682024-10-31T20:03:38.417Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90692024-10-31T20:03:38.417Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90702024-10-31T20:03:38.417Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO ok!
90712024-10-31T20:03:38.417Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO STEP 32 (ensure_file) COMPLETE
90722024-10-31T20:03:38.417Z[ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90732024-10-31T20:03:38.427Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90742024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90752024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90762024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO ok!
90772024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO STEP 33 (ensure_file) COMPLETE
90782024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90792024-10-31T20:03:38.428Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90802024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90812024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90842024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90852024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO ok!
90862024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO STEP 34 (ensure_file) COMPLETE
90872024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90882024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.309 INFO O| Oct 31 20:03:37.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90902024-10-31T20:03:38.429Z[ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90912024-10-31T20:03:38.430Z[ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO STEP 35 (ensure_dir) COMPLETE
90922024-10-31T20:03:38.430Z[ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90932024-10-31T20:03:38.434Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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
90942024-10-31T20:03:38.434Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 ...
90952024-10-31T20:03:38.434Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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
90962024-10-31T20:03:38.434Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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
90972024-10-31T20:03:38.434Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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
90982024-10-31T20:03:38.435Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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
90992024-10-31T20:03:38.435Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO ok!
91002024-10-31T20:03:38.435Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO STEP 36 (ensure_file) COMPLETE
91012024-10-31T20:03:38.435Z[ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91022024-10-31T20:03:38.439Z[ host-image] Oct 31 20:03:37.328 INFO O| Oct 31 20:03:37.328 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91032024-10-31T20:03:38.444Z[ host-image] Oct 31 20:03:37.328 INFO O| Oct 31 20:03:37.328 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 ...
91042024-10-31T20:03:38.444Z[ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91052024-10-31T20:03:38.444Z[ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO ok!
91062024-10-31T20:03:38.444Z[ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO STEP 37 (ensure_symlink) COMPLETE
91072024-10-31T20:03:38.445Z[ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91082024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91092024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91102024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91132024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91142024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO ok!
91152024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO STEP 38 (ensure_file) COMPLETE
91162024-10-31T20:03:38.451Z[ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-31T20:03:38.460Z[ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91182024-10-31T20:03:38.460Z[ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 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 ...
91192024-10-31T20:03:38.473Z[ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 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
91202024-10-31T20:03:38.473Z[ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91212024-10-31T20:03:38.473Z[ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO ok!
91222024-10-31T20:03:38.473Z[ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO STEP 39 (ensure_file) COMPLETE
91232024-10-31T20:03:38.474Z[ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91242024-10-31T20:03:38.485Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91252024-10-31T20:03:38.485Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91262024-10-31T20:03:38.485Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91272024-10-31T20:03:38.485Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO ok!
91282024-10-31T20:03:38.486Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO STEP 40 (ensure_file) COMPLETE
91292024-10-31T20:03:38.486Z[ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91302024-10-31T20:03:38.487Z[ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO updating shadow file
91312024-10-31T20:03:38.487Z[ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91322024-10-31T20:03:38.487Z[ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO STEP 41 (shadow) COMPLETE
91332024-10-31T20:03:38.487Z[ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91342024-10-31T20:03:38.494Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91352024-10-31T20:03:38.494Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91362024-10-31T20:03:38.494Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91372024-10-31T20:03:38.494Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91382024-10-31T20:03:38.495Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO ok!
91392024-10-31T20:03:38.495Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 42 (ensure_file) COMPLETE
91402024-10-31T20:03:38.495Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412024-10-31T20:03:38.496Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO skip step because feature "mfg" is not enabled
91422024-10-31T20:03:38.496Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432024-10-31T20:03:38.496Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO skip step because feature "mfg" is not enabled
91442024-10-31T20:03:38.496Z[ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91452024-10-31T20:03:38.508Z[ host-image] Oct 31 20:03:37.386 INFO O| Oct 31 20:03:37.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91462024-10-31T20:03:38.508Z[ host-image] Oct 31 20:03:37.386 INFO O| Oct 31 20:03:37.386 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91472024-10-31T20:03:39.127Z[ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91482024-10-31T20:03:39.127Z[ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91492024-10-31T20:03:39.130Z[ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO ok!
91502024-10-31T20:03:39.130Z[ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO STEP 45 (ensure_file) COMPLETE
91512024-10-31T20:03:39.130Z[ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91522024-10-31T20:03:39.138Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91532024-10-31T20:03:39.138Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91542024-10-31T20:03:39.140Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-31T20:03:39.140Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-31T20:03:39.140Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91572024-10-31T20:03:39.140Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91582024-10-31T20:03:39.140Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO ok!
91592024-10-31T20:03:39.141Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO STEP 46 (ensure_file) COMPLETE
91602024-10-31T20:03:39.141Z[ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91612024-10-31T20:03:39.147Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91622024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 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 ...
91632024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 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
91642024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91652024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO ok!
91662024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO STEP 47 (ensure_file) COMPLETE
91672024-10-31T20:03:39.150Z[ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91682024-10-31T20:03:39.157Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91692024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91702024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91732024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91742024-10-31T20:03:39.159Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO ok!
91752024-10-31T20:03:39.160Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO STEP 48 (ensure_file) COMPLETE
91762024-10-31T20:03:39.160Z[ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91772024-10-31T20:03:39.166Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91782024-10-31T20:03:39.166Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 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 ...
91792024-10-31T20:03:39.169Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 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
91802024-10-31T20:03:39.169Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91812024-10-31T20:03:39.169Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO ok!
91822024-10-31T20:03:39.169Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO STEP 49 (ensure_file) COMPLETE
91832024-10-31T20:03:39.169Z[ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91842024-10-31T20:03:39.176Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91852024-10-31T20:03:39.176Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91862024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91892024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91902024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO ok!
91912024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO STEP 50 (ensure_file) COMPLETE
91922024-10-31T20:03:39.182Z[ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91932024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91942024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 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 ...
91952024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 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
91962024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91972024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO ok!
91982024-10-31T20:03:39.188Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO STEP 51 (ensure_file) COMPLETE
91992024-10-31T20:03:39.189Z[ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92002024-10-31T20:03:39.196Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92012024-10-31T20:03:39.197Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 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 ...
92022024-10-31T20:03:39.203Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 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
92032024-10-31T20:03:39.203Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92042024-10-31T20:03:39.203Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO ok!
92052024-10-31T20:03:39.203Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO STEP 52 (ensure_file) COMPLETE
92062024-10-31T20:03:39.203Z[ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92072024-10-31T20:03:39.212Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92082024-10-31T20:03:39.212Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 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 ...
92092024-10-31T20:03:39.212Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 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
92102024-10-31T20:03:39.212Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92112024-10-31T20:03:39.212Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO ok!
92122024-10-31T20:03:39.213Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO STEP 53 (ensure_file) COMPLETE
92132024-10-31T20:03:39.213Z[ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-31T20:03:39.225Z[ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92152024-10-31T20:03:39.225Z[ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO STEP 54 (ensure_dir) COMPLETE
92162024-10-31T20:03:39.226Z[ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-31T20:03:39.226Z[ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92182024-10-31T20:03:39.226Z[ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92192024-10-31T20:03:39.226Z[ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO STEP 55 (ensure_dir) COMPLETE
92202024-10-31T20:03:39.226Z[ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-31T20:03:39.232Z[ host-image] Oct 31 20:03:38.122 INFO O| Oct 31 20:03:38.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92222024-10-31T20:03:39.235Z[ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92232024-10-31T20:03:39.235Z[ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO STEP 56 (ensure_dir) COMPLETE
92242024-10-31T20:03:39.235Z[ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-10-31T20:03:39.243Z[ host-image] Oct 31 20:03:38.132 INFO O| Oct 31 20:03:38.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92262024-10-31T20:03:39.243Z[ host-image] Oct 31 20:03:38.132 INFO O| Oct 31 20:03:38.132 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92272024-10-31T20:03:39.257Z[ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92282024-10-31T20:03:39.257Z[ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO ok!
92292024-10-31T20:03:39.260Z[ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO STEP 57 (ensure_file) COMPLETE
92302024-10-31T20:03:39.260Z[ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-10-31T20:03:39.266Z[ host-image] Oct 31 20:03:38.156 INFO O| Oct 31 20:03:38.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92322024-10-31T20:03:39.266Z[ host-image] Oct 31 20:03:38.156 INFO O| Oct 31 20:03:38.156 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92332024-10-31T20:03:40.329Z[ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92342024-10-31T20:03:40.329Z[ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO ok!
92352024-10-31T20:03:40.331Z[ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO STEP 58 (ensure_file) COMPLETE
92362024-10-31T20:03:40.331Z[ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-31T20:03:40.339Z[ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92382024-10-31T20:03:40.342Z[ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92392024-10-31T20:03:40.342Z[ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO STEP 59 (ensure_dir) COMPLETE
92402024-10-31T20:03:40.342Z[ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-10-31T20:03:40.349Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92422024-10-31T20:03:40.349Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO copying /tmp/.tmpap0uK3/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 ...
92432024-10-31T20:03:40.352Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92442024-10-31T20:03:40.352Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO ok!
92452024-10-31T20:03:40.352Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO STEP 60 (ensure_file) COMPLETE
92462024-10-31T20:03:40.352Z[ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-10-31T20:03:40.358Z[ host-image] Oct 31 20:03:39.248 INFO O| Oct 31 20:03:39.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92482024-10-31T20:03:40.358Z[ host-image] Oct 31 20:03:39.248 INFO O| Oct 31 20:03:39.248 INFO copying /tmp/.tmpap0uK3/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 ...
92492024-10-31T20:03:40.362Z[ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92502024-10-31T20:03:40.362Z[ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO ok!
92512024-10-31T20:03:40.362Z[ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO STEP 61 (ensure_file) COMPLETE
92522024-10-31T20:03:40.362Z[ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-31T20:03:40.368Z[ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92542024-10-31T20:03:40.370Z[ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92552024-10-31T20:03:40.370Z[ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO STEP 62 (ensure_dir) COMPLETE
92562024-10-31T20:03:40.370Z[ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-10-31T20:03:40.377Z[ host-image] Oct 31 20:03:39.267 INFO O| Oct 31 20:03:39.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92582024-10-31T20:03:40.377Z[ host-image] Oct 31 20:03:39.267 INFO O| Oct 31 20:03:39.267 INFO copying /tmp/.tmpap0uK3/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 ...
92592024-10-31T20:03:40.380Z[ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92602024-10-31T20:03:40.380Z[ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO ok!
92612024-10-31T20:03:40.380Z[ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO STEP 63 (ensure_file) COMPLETE
92622024-10-31T20:03:40.380Z[ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-10-31T20:03:40.387Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92642024-10-31T20:03:40.387Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO copying /tmp/.tmpap0uK3/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 ...
92652024-10-31T20:03:40.389Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92662024-10-31T20:03:40.389Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO ok!
92672024-10-31T20:03:40.389Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO STEP 64 (ensure_file) COMPLETE
92682024-10-31T20:03:40.389Z[ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-31T20:03:40.396Z[ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92702024-10-31T20:03:40.396Z[ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92712024-10-31T20:03:40.399Z[ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO STEP 65 (ensure_dir) COMPLETE
92722024-10-31T20:03:40.399Z[ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-10-31T20:03:40.405Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92742024-10-31T20:03:40.405Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO copying /tmp/.tmpap0uK3/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 ...
92752024-10-31T20:03:40.408Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92762024-10-31T20:03:40.408Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO ok!
92772024-10-31T20:03:40.408Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO STEP 66 (ensure_file) COMPLETE
92782024-10-31T20:03:40.408Z[ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-10-31T20:03:40.415Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92802024-10-31T20:03:40.415Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92812024-10-31T20:03:40.417Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92822024-10-31T20:03:40.417Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO ok!
92832024-10-31T20:03:40.417Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO STEP 67 (ensure_file) COMPLETE
92842024-10-31T20:03:40.417Z[ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-10-31T20:03:40.424Z[ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92862024-10-31T20:03:40.424Z[ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92872024-10-31T20:03:40.427Z[ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO STEP 68 (ensure_dir) COMPLETE
92882024-10-31T20:03:40.427Z[ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-10-31T20:03:40.433Z[ host-image] Oct 31 20:03:39.324 INFO O| Oct 31 20:03:39.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92902024-10-31T20:03:40.433Z[ host-image] Oct 31 20:03:39.324 INFO O| Oct 31 20:03:39.324 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92912024-10-31T20:03:41.443Z[ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92922024-10-31T20:03:41.443Z[ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO ok!
92932024-10-31T20:03:41.443Z[ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO STEP 69 (ensure_file) COMPLETE
92942024-10-31T20:03:41.446Z[ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-10-31T20:03:41.455Z[ host-image] Oct 31 20:03:40.345 INFO O| Oct 31 20:03:40.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92962024-10-31T20:03:41.455Z[ host-image] Oct 31 20:03:40.345 INFO O| Oct 31 20:03:40.345 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92972024-10-31T20:03:42.902Z[ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92982024-10-31T20:03:42.902Z[ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO ok!
92992024-10-31T20:03:42.902Z[ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO STEP 70 (ensure_file) COMPLETE
93002024-10-31T20:03:42.905Z[ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-10-31T20:03:42.914Z[ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93022024-10-31T20:03:42.917Z[ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93032024-10-31T20:03:42.917Z[ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO STEP 71 (ensure_dir) COMPLETE
93042024-10-31T20:03:42.917Z[ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-10-31T20:03:42.923Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93062024-10-31T20:03:42.923Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO copying /tmp/.tmpap0uK3/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 ...
93072024-10-31T20:03:42.927Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93082024-10-31T20:03:42.927Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO ok!
93092024-10-31T20:03:42.927Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO STEP 72 (ensure_file) COMPLETE
93102024-10-31T20:03:42.927Z[ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-10-31T20:03:42.933Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93122024-10-31T20:03:42.933Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO copying /tmp/.tmpap0uK3/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 ...
93132024-10-31T20:03:42.933Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93142024-10-31T20:03:42.935Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO ok!
93152024-10-31T20:03:42.936Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO STEP 73 (ensure_file) COMPLETE
93162024-10-31T20:03:42.936Z[ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-10-31T20:03:42.942Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93182024-10-31T20:03:42.942Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93192024-10-31T20:03:42.944Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93202024-10-31T20:03:42.944Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO ok!
93212024-10-31T20:03:42.945Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO STEP 74 (ensure_file) COMPLETE
93222024-10-31T20:03:42.945Z[ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-10-31T20:03:42.952Z[ host-image] Oct 31 20:03:41.841 INFO O| Oct 31 20:03:41.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93242024-10-31T20:03:42.952Z[ host-image] Oct 31 20:03:41.841 INFO O| Oct 31 20:03:41.841 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93252024-10-31T20:03:42.954Z[ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93262024-10-31T20:03:42.954Z[ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO ok!
93272024-10-31T20:03:42.954Z[ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO STEP 75 (ensure_file) COMPLETE
93282024-10-31T20:03:42.954Z[ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-10-31T20:03:42.961Z[ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93302024-10-31T20:03:42.961Z[ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93312024-10-31T20:03:42.963Z[ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO STEP 76 (ensure_dir) COMPLETE
93322024-10-31T20:03:42.964Z[ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-31T20:03:42.970Z[ host-image] Oct 31 20:03:41.860 INFO O| Oct 31 20:03:41.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93342024-10-31T20:03:42.970Z[ host-image] Oct 31 20:03:41.860 INFO O| Oct 31 20:03:41.860 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93352024-10-31T20:03:42.973Z[ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93362024-10-31T20:03:42.974Z[ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO ok!
93372024-10-31T20:03:42.976Z[ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO STEP 77 (ensure_file) COMPLETE
93382024-10-31T20:03:42.976Z[ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-31T20:03:42.984Z[ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93402024-10-31T20:03:42.984Z[ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93412024-10-31T20:03:42.988Z[ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93422024-10-31T20:03:42.988Z[ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO ok!
93432024-10-31T20:03:42.989Z[ host-image] Oct 31 20:03:41.873 INFO O| Oct 31 20:03:41.872 INFO STEP 78 (ensure_file) COMPLETE
93442024-10-31T20:03:42.989Z[ host-image] Oct 31 20:03:41.873 INFO O| Oct 31 20:03:41.872 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-10-31T20:03:42.993Z[ host-image] Oct 31 20:03:41.882 INFO O| Oct 31 20:03:41.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93462024-10-31T20:03:42.993Z[ host-image] Oct 31 20:03:41.882 INFO O| Oct 31 20:03:41.882 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93472024-10-31T20:03:43.600Z[ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93482024-10-31T20:03:43.600Z[ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO ok!
93492024-10-31T20:03:43.600Z[ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO STEP 79 (ensure_file) COMPLETE
93502024-10-31T20:03:43.602Z[ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-31T20:03:43.610Z[ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93522024-10-31T20:03:43.613Z[ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93532024-10-31T20:03:43.613Z[ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO STEP 80 (ensure_dir) COMPLETE
93542024-10-31T20:03:43.613Z[ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-31T20:03:43.620Z[ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93562024-10-31T20:03:43.623Z[ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93572024-10-31T20:03:43.623Z[ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO STEP 81 (ensure_dir) COMPLETE
93582024-10-31T20:03:43.623Z[ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-10-31T20:03:43.629Z[ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93602024-10-31T20:03:43.632Z[ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93612024-10-31T20:03:43.632Z[ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO STEP 82 (ensure_dir) COMPLETE
93622024-10-31T20:03:43.632Z[ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-10-31T20:03:43.638Z[ host-image] Oct 31 20:03:42.528 INFO O| Oct 31 20:03:42.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93642024-10-31T20:03:43.639Z[ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93652024-10-31T20:03:43.639Z[ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.529 INFO STEP 83 (ensure_dir) COMPLETE
93662024-10-31T20:03:43.641Z[ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.529 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-10-31T20:03:43.648Z[ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93682024-10-31T20:03:43.648Z[ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93692024-10-31T20:03:43.650Z[ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO STEP 84 (ensure_dir) COMPLETE
93702024-10-31T20:03:43.651Z[ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-10-31T20:03:43.657Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93722024-10-31T20:03:43.657Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO copying /tmp/.tmpap0uK3/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 ...
93732024-10-31T20:03:43.659Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93742024-10-31T20:03:43.660Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO ok!
93752024-10-31T20:03:43.660Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO STEP 85 (ensure_file) COMPLETE
93762024-10-31T20:03:43.660Z[ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-10-31T20:03:43.666Z[ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.556 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93782024-10-31T20:03:43.669Z[ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93792024-10-31T20:03:43.669Z[ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO STEP 86 (ensure_dir) COMPLETE
93802024-10-31T20:03:43.669Z[ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-31T20:03:43.676Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93822024-10-31T20:03:43.678Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93832024-10-31T20:03:43.678Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93842024-10-31T20:03:43.678Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO ok!
93852024-10-31T20:03:43.678Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO STEP 87 (ensure_file) COMPLETE
93862024-10-31T20:03:43.679Z[ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-31T20:03:43.686Z[ host-image] Oct 31 20:03:42.575 INFO O| Oct 31 20:03:42.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93882024-10-31T20:03:43.686Z[ host-image] Oct 31 20:03:42.575 INFO O| Oct 31 20:03:42.575 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93892024-10-31T20:03:44.024Z[ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93902024-10-31T20:03:44.024Z[ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO ok!
93912024-10-31T20:03:44.024Z[ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO STEP 88 (ensure_file) COMPLETE
93922024-10-31T20:03:44.024Z[ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-31T20:03:44.035Z[ host-image] Oct 31 20:03:42.925 INFO O| Oct 31 20:03:42.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93942024-10-31T20:03:44.037Z[ host-image] Oct 31 20:03:42.925 INFO O| Oct 31 20:03:42.925 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93952024-10-31T20:03:44.053Z[ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93962024-10-31T20:03:44.053Z[ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO ok!
93972024-10-31T20:03:44.053Z[ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO STEP 89 (ensure_file) COMPLETE
93982024-10-31T20:03:44.056Z[ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-10-31T20:03:44.063Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94002024-10-31T20:03:44.063Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94012024-10-31T20:03:44.067Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94022024-10-31T20:03:44.067Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO ok!
94032024-10-31T20:03:44.067Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO STEP 90 (ensure_file) COMPLETE
94042024-10-31T20:03:44.067Z[ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-10-31T20:03:44.073Z[ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94062024-10-31T20:03:44.075Z[ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94072024-10-31T20:03:44.075Z[ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO STEP 91 (ensure_dir) COMPLETE
94082024-10-31T20:03:44.075Z[ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-31T20:03:44.082Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94102024-10-31T20:03:44.083Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO copying /tmp/.tmpap0uK3/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 ...
94112024-10-31T20:03:44.086Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94122024-10-31T20:03:44.086Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO ok!
94132024-10-31T20:03:44.086Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO STEP 92 (ensure_file) COMPLETE
94142024-10-31T20:03:44.087Z[ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-31T20:03:44.092Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94162024-10-31T20:03:44.094Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO copying /tmp/.tmpap0uK3/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 ...
94172024-10-31T20:03:44.094Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94182024-10-31T20:03:44.094Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO ok!
94192024-10-31T20:03:44.094Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO STEP 93 (ensure_file) COMPLETE
94202024-10-31T20:03:44.094Z[ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-31T20:03:44.101Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94222024-10-31T20:03:44.101Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO copying /tmp/.tmpap0uK3/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 ...
94232024-10-31T20:03:44.104Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94242024-10-31T20:03:44.105Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO ok!
94252024-10-31T20:03:44.105Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO STEP 94 (ensure_file) COMPLETE
94262024-10-31T20:03:44.105Z[ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-10-31T20:03:44.111Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94282024-10-31T20:03:44.113Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO copying /tmp/.tmpap0uK3/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 ...
94292024-10-31T20:03:44.113Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94302024-10-31T20:03:44.113Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO ok!
94312024-10-31T20:03:44.113Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO STEP 95 (ensure_file) COMPLETE
94322024-10-31T20:03:44.114Z[ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-10-31T20:03:44.121Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94342024-10-31T20:03:44.121Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO copying /tmp/.tmpap0uK3/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 ...
94352024-10-31T20:03:44.124Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94362024-10-31T20:03:44.124Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO ok!
94372024-10-31T20:03:44.124Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO STEP 96 (ensure_file) COMPLETE
94382024-10-31T20:03:44.124Z[ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-31T20:03:44.130Z[ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94402024-10-31T20:03:44.130Z[ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94412024-10-31T20:03:44.130Z[ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94422024-10-31T20:03:44.133Z[ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.020 INFO ok!
94432024-10-31T20:03:44.133Z[ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.020 INFO STEP 97 (ensure_file) COMPLETE
94442024-10-31T20:03:44.133Z[ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.021 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-31T20:03:44.140Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94462024-10-31T20:03:44.140Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO copying /tmp/.tmpap0uK3/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 ...
94472024-10-31T20:03:44.140Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94482024-10-31T20:03:44.142Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO ok!
94492024-10-31T20:03:44.143Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO STEP 98 (ensure_file) COMPLETE
94502024-10-31T20:03:44.143Z[ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-31T20:03:44.149Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94522024-10-31T20:03:44.149Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO copying /tmp/.tmpap0uK3/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 ...
94532024-10-31T20:03:44.153Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94542024-10-31T20:03:44.153Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO ok!
94552024-10-31T20:03:44.153Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO STEP 99 (ensure_file) COMPLETE
94562024-10-31T20:03:44.153Z[ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-10-31T20:03:44.159Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94582024-10-31T20:03:44.161Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO copying /tmp/.tmpap0uK3/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 ...
94592024-10-31T20:03:44.161Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94602024-10-31T20:03:44.162Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO ok!
94612024-10-31T20:03:44.162Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO STEP 100 (ensure_file) COMPLETE
94622024-10-31T20:03:44.162Z[ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-10-31T20:03:44.168Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94642024-10-31T20:03:44.168Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94652024-10-31T20:03:44.171Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94662024-10-31T20:03:44.172Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO ok!
94672024-10-31T20:03:44.172Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO STEP 101 (ensure_file) COMPLETE
94682024-10-31T20:03:44.172Z[ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-10-31T20:03:44.178Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94702024-10-31T20:03:44.178Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO copying /tmp/.tmpap0uK3/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 ...
94712024-10-31T20:03:44.181Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94722024-10-31T20:03:44.181Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO ok!
94732024-10-31T20:03:44.181Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO STEP 102 (ensure_file) COMPLETE
94742024-10-31T20:03:44.181Z[ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-10-31T20:03:44.187Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94762024-10-31T20:03:44.187Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO copying /tmp/.tmpap0uK3/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 ...
94772024-10-31T20:03:44.190Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94782024-10-31T20:03:44.190Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO ok!
94792024-10-31T20:03:44.190Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO STEP 103 (ensure_file) COMPLETE
94802024-10-31T20:03:44.190Z[ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-10-31T20:03:44.197Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94822024-10-31T20:03:44.197Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO copying /tmp/.tmpap0uK3/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 ...
94832024-10-31T20:03:44.199Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94842024-10-31T20:03:44.200Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO ok!
94852024-10-31T20:03:44.200Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO STEP 104 (ensure_file) COMPLETE
94862024-10-31T20:03:44.200Z[ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-10-31T20:03:44.207Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94882024-10-31T20:03:44.207Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO copying /tmp/.tmpap0uK3/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 ...
94892024-10-31T20:03:44.210Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94902024-10-31T20:03:44.210Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO ok!
94912024-10-31T20:03:44.211Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO STEP 105 (ensure_file) COMPLETE
94922024-10-31T20:03:44.211Z[ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-10-31T20:03:44.216Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94942024-10-31T20:03:44.216Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO copying /tmp/.tmpap0uK3/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 ...
94952024-10-31T20:03:44.220Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94962024-10-31T20:03:44.220Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO ok!
94972024-10-31T20:03:44.220Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO STEP 106 (ensure_file) COMPLETE
94982024-10-31T20:03:44.220Z[ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-10-31T20:03:44.226Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95002024-10-31T20:03:44.226Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO copying /tmp/.tmpap0uK3/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 ...
95012024-10-31T20:03:44.226Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95022024-10-31T20:03:44.228Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO ok!
95032024-10-31T20:03:44.228Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO STEP 107 (ensure_file) COMPLETE
95042024-10-31T20:03:44.228Z[ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-10-31T20:03:44.235Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95062024-10-31T20:03:44.235Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO copying /tmp/.tmpap0uK3/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 ...
95072024-10-31T20:03:44.235Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95082024-10-31T20:03:44.238Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO ok!
95092024-10-31T20:03:44.238Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO STEP 108 (ensure_file) COMPLETE
95102024-10-31T20:03:44.238Z[ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-31T20:03:44.244Z[ host-image] Oct 31 20:03:43.134 INFO O| Oct 31 20:03:43.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95122024-10-31T20:03:44.244Z[ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.134 INFO copying /tmp/.tmpap0uK3/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 ...
95132024-10-31T20:03:44.247Z[ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95142024-10-31T20:03:44.247Z[ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO ok!
95152024-10-31T20:03:44.247Z[ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO STEP 109 (ensure_file) COMPLETE
95162024-10-31T20:03:44.247Z[ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-31T20:03:44.254Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95182024-10-31T20:03:44.254Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO copying /tmp/.tmpap0uK3/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 ...
95192024-10-31T20:03:44.256Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95202024-10-31T20:03:44.256Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO ok!
95212024-10-31T20:03:44.256Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO STEP 110 (ensure_file) COMPLETE
95222024-10-31T20:03:44.257Z[ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-10-31T20:03:44.263Z[ host-image] Oct 31 20:03:43.153 INFO O| Oct 31 20:03:43.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95242024-10-31T20:03:44.266Z[ host-image] Oct 31 20:03:43.153 INFO O| Oct 31 20:03:43.153 INFO copying /tmp/.tmpap0uK3/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 ...
95252024-10-31T20:03:44.266Z[ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95262024-10-31T20:03:44.266Z[ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO ok!
95272024-10-31T20:03:44.266Z[ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO STEP 111 (ensure_file) COMPLETE
95282024-10-31T20:03:44.266Z[ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-10-31T20:03:44.273Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95302024-10-31T20:03:44.273Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO copying /tmp/.tmpap0uK3/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 ...
95312024-10-31T20:03:44.275Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95322024-10-31T20:03:44.275Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO ok!
95332024-10-31T20:03:44.275Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO STEP 112 (ensure_file) COMPLETE
95342024-10-31T20:03:44.275Z[ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-10-31T20:03:44.282Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95362024-10-31T20:03:44.282Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO copying /tmp/.tmpap0uK3/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 ...
95372024-10-31T20:03:44.285Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95382024-10-31T20:03:44.285Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO ok!
95392024-10-31T20:03:44.285Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO STEP 113 (ensure_file) COMPLETE
95402024-10-31T20:03:44.285Z[ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-10-31T20:03:44.292Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95422024-10-31T20:03:44.296Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO copying /tmp/.tmpap0uK3/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 ...
95432024-10-31T20:03:44.296Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95442024-10-31T20:03:44.296Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO ok!
95452024-10-31T20:03:44.296Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO STEP 114 (ensure_file) COMPLETE
95462024-10-31T20:03:44.296Z[ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-10-31T20:03:44.301Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95482024-10-31T20:03:44.301Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO copying /tmp/.tmpap0uK3/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 ...
95492024-10-31T20:03:44.304Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95502024-10-31T20:03:44.304Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO ok!
95512024-10-31T20:03:44.304Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO STEP 115 (ensure_file) COMPLETE
95522024-10-31T20:03:44.304Z[ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-10-31T20:03:44.311Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95542024-10-31T20:03:44.311Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95552024-10-31T20:03:44.313Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95562024-10-31T20:03:44.313Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO ok!
95572024-10-31T20:03:44.313Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO STEP 116 (ensure_file) COMPLETE
95582024-10-31T20:03:44.313Z[ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-10-31T20:03:44.320Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95602024-10-31T20:03:44.323Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO copying /tmp/.tmpap0uK3/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 ...
95612024-10-31T20:03:44.323Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95622024-10-31T20:03:44.323Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO ok!
95632024-10-31T20:03:44.323Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO STEP 117 (ensure_file) COMPLETE
95642024-10-31T20:03:44.323Z[ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-10-31T20:03:44.329Z[ host-image] Oct 31 20:03:43.219 INFO O| Oct 31 20:03:43.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95662024-10-31T20:03:44.329Z[ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.219 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95672024-10-31T20:03:44.332Z[ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95682024-10-31T20:03:44.332Z[ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO ok!
95692024-10-31T20:03:44.332Z[ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO STEP 118 (ensure_file) COMPLETE
95702024-10-31T20:03:44.332Z[ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-10-31T20:03:44.344Z[ host-image] Oct 31 20:03:43.229 INFO O| Oct 31 20:03:43.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95722024-10-31T20:03:44.344Z[ host-image] Oct 31 20:03:43.229 INFO O| Oct 31 20:03:43.229 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95732024-10-31T20:03:47.883Z[ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95742024-10-31T20:03:47.883Z[ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO ok!
95752024-10-31T20:03:47.886Z[ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO STEP 119 (ensure_file) COMPLETE
95762024-10-31T20:03:47.886Z[ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-31T20:03:47.894Z[ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95782024-10-31T20:03:47.894Z[ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO STEP 120 (ensure_dir) COMPLETE
95792024-10-31T20:03:47.897Z[ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-31T20:03:47.904Z[ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95812024-10-31T20:03:47.904Z[ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO STEP 121 (ensure_dir) COMPLETE
95822024-10-31T20:03:47.906Z[ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-31T20:03:47.914Z[ host-image] Oct 31 20:03:46.803 INFO O| Oct 31 20:03:46.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95842024-10-31T20:03:47.914Z[ host-image] Oct 31 20:03:46.803 INFO O| Oct 31 20:03:46.803 INFO STEP 122 (ensure_dir) COMPLETE
95852024-10-31T20:03:47.916Z[ host-image] Oct 31 20:03:46.804 INFO O| Oct 31 20:03:46.803 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-10-31T20:03:47.924Z[ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95872024-10-31T20:03:47.924Z[ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO STEP 123 (ensure_dir) COMPLETE
95882024-10-31T20:03:47.926Z[ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-31T20:03:47.934Z[ host-image] Oct 31 20:03:46.823 INFO O| Oct 31 20:03:46.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95902024-10-31T20:03:47.934Z[ host-image] Oct 31 20:03:46.823 INFO O| Oct 31 20:03:46.823 INFO copying /tmp/.tmpap0uK3/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 ...
95912024-10-31T20:03:47.936Z[ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95922024-10-31T20:03:47.936Z[ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO ok!
95932024-10-31T20:03:47.936Z[ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO STEP 124 (ensure_file) COMPLETE
95942024-10-31T20:03:47.936Z[ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-10-31T20:03:47.943Z[ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-31T20:03:47.943Z[ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-31T20:03:47.946Z[ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95982024-10-31T20:03:47.946Z[ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO STEP 125 (ensure_dir) COMPLETE
95992024-10-31T20:03:47.946Z[ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-10-31T20:03:47.953Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96012024-10-31T20:03:47.953Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO copying /tmp/.tmpap0uK3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96022024-10-31T20:03:47.956Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96032024-10-31T20:03:47.956Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO ok!
96042024-10-31T20:03:47.956Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO STEP 126 (ensure_file) COMPLETE
96052024-10-31T20:03:47.956Z[ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-31T20:03:47.963Z[ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96072024-10-31T20:03:47.966Z[ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.853 INFO STEP 127 (remove_files) COMPLETE
96082024-10-31T20:03:47.966Z[ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.853 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-31T20:03:47.973Z[ host-image] Oct 31 20:03:46.862 INFO O| Oct 31 20:03:46.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96102024-10-31T20:03:47.973Z[ host-image] Oct 31 20:03:46.863 INFO O| Oct 31 20:03:46.862 INFO STEP 128 (remove_files) COMPLETE
96112024-10-31T20:03:47.975Z[ host-image] Oct 31 20:03:46.863 INFO O| Oct 31 20:03:46.863 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-31T20:03:47.982Z[ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96132024-10-31T20:03:47.986Z[ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO STEP 129 (remove_files) COMPLETE
96142024-10-31T20:03:47.986Z[ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-31T20:03:47.993Z[ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96162024-10-31T20:03:47.995Z[ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO STEP 130 (remove_files) COMPLETE
96172024-10-31T20:03:47.995Z[ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-31T20:03:48.002Z[ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96192024-10-31T20:03:48.005Z[ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO STEP 131 (remove_files) COMPLETE
96202024-10-31T20:03:48.005Z[ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-31T20:03:48.012Z[ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96222024-10-31T20:03:48.015Z[ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO STEP 132 (remove_files) COMPLETE
96232024-10-31T20:03:48.015Z[ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-31T20:03:48.022Z[ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96252024-10-31T20:03:48.022Z[ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO STEP 133 (remove_files) COMPLETE
96262024-10-31T20:03:48.025Z[ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-31T20:03:48.032Z[ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96282024-10-31T20:03:48.034Z[ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO STEP 134 (remove_files) COMPLETE
96292024-10-31T20:03:48.034Z[ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-31T20:03:48.042Z[ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96312024-10-31T20:03:48.042Z[ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO STEP 135 (remove_files) COMPLETE
96322024-10-31T20:03:48.042Z[ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-31T20:03:48.052Z[ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96342024-10-31T20:03:48.054Z[ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO STEP 136 (remove_files) COMPLETE
96352024-10-31T20:03:48.054Z[ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-31T20:03:48.062Z[ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96372024-10-31T20:03:48.062Z[ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO STEP 137 (remove_files) COMPLETE
96382024-10-31T20:03:48.064Z[ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-31T20:03:48.071Z[ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96402024-10-31T20:03:48.071Z[ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO STEP 138 (remove_files) COMPLETE
96412024-10-31T20:03:48.073Z[ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-31T20:03:48.080Z[ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96432024-10-31T20:03:48.080Z[ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO STEP 139 (remove_files) COMPLETE
96442024-10-31T20:03:48.080Z[ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-31T20:03:48.090Z[ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96462024-10-31T20:03:48.090Z[ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO STEP 140 (remove_files) COMPLETE
96472024-10-31T20:03:48.093Z[ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-31T20:03:48.100Z[ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96492024-10-31T20:03:48.100Z[ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.990 INFO STEP 141 (remove_files) COMPLETE
96502024-10-31T20:03:48.100Z[ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.990 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-31T20:03:48.110Z[ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96522024-10-31T20:03:48.110Z[ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO STEP 142 (remove_files) COMPLETE
96532024-10-31T20:03:48.110Z[ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-31T20:03:48.121Z[ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96552024-10-31T20:03:48.121Z[ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO STEP 143 (remove_files) COMPLETE
96562024-10-31T20:03:48.121Z[ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-31T20:03:48.130Z[ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96582024-10-31T20:03:48.130Z[ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO STEP 144 (remove_files) COMPLETE
96592024-10-31T20:03:48.133Z[ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-31T20:03:48.140Z[ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96612024-10-31T20:03:48.140Z[ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO STEP 145 (remove_files) COMPLETE
96622024-10-31T20:03:48.142Z[ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-31T20:03:48.149Z[ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96642024-10-31T20:03:48.151Z[ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO STEP 146 (remove_files) COMPLETE
96652024-10-31T20:03:48.151Z[ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-31T20:03:48.159Z[ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96672024-10-31T20:03:48.159Z[ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO STEP 147 (remove_files) COMPLETE
96682024-10-31T20:03:48.161Z[ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-31T20:03:48.168Z[ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96702024-10-31T20:03:48.171Z[ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO STEP 148 (remove_files) COMPLETE
96712024-10-31T20:03:48.171Z[ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-31T20:03:48.178Z[ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96732024-10-31T20:03:48.181Z[ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO STEP 149 (remove_files) COMPLETE
96742024-10-31T20:03:48.181Z[ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-31T20:03:48.188Z[ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96762024-10-31T20:03:48.188Z[ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO STEP 150 (remove_files) COMPLETE
96772024-10-31T20:03:48.190Z[ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-31T20:03:48.198Z[ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96792024-10-31T20:03:48.198Z[ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO STEP 151 (remove_files) COMPLETE
96802024-10-31T20:03:48.200Z[ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-31T20:03:48.207Z[ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96822024-10-31T20:03:48.210Z[ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO STEP 152 (remove_files) COMPLETE
96832024-10-31T20:03:48.210Z[ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-31T20:03:48.217Z[ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96852024-10-31T20:03:48.219Z[ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.107 INFO STEP 153 (remove_files) COMPLETE
96862024-10-31T20:03:48.220Z[ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.107 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872024-10-31T20:03:48.227Z[ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96882024-10-31T20:03:48.227Z[ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO STEP 154 (remove_files) COMPLETE
96892024-10-31T20:03:48.229Z[ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902024-10-31T20:03:48.236Z[ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96912024-10-31T20:03:48.236Z[ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO STEP 155 (remove_files) COMPLETE
96922024-10-31T20:03:48.236Z[ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96932024-10-31T20:03:48.251Z[ host-image] Oct 31 20:03:47.141 INFO O| Oct 31 20:03:47.141 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96942024-10-31T20:03:48.254Z[ host-image] Oct 31 20:03:47.141 INFO O| Oct 31 20:03:47.141 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96952024-10-31T20:03:55.490Z[ host-image] Oct 31 20:03:54.378 INFO O| Oct 31 20:03:54.378 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
96962024-10-31T20:03:55.490Z[ host-image] Oct 31 20:03:54.378 INFO O| Oct 31 20:03:54.378 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96972024-10-31T20:03:55.505Z[ host-image] Oct 31 20:03:54.393 INFO O| Oct 31 20:03:54.393 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", "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"}
96982024-10-31T20:03:55.582Z[ host-image] Oct 31 20:03:54.471 INFO O| Oct 31 20:03:54.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96992024-10-31T20:03:55.582Z[ host-image] Oct 31 20:03:54.471 INFO O| Oct 31 20:03:54.471 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97002024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97012024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO ok!
97022024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97032024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO STEP 156 (seed_smf) COMPLETE
97042024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO steps complete; finalising image!
97052024-10-31T20:03:55.585Z[ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97062024-10-31T20:03:55.719Z[ host-image] Oct 31 20:03:54.608 INFO O| Oct 31 20:03:54.608 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Oct 31 20:03:54 2024)
97072024-10-31T20:03:55.940Z[ host-image] Oct 31 20:03:54.829 INFO O| Oct 31 20:03:54.828 INFO temporary pool has 687M used, 145M avail, 1.86x compressratio
97082024-10-31T20:03:55.940Z[ host-image] Oct 31 20:03:54.829 INFO O| Oct 31 20:03:54.828 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97092024-10-31T20:03:56.216Z[ host-image] Oct 31 20:03:55.105 INFO O| Oct 31 20:03:55.104 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-31T20:03:56.216Z[ host-image] Oct 31 20:03:55.105 INFO O| Oct 31 20:03:55.105 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97112024-10-31T20:03:57.287Z[ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-31T20:03:57.287Z[ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-31T20:03:57.290Z[ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97142024-10-31T20:03:57.290Z[ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO completed processing gimlet/zfs
97152024-10-31T20:03:57.290Z[ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97162024-10-31T20:04:03.536Z[ host-image] Oct 31 20:04:02.424 INFO O| Oct 31 20:04:02.424 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97172024-10-31T20:04:03.629Z[ host-image] Oct 31 20:04:02.517 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97182024-10-31T20:04:03.629Z[ host-image] Oct 31 20:04:02.517 INFO expanded image name: "ci 2a50385/${os_short_commit} 2024-10-31 19:31" -> "ci 2a50385/54a974b 2024-10-31 19:31"
97192024-10-31T20:04:03.632Z[ host-image] Oct 31 20:04:02.518 INFO output artefacts stored in: "/work/os-host"
97202024-10-31T20:04:03.632Z[ host-image] Oct 31 20:04:02.518 INFO collecting git info from project "pilot"...
97212024-10-31T20:04:03.637Z[ host-image] Oct 31 20:04:02.523 INFO collecting git info from project "chelsio-t6-roms"...
97222024-10-31T20:04:03.640Z[ host-image] Oct 31 20:04:02.528 INFO collecting git info from project "image-builder"...
97232024-10-31T20:04:03.644Z[ host-image] Oct 31 20:04:02.532 INFO collecting git info from project "amd-host-image-builder"...
97242024-10-31T20:04:03.657Z[ host-image] Oct 31 20:04:02.545 INFO collecting git info from project "pinprick"...
97252024-10-31T20:04:03.661Z[ host-image] Oct 31 20:04:02.550 INFO collecting git info from project "phbl"...
97262024-10-31T20:04:03.666Z[ host-image] Oct 31 20:04:02.554 INFO collecting git info from project "amd-firmware"...
97272024-10-31T20:04:03.675Z[ host-image] Oct 31 20:04:02.562 INFO collecting git info from project "bootserver"...
97282024-10-31T20:04:03.681Z[ host-image] Oct 31 20:04:02.567 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97292024-10-31T20:04:04.038Z[ host-image] Oct 31 20:04:02.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97302024-10-31T20:04:04.384Z[ host-image] Oct 31 20:04:03.272 INFO creating Oxide boot image...
97312024-10-31T20:04:04.384Z[ host-image] Oct 31 20:04:03.272 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2a50385/54a974b 2024-10-31 19:31", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97322024-10-31T20:04:05.311Z[ host-image] Oct 31 20:04:04.199 INFO O| ok, image written!
97332024-10-31T20:04:05.311Z[ host-image] Oct 31 20:04:04.199 INFO O| ok, boot_image_csum file written!
97342024-10-31T20:04:05.315Z[ host-image] Oct 31 20:04:04.202 INFO creating boot archive (CPIO)...
97352024-10-31T20:04:05.315Z[ host-image] Oct 31 20:04:04.202 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
97362024-10-31T20:04:05.325Z[ host-image] Oct 31 20:04:04.213 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97372024-10-31T20:04:05.325Z[ host-image] Oct 31 20:04:04.213 INFO E| + outfile=/work/os-host/cpio
97382024-10-31T20:04:05.328Z[ host-image] Oct 31 20:04:04.213 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97392024-10-31T20:04:05.328Z[ host-image] Oct 31 20:04:04.215 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97402024-10-31T20:04:05.329Z[ host-image] Oct 31 20:04:04.215 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97412024-10-31T20:04:05.363Z[ host-image] Oct 31 20:04:04.249 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97422024-10-31T20:04:05.363Z[ host-image] Oct 31 20:04:04.249 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97432024-10-31T20:04:05.372Z[ host-image] Oct 31 20:04:04.257 INFO creating compressed cpio/unix for nanobl-rs...
97442024-10-31T20:04:05.372Z[ host-image] Oct 31 20:04:04.257 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
97452024-10-31T20:04:05.646Z[ host-image] Oct 31 20:04:04.534 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97462024-10-31T20:04:09.754Z[ host-image] Oct 31 20:04:08.642 INFO creating reset image...
97472024-10-31T20:04:09.757Z[ host-image] Oct 31 20:04:08.642 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97482024-10-31T20:04:09.840Z[ host-image] Oct 31 20:04:08.727 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97492024-10-31T20:04:09.842Z[ host-image] Oct 31 20:04:08.728 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97502024-10-31T20:04:09.891Z[ host-image] Oct 31 20:04:08.779 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97512024-10-31T20:04:11.708Z[ host-image] Oct 31 20:04:10.595 INFO E| Finished `release` profile [optimized] target(s) in 1.85s
97522024-10-31T20:04:11.718Z[ host-image] Oct 31 20:04:10.606 INFO building host image...
97532024-10-31T20:04:11.722Z[ host-image] Oct 31 20:04:10.606 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")
97542024-10-31T20:04:12.213Z[ host-image] Oct 31 20:04:11.100 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97552024-10-31T20:04:59.218Z[ host-image] Oct 31 20:04:58.102 INFO image complete! materials are in "/work/os-host"
97562024-10-31T20:04:59.221Z[ host-image]
97572024-10-31T20:04:59.223Z[ host-image] real 9:56.371108480
97582024-10-31T20:04:59.223Z[ host-image] user 4:42.123352952
97592024-10-31T20:04:59.223Z[ host-image] sys 48.519606171
97602024-10-31T20:04:59.223Z[ host-image] trap 0.174763268
97612024-10-31T20:04:59.223Z[ host-image] tflt 0.024472554
97622024-10-31T20:04:59.223Z[ host-image] dflt 0.051927403
97632024-10-31T20:04:59.223Z[ host-image] kflt 0.000005269
97642024-10-31T20:04:59.223Z[ host-image] lock 10:10.096562162
97652024-10-31T20:04:59.224Z[ host-image] slp 55:37.868186887
97662024-10-31T20:04:59.224Z[ host-image] lat 1:15.030158563
97672024-10-31T20:04:59.224Z[ host-image] stop 0.420506039
97682024-10-31T20:04:59.224ZOct 31 20:04:58.106 INFO [host-image] process exited with exit status: 0 (596.386719094s)
97692024-10-31T20:04:59.224ZOct 31 20:04:58.106 INFO [tuf-repo] running task
97702024-10-31T20:05:06.295ZOct 31 20:05:05.179 INFO assembling repository in `/tmp/tufaceoush1nN9z`, component: OmicronRepoAssembler
97712024-10-31T20:05:11.289ZOct 31 20:05:10.172 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97722024-10-31T20:05:11.466ZOct 31 20:05:10.349 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97732024-10-31T20:05:23.052ZOct 31 20:05:21.934 INFO [tuf-repo] task succeeded (23.827309698s)
97742024-10-31T20:05:23.052ZOct 31 20:05:21.934 INFO all jobs completed in 2019.385207125s
97752024-10-31T20:05:23.604Zprocess exited: duration 2614570 ms, exit code 0
 
97762024-10-31T20:05:23.616Zfound 33 output files
97772024-10-31T20:05:23.616Zuploading: /work/manifest.toml (8404 bytes)
97782024-10-31T20:05:24.628Zuploaded: /work/manifest.toml
97792024-10-31T20:05:24.628Zuploading: /work/repo.zip (1858062681 bytes)
97802024-10-31T20:06:03.595Zuploaded: /work/repo.zip
97812024-10-31T20:06:03.595Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97822024-10-31T20:06:04.642Zuploaded: /work/repo.zip.sha256.txt
97832024-10-31T20:06:04.642Zuploading: /work/helios-setup.log (65527 bytes)
97842024-10-31T20:06:05.653Zuploaded: /work/helios-setup.log
97852024-10-31T20:06:05.653Zuploading: /work/host-image.log (195442 bytes)
97862024-10-31T20:06:06.667Zuploaded: /work/host-image.log
97872024-10-31T20:06:06.667Zuploading: /work/host-package.log (22417 bytes)
97882024-10-31T20:06:07.677Zuploaded: /work/host-package.log
97892024-10-31T20:06:07.677Zuploading: /work/host-target.log (101 bytes)
97902024-10-31T20:06:08.685Zuploaded: /work/host-target.log
97912024-10-31T20:06:08.686Zuploading: /work/omicron-package.log (4946 bytes)
97922024-10-31T20:06:09.694Zuploaded: /work/omicron-package.log
97932024-10-31T20:06:09.694Zuploading: /work/phbl-toolchain.log (881 bytes)
97942024-10-31T20:06:10.705Zuploaded: /work/phbl-toolchain.log
97952024-10-31T20:06:10.705Zuploading: /work/recovery-image.log (592056 bytes)
97962024-10-31T20:06:11.726Zuploaded: /work/recovery-image.log
97972024-10-31T20:06:11.726Zuploading: /work/recovery-package.log (321 bytes)
97982024-10-31T20:06:12.736Zuploaded: /work/recovery-package.log
97992024-10-31T20:06:12.736Zuploading: /work/recovery-target.log (98 bytes)
98002024-10-31T20:06:13.745Zuploaded: /work/recovery-target.log
98012024-10-31T20:06:13.745Zuploading: /work/stamp-clickhouse.log (117 bytes)
98022024-10-31T20:06:14.754Zuploaded: /work/stamp-clickhouse.log
98032024-10-31T20:06:14.755Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98042024-10-31T20:06:15.763Zuploaded: /work/stamp-clickhouse_keeper.log
98052024-10-31T20:06:15.763Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98062024-10-31T20:06:16.772Zuploaded: /work/stamp-cockroachdb.log
98072024-10-31T20:06:16.772Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98082024-10-31T20:06:17.780Zuploaded: /work/stamp-crucible-dtrace.log
98092024-10-31T20:06:17.780Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98102024-10-31T20:06:18.788Zuploaded: /work/stamp-crucible-pantry-zone.log
98112024-10-31T20:06:18.788Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98122024-10-31T20:06:19.797Zuploaded: /work/stamp-crucible-zone.log
98132024-10-31T20:06:19.797Zuploading: /work/stamp-external-dns.log (119 bytes)
98142024-10-31T20:06:20.804Zuploaded: /work/stamp-external-dns.log
98152024-10-31T20:06:20.804Zuploading: /work/stamp-installinator.log (103 bytes)
98162024-10-31T20:06:21.811Zuploaded: /work/stamp-installinator.log
98172024-10-31T20:06:21.811Zuploading: /work/stamp-internal-dns.log (119 bytes)
98182024-10-31T20:06:22.821Zuploaded: /work/stamp-internal-dns.log
98192024-10-31T20:06:22.821Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98202024-10-31T20:06:23.832Zuploaded: /work/stamp-mg-ddm-gz.log
98212024-10-31T20:06:23.832Zuploading: /work/stamp-nexus.log (112 bytes)
98222024-10-31T20:06:24.843Zuploaded: /work/stamp-nexus.log
98232024-10-31T20:06:24.843Zuploading: /work/stamp-ntp.log (110 bytes)
98242024-10-31T20:06:25.851Zuploaded: /work/stamp-ntp.log
98252024-10-31T20:06:25.851Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98262024-10-31T20:06:26.859Zuploaded: /work/stamp-omicron-sled-agent.log
98272024-10-31T20:06:26.859Zuploading: /work/stamp-overlay.log (114 bytes)
98282024-10-31T20:06:27.867Zuploaded: /work/stamp-overlay.log
98292024-10-31T20:06:27.867Zuploading: /work/stamp-oximeter.log (115 bytes)
98302024-10-31T20:06:28.875Zuploaded: /work/stamp-oximeter.log
98312024-10-31T20:06:28.875Zuploading: /work/stamp-oxlog.log (109 bytes)
98322024-10-31T20:06:29.882Zuploaded: /work/stamp-oxlog.log
98332024-10-31T20:06:29.882Zuploading: /work/stamp-probe.log (112 bytes)
98342024-10-31T20:06:30.890Zuploaded: /work/stamp-probe.log
98352024-10-31T20:06:30.890Zuploading: /work/stamp-propolis-server.log (122 bytes)
98362024-10-31T20:06:31.901Zuploaded: /work/stamp-propolis-server.log
98372024-10-31T20:06:31.901Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98382024-10-31T20:06:32.911Zuploaded: /work/stamp-pumpkind-gz.log
98392024-10-31T20:06:32.911Zuploading: /work/stamp-switch-asic.log (118 bytes)
98402024-10-31T20:06:33.919Zuploaded: /work/stamp-switch-asic.log
98412024-10-31T20:06:33.922Zuploading: /work/verify-libraries.log (3720 bytes)
98422024-10-31T20:06:34.927Zuploaded: /work/verify-libraries.log