Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking: transient CI failures #1095

Closed
tjkirch opened this issue Aug 31, 2020 · 9 comments
Closed

Tracking: transient CI failures #1095

tjkirch opened this issue Aug 31, 2020 · 9 comments
Labels
type/bug Something isn't working
Milestone

Comments

@tjkirch
Copy link
Contributor

tjkirch commented Aug 31, 2020

This is a place to track CI failures that were not caused by code issues but by a transient issue in the CI runner.

Known issues:

  • failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: unexpected status code https://registry-1.docker.io/v2/docker/dockerfile/manifests/1.1.3-experimental: 500 Server Error
  • failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: mount already exists with name
@webern
Copy link
Contributor

webern commented Sep 3, 2020

@etungsten
Copy link
Contributor

unexpected EOF

https://github.com/bottlerocket-os/bottlerocket/pull/1006/checks?check_run_id=1058664646

That's not the actual error. The actual error is grub failing to build due to the build container dying(?):

error: failed to run custom build command for `grub v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/packages/grub)`
...
Error: No such container: buildsys-pkg-grub-aarch64-2fe95a9c2d67
Error: No such image: buildsys-pkg-grub-aarch64-2fe95a9c2d67

@tjkirch
Copy link
Contributor Author

tjkirch commented Sep 14, 2020

That's not the actual error

Heheh... sadly, neither is "no such container" or "no such image", which just mean that the grub build failed and so there was no output, and "failed to run custom build command" just means we need to look for a real error above. Sadly, it looks like the check logs were lost when they were rerun.

@etungsten
Copy link
Contributor

etungsten commented Sep 23, 2020

CI runner ran into a random segfault during unit tests:

 + /home/ec2-user/_work/bottlerocket/bottlerocket/tools/docker-go --module-path /home/ec2-user/_work/bottlerocket/bottlerocket/sources/host-ctr --sdk-image bottlerocket/sdk-x86_64:v0.13.0-x86_64 --go-mod-cache /home/ec2-user/_work/bottlerocket/bottlerocket/.gomodcache --command 'cd cmd/host-ctr; go test -v'
# internal/cpu
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xc048111f09 pc=0x440e50]

Full log:

[cargo-make] INFO - Running Task: unit-tests
+ cd /home/ec2-user/_work/bottlerocket/bottlerocket
+ export VARIANT=aws-k8s-1.17
+ VARIANT=aws-k8s-1.17
+ cargo test --jobs 8 --offline --locked --manifest-path /home/ec2-user/_work/bottlerocket/bottlerocket/sources/Cargo.toml --all
   Compiling libc v0.2.74
   Compiling proc-macro2 v1.0.19
   Compiling unicode-xid v0.2.1
   Compiling syn v1.0.38
   Compiling memchr v2.3.3
   Compiling lazy_static v1.4.0
   Compiling serde_derive v1.0.114
   Compiling serde v1.0.114
   Compiling cfg-if v0.1.10
   Compiling bitflags v1.2.1
   Compiling regex-syntax v0.6.18
   Compiling percent-encoding v2.1.0
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling strsim v0.8.0
   Compiling ansi_term v0.11.0
   Compiling log v0.4.11
   Compiling fnv v1.0.7
   Compiling autocfg v1.0.0
   Compiling adler v0.2.3
   Compiling once_cell v1.4.0
   Compiling slab v0.4.2
   Compiling gimli v0.22.0
   Compiling futures-core v0.3.5
   Compiling object v0.20.0
   Compiling rustc-demangle v0.1.16
   Compiling proc-macro-hack v0.5.18
   Compiling bytes v0.5.6
   Compiling arc-swap v0.4.7
   Compiling futures-sink v0.3.5
   Compiling pin-project-lite v0.1.7
   Compiling pin-project-internal v0.4.23
   Compiling proc-macro-nested v0.1.6
   Compiling doc-comment v0.3.3
   Compiling pin-utils v0.1.0
   Compiling futures-io v0.3.5
   Compiling itoa v0.4.6
   Compiling tinyvec v0.3.3
   Compiling matches v0.1.8
   Compiling httparse v1.3.4
   Compiling version_check v0.9.2
   Compiling base64 v0.12.3
   Compiling try-lock v0.2.3
   Compiling ryu v1.0.5
   Compiling tower-service v0.3.0
   Compiling serde_json v1.0.57
   Compiling failure_derive v0.1.8
   Compiling cc v1.0.58
   Compiling hex v0.4.2
   Compiling semver-parser v0.7.0
   Compiling ident_case v1.0.1
   Compiling strsim v0.9.3
   Compiling getrandom v0.1.14
   Compiling spin v0.5.2
   Compiling untrusted v0.7.1
   Compiling ppv-lite86 v0.2.8
   Compiling encoding_rs v0.8.23
   Compiling byteorder v1.3.4
   Compiling dtoa v0.4.6
   Compiling mime v0.3.16
   Compiling rustversion v1.0.3
   Compiling quick-error v1.2.3
   Compiling build_const v0.2.1
   Compiling nix v0.17.0
   Compiling termcolor v1.1.0
   Compiling smallvec v1.4.1
   Compiling either v1.5.3
   Compiling void v1.0.2
   Compiling unicode-segmentation v1.6.0
   Compiling instant v0.1.6
   Compiling scopeguard v1.1.0
   Compiling same-file v1.0.6
   Compiling bit_field v0.10.0
   Compiling copyless v0.1.5
   Compiling remove_dir_all v0.5.3
   Compiling match_cfg v0.1.0
   Compiling linked-hash-map v0.5.3
   Compiling nix v0.18.0
   Compiling maplit v1.0.2
   Compiling ucd-trie v0.1.3
   Compiling base64 v0.11.0
   Compiling sha1 v0.6.0
   Compiling language-tags v0.2.2
   Compiling crc32fast v1.2.0
   Compiling shell-words v1.0.0
   Compiling thread_local v1.0.1
   Compiling tracing-core v0.1.13
   Compiling textwrap v0.11.0
   Compiling miniz_oxide v0.4.0
   Compiling futures-task v0.3.5
   Compiling hashbrown v0.8.2
   Compiling indexmap v1.5.1
   Compiling num-traits v0.2.12
   Compiling num-integer v0.1.43
   Compiling num-bigint v0.3.0
   Compiling num-iter v0.1.41
   Compiling num-rational v0.3.0
   Compiling futures-channel v0.3.5
   Compiling bytestring v0.1.5
   Compiling http v0.2.1
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.13
   Compiling hex-literal-impl v0.2.2
   Compiling unicase v2.6.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro-error v1.0.4
   Compiling addr2line v0.13.0
   Compiling crc v1.8.1
   Compiling itertools v0.9.0
   Compiling lock_api v0.4.1
   Compiling walkdir v2.3.1
   Compiling heck v0.3.1
   Compiling lru-cache v0.1.2
   Compiling ring v0.16.15
   Compiling lz4-sys v1.9.2
   Compiling pest v2.1.3
   Compiling hex-literal v0.2.1
   Compiling idna v0.2.0
   Compiling aho-corasick v0.7.13
   Compiling bstr v0.2.13
   Compiling tracing v0.1.18
   Compiling want v0.3.0
   Compiling quote v1.0.7
   Compiling fxhash v0.2.1
   Compiling pest_meta v2.1.3
   Compiling http-body v0.3.1
   Compiling url v2.1.1
   Compiling atty v0.2.14
   Compiling backtrace v0.3.50
   Compiling iovec v0.1.4
   Compiling num_cpus v1.13.0
   Compiling net2 v0.2.34
   Compiling signal-hook-registry v1.2.1
   Compiling socket2 v0.3.12
   Compiling time v0.1.43
   Compiling parking_lot_core v0.8.0
   Compiling hostname v0.3.1
   Compiling fs2 v0.4.3
   Compiling inotify-sys v0.1.3
   Compiling filetime v0.2.12
   Compiling flate2 v1.0.16
   Compiling pentacle v0.2.0
   Compiling regex v1.3.9
   Compiling mime_guess v2.0.3
   Compiling clap v2.33.2
   Compiling num-complex v0.3.0
   Compiling threadpool v1.8.1
   Compiling mio v0.6.22
   Compiling signal-hook v0.1.16
   Compiling dns-lookup v1.0.3
   Compiling rand_core v0.5.1
   Compiling resolv-conf v0.6.3
   Compiling parking_lot v0.11.0
   Compiling tar v0.4.29
   Compiling pem v0.8.1
   Compiling globset v0.4.5
   Compiling webpki v0.21.3
   Compiling sct v0.6.0
   Compiling mio-uds v0.6.8
   Compiling rand_chacha v0.2.2
   Compiling synstructure v0.12.4
   Compiling darling_core v0.10.2
   Compiling pest_generator v2.1.3
   Compiling tokio v0.2.22
   Compiling rustls v0.18.0
   Compiling webpki-roots v0.19.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/webpki-roots-shim)
   Compiling rand v0.7.3
   Compiling lz4 v1.23.2
   Compiling tempfile v3.1.0
   Compiling num v0.3.0
   Compiling futures-macro v0.3.5
   Compiling snafu-derive v0.6.8
   Compiling derive_more v0.99.9
   Compiling actix-macros v0.1.2
   Compiling async-trait v0.1.36
   Compiling enum-as-inner v0.3.3
   Compiling num-derive v0.3.1
   Compiling actix-web-codegen v0.2.2
   Compiling pest_derive v2.1.0
   Compiling structopt-derive v0.4.9
   Compiling tokio-util v0.3.1
   Compiling tokio-rustls v0.14.0
   Compiling tokio-util v0.2.0
   Compiling inotify v0.8.3
   Compiling darling_macro v0.10.2
   Compiling failure v0.1.8
   Compiling err-derive v0.2.4
   Compiling snafu v0.6.8
   Compiling pin-project v0.4.23
   Compiling actix-codec v0.2.0
   Compiling futures-util v0.3.5
   Compiling block-party v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/updater/block-party)
   Compiling darling v0.10.2
   Compiling structopt v0.3.16
   Compiling actix-threadpool v0.3.3
   Compiling h2 v0.2.6
   Compiling futures-executor v0.3.5
   Compiling actix-service v1.0.6
   Compiling actix-rt v1.1.1
   Compiling futures v0.3.5
   Compiling trust-dns-proto v0.18.0-alpha.2
   Compiling actix-utils v1.0.6
   Compiling actix-server v1.0.3
   Compiling actix-tls v1.0.0
   Compiling actix-testing v1.0.1
   Compiling trust-dns-resolver v0.18.0-alpha.2
   Compiling toml v0.5.6
   Compiling serde_plain v0.3.0
   Compiling semver v0.10.0
   Compiling chrono v0.4.13
   Compiling envy v0.4.1
   Compiling serde_urlencoded v0.6.1
   Compiling ipnet v2.3.0
   Compiling bincode v1.3.1
   Compiling actix-router v0.2.4
   Compiling actix-connect v1.0.2
   Compiling gptman v0.6.5
   Compiling hyper v0.13.7
   Compiling simplelog v0.8.0
   Compiling olpc-cjson v0.1.0
   Compiling handlebars v3.3.0
   Compiling cargo-readme v3.2.0
   Compiling actix-http v1.0.1
   Compiling signpost v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/updater/signpost)
   Compiling bork v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/bork)
   Compiling model-derive v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/models/model-derive)
   Compiling bottlerocket-release v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/bottlerocket-release)
   Compiling apiclient v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/apiclient)
   Compiling models v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/models)
   Compiling parse-datetime v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/parse-datetime)
   Compiling thar-be-updates v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/thar-be-updates)
   Compiling apiserver v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/apiserver)
   Compiling schnauzer v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/schnauzer)
   Compiling storewolf v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/storewolf)
   Compiling thar-be-settings v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/thar-be-settings)
   Compiling logdog v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/logdog)
   Compiling host-containers v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/host-containers)
   Compiling migrator v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrator)
   Compiling settings-committer v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/settings-committer)
   Compiling growpart v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/growpart)
   Compiling early-boot-config v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/early-boot-config)
   Compiling ecs-settings-applier v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/ecs-settings-applier)
   Compiling sundog v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/sundog)
   Compiling netdog v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/netdog)
   Compiling pluto v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/pluto)
   Compiling servicedog v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/servicedog)
   Compiling awc v1.0.1
   Compiling hyper-unix-connector v0.1.4
   Compiling hyper-rustls v0.21.0
   Compiling reqwest v0.10.7
   Compiling actix-web v2.0.0
   Compiling tough v0.8.0
   Compiling update_metadata v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/updater/update_metadata)
   Compiling updog v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/updater/updog)
   Compiling migration-helpers v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migration-helpers)
   Compiling ecr-helper-admin v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v1.0.0/ecr-helper-admin)
   Compiling migrate-admin-container-v0-5-0 v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.3.2/migrate-admin-container-v0-5-0)
   Compiling add-cluster-domain v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.5.0/add-cluster-domain)
   Compiling pivot-repo-2020-07-07 v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.4.1/pivot-repo-2020-07-07)
   Compiling migrate-control-container-v0-4-1 v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.5.0/migrate-control-container-v0-4-1)
   Compiling migrate-admin-container-v0-5-2 v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.5.0/migrate-admin-container-v0-5-2)
   Compiling add-version-lock-ignore-waves v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v0.4.1/add-version-lock-ignore-waves)
   Compiling ecr-helper-control v0.1.0 (/home/ec2-user/_work/bottlerocket/bottlerocket/sources/api/migration/migrations/v1.0.0/ecr-helper-control)
    Finished test [unoptimized + debuginfo] target(s) in 55.62s
     Running sources/target/debug/deps/add_cluster_domain-9b1efaa73fdc5fda

running 0 tests
     Running sources/target/debug/deps/add_version_lock_ignore_waves-653cd86ee0da7af9

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 0 tests
     Running sources/target/debug/deps/apiclient-d3bb5b7cde3f8c95

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 0 tests
     Running sources/target/debug/deps/apiclient-1cac355fdafb2dbf

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/apiserver-bc7665164616db3f

running 53 tests
test datastore::filesystem::test::encode_path_component_works ... ok
test datastore::filesystem::test::decode_path_component_works ... ok
test datastore::filesystem::test::data_path ... ok
test datastore::filesystem::test::metadata_path ... ok
test datastore::deserialization::pairs::test::map_doesnt_work_at_root ... ok
test datastore::key::test::append_key_err ... ok
test datastore::key::test::append_segments_err ... ok
test datastore::key::test::append_key_ok ... ok
test datastore::key::test::dotted_metadata_key_fails ... ok
test datastore::key::test::key_bad_chars ... ok
test datastore::key::test::key_bad_format ... ok
test datastore::key::test::from_segments ... ok
test datastore::deserialization::pairs::test::basic_struct_works ... ok
test datastore::deserialization::pairs::test::disallowed_data_type ... ok
test datastore::key::test::dotted_data_key_ok ... ok
test datastore::deserialization::pairs::test::map_works_at_root_with_prefix ... ok
test datastore::key::test::append_segments_ok ... ok
test datastore::key::test::key_with_special_chars_ok ... ok
test datastore::key::test::quoted_metadata_key_ok ... ok
test datastore::key::test::key_too_long ... ok
test datastore::key::test::strip_prefix_err ... ok
test datastore::key::test::strip_prefix_segments_err ... ok
test datastore::key::test::long_key_ok ... ok
test datastore::key::test::strip_prefix_ok ... ok
test datastore::key::test::quoted_data_key_ok ... ok
test datastore::key::test::starts_with_segments ... ok
test datastore::key::test::short_key_ok ... ok
test datastore::key::test::strip_prefix_segments_ok ... ok
test datastore::memory::test::commit ... ok
test datastore::memory::test::get_set_unset ... ok
test datastore::serialization::pairs::test::concrete_fails ... ok
test datastore::serialization::test::ok_key ... ok
test datastore::memory::test::delete_transaction ... ok
test datastore::memory::test::populated ... ok
test datastore::serialization::test::bad_keys ... ok
test datastore::serialization::pairs::test::empty_value ... ok
test datastore::test::get_prefix ... ok
     Running sources/target/debug/deps/apiserver-cc1ee4246f8a2a68
test datastore::test::get_metadata_inheritance ... ok
test datastore::serialization::pairs::test::basic_struct_keys ... ok
test datastore::serialization::pairs::test::map ... ok
test datastore::test::set_unset_keys ... ok
test datastore::test::get_metadata_prefix ... ok
test datastore::deserialization::pairs::test::deep_struct_works ... ok
test datastore::serialization::pairs::test::map_no_root ... ok
test datastore::serialization::pairs::test::nested_struct_keys ... ok
test server::controller::test::get_metadata_keys_works ... ok
test server::controller::test::get_settings_keys_works ... ok
test server::controller::test::set_settings_works ... ok
test server::controller::test::get_metadata_all_works ... ok
test server::controller::test::get_settings_prefix_works ... ok
test server::controller::test::get_settings_works ... ok
test server::controller::test::commit_works ... ok
test server::controller::test::get_services_names_works ... ok

test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/block_party-028bacc8d9dee30f

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/bork-1a2cef7bc7092d84

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/bottlerocket_release-5bd4790655e9a255

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/early_boot_config-b65cc5bfcf209630

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/ecr_helper_admin-138c8c3ff2d383f3

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/ecr_helper_control-509eaff0ab301149

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/ecs_settings_applier-2fb495e27f839740

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/growpart-749173ac913bedfa

running 0 tests

     Running sources/target/debug/deps/host_containers-ed9493352edca858
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/logdog-c919e913d63df3ad

running 4 tests
test log_request::test::file_request ... ok
test log_request::test::exec_request ... ok
test create_tarball::tests::tarball_test ... ok
test tests::test_program ... ok

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/migrate_admin_container_v0_5_0-8c71f4eab0b7fde4

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/migrate_admin_container_v0_5_2-3f18f4017aec826b

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/migrate_control_container_v0_4_1-317fe87f96fba035

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/migration_helpers-0df23961cd9436e0

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/migrator-b251c38ebef62091

running 3 tests
test direction::test::direction ... ok
test test::migrate_forward ... ok
test test::migrate_backward ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/model_derive-00aa1382e1a3c6be

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/model-f56960ec9f0e5c97

running 28 tests
test modeled_types::ecs::test_ecs_agent_log_level::good_vals ... ok
test modeled_types::ecs::test_ecs_agent_log_level::bad_vals ... ok
test modeled_types::shared::test_single_line_string::invalid_single_line_string ... ok
test modeled_types::shared::test_dns_domain::invalid_dns_domain ... ok
test modeled_types::shared::test_dns_domain::valid_dns_domain ... ok
test modeled_types::shared::test_valid_base64::invalid_base64 ... ok
test modeled_types::shared::test_url::bad_urls ... ok
test modeled_types::shared::test_valid_identifier::invalid_identifier ... ok
test modeled_types::shared::test_valid_base64::valid_base64 ... ok
test modeled_types::shared::test_valid_identifier::valid_identifier ... ok
test modeled_types::shared::test_version::bad_version_string ... ok
test modeled_types::shared::test_version::good_version_strings ... ok
test modeled_types::shared::test_url::good_urls ... ok
test modeled_types::kubernetes::test_kubernetes_cluster_name::bad_alues ... ok
test modeled_types::kubernetes::test_kubernetes_label_value::bad_values ... ok
test modeled_types::kubernetes::test_kubernetes_cluster_name::good_cluster_names ... ok
test modeled_types::kubernetes::test_kubernetes_label_value::good_values ... ok
test modeled_types::ecs::test_ecs_attribute_key::bad_keys ... ok
test modeled_types::kubernetes::test_kubernetes_name::good_names ... ok
test modeled_types::ecs::test_ecs_attribute_key::good_keys ... ok
test modeled_types::shared::test_single_line_string::valid_single_line_string ... ok
test modeled_types::ecs::test_ecs_attribute_value::bad_vals ... ok
test modeled_types::kubernetes::test_kubernetes_name::bad_names ... ok
test modeled_types::kubernetes::test_kubernetes_taint_value::good_values ... ok
test modeled_types::kubernetes::test_kubernetes_taint_value::bad_values ... ok
test modeled_types::ecs::test_ecs_attribute_value::good_vals ... ok
test modeled_types::kubernetes::test_kubernetes_label_key::bad_keys ... ok
test modeled_types::kubernetes::test_kubernetes_label_key::good_keys ... ok

test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/netdog-f32bb865850935c7

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/parse_datetime-5e8ab88ea841eed9

running 2 tests
test tests::test_unacceptable_strings ... ok
test tests::test_acceptable_strings ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/pivot_repo_2020_07_07-870eafad32ab6ef6

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/pluto-0e5d9bf44974e25f

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/schnauzer-dad50bf04b8d26a7

running 24 tests
test helpers::test_base64_decode::base64_helper_with_missing_param ... ok
test helpers::test_base64_decode::renders_decoded_base64 ... ok
test helpers::test_base64_decode::base64_helper_with_extra_param ... ok
test helpers::test_base64_decode::does_not_render_invalid_base64 ... ok
test helpers::test_default::bool_default ... ok
test helpers::test_base64_decode::does_not_render_invalid_utf8 ... ok
test helpers::test_default::dont_have_setting ... ok
test helpers::test_default::dont_have_setting_bool ... ok
test helpers::test_default::dont_have_setting_number ... ok
test helpers::test_default::have_setting ... ok
test helpers::test_default::have_setting_bool ... ok
test helpers::test_default::have_setting_number ... ok
test helpers::test_ecr_registry::url_af_south_1 ... ok
test helpers::test_join_map::invalid_fail_if_missing ... ok
test helpers::test_join_map::boolean ... ok
test helpers::test_join_map::basic ... ok
test helpers::test_join_map::no_fail_if_missing ... ok
test helpers::test_ecr_registry::url_fallback ... ok
test helpers::test_join_map::single_pair ... ok
test helpers::test_default::number_default ... ok
test helpers::test_ecr_registry::url_eu_central_1 ... ok
test helpers::test_join_map::invalid_nested_map ... ok
test helpers::test_join_map::number ... ok
test helpers::test_join_map::fail_if_missing ... ok

test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/schnauzer-bd3276dea0dc3d5a

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/servicedog-578e04e73b19c936

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/settings_committer-16ca784aafb5a09e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
     Running sources/target/debug/deps/signpost-b16024a83c28b09b


running 2 tests
test gptprio::tests::test ... ok
test guid::tests::test ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/signpost-9e14a011e15c1ced

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
     Running sources/target/debug/deps/storewolf-e03f4f0fcc4b3f8f
     Running sources/target/debug/deps/storewolf-e439e7edc8e6632f


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 1 test
test test::merge ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/sundog-75a75c12b27d3af0

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/thar_be_settings-441a93a615f76599

running 2 tests
test service::test::test_get_affected_service_names ... ok
test config::test::test_get_config_file_names ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/thar_be_settings-70970acdbf92edf0

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/thar_be_updates-02bc49167358745e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
     Running sources/target/debug/deps/thar_be_updates-f21c6f9aa5475c8f


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
     Running sources/target/debug/deps/update_metadata-84b3837e49ed9568


running 7 tests
test tests::test_update_ready_no_wave ... ok
test tests::test_update_ready_final_wave ... ok
test tests::test_update_ready_single_wave ... ok
test tests::test_update_ready_second_wave ... ok
test tests::test_update_ready_third_wave ... ok
test tests::test_migrations_forward ... ok
test tests::test_migrations_backward ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/updata-0f99c8090fc36c2b

running 4 tests
test tests::test_set_waves ... ok
test tests::max_versions ... ok
test tests::test_migration_copy ... ok
test tests::test_migration_update ... ok

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/updog-3e677997ceded884

running 10 tests
test tests::check_update_waves ... ok
test tests::serialize_metadata ... ok
test tests::test_serde_reader ... ok
test tests::test_versions ... ok
test tests::older_versions ... ok
test tests::force_update_version ... ok
test tests::test_multiple ... ok
test tests::test_manifest_json ... ok
test tests::bad_bound ... ok
test tests::duplicate_bound ... ok

test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running sources/target/debug/deps/webpki_roots-352c30362ecd1e6e

running 1 test
test tests::test ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests update_metadata

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests storewolf

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests migration-helpers

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests webpki-roots

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests apiclient

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests thar-be-settings

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests model

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests model-derive

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests block-party

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests apiserver

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests signpost

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests bottlerocket-release

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests parse-datetime

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests thar-be-updates

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

   Doc-tests schnauzer

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ /home/ec2-user/_work/bottlerocket/bottlerocket/tools/docker-go --module-path /home/ec2-user/_work/bottlerocket/bottlerocket/sources/host-ctr --sdk-image bottlerocket/sdk-x86_64:v0.13.0-x86_64 --go-mod-cache /home/ec2-user/_work/bottlerocket/bottlerocket/.gomodcache --command 'cd cmd/host-ctr; go test -v'
# internal/cpu
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xc048111f09 pc=0x440e50]

runtime stack:
runtime.throw(0x770414, 0x2a)
	/usr/libexec/go/src/runtime/panic.go:1116 +0x72
runtime.sigpanic()
	/usr/libexec/go/src/runtime/signal_unix.go:679 +0x46a
runtime.runqempty(0xc00001e000, 0xc000025800)
	/usr/libexec/go/src/runtime/proc.go:4929
runtime.startm(0x0, 0xc000025801)
	/usr/libexec/go/src/runtime/proc.go:1884 +0xeb
runtime.wakep(...)
	/usr/libexec/go/src/runtime/proc.go:1959
runtime.resetspinning()
	/usr/libexec/go/src/runtime/proc.go:2421 +0x93
runtime.schedule()
	/usr/libexec/go/src/runtime/proc.go:2533 +0x2de
runtime.park_m(0xc000001200)
	/usr/libexec/go/src/runtime/proc.go:2696 +0x9d
runtime.mcall(0x0)
	/usr/libexec/go/src/runtime/asm_amd64.s:318 +0x5b

goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc0002683e8)
	/usr/libexec/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc0002683e0)
	/usr/libexec/go/src/sync/waitgroup.go:130 +0x64
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6(0xc000225c30, 0x2, 0x2)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:366 +0xc4
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run(0xc0002108c0, 0xc0001b4d10, 0xc0001d8600, 0x15, 0x20, 0x2e746c7573, 0x7e0d60, 0x7091e0, 0xc0001a483c, 0xc00010dc10)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:369 +0x7ad
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.Run(0x7ffca9624d55, 0x23, 0xc0001d8600, 0x15, 0x20)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:131 +0x113
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.Main(0xc0001d8600, 0x15, 0x20)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:118 +0x25f
main.main()
	/usr/libexec/go/src/cmd/vet/main.go:35 +0x2bd

goroutine 18 [semacquire]:
sync.runtime_Semacquire(0xc00001a0d8)
	/usr/libexec/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc00001a0d0)
	/usr/libexec/go/src/sync/waitgroup.go:130 +0x64
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6(0x9d5d60, 0x2, 0x2)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:366 +0xc4
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5.1()
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:304 +0xd8
sync.(*Once).doSlow(0xc00026ee60, 0xc000096728)
	/usr/libexec/go/src/sync/once.go:66 +0xec
sync.(*Once).Do(...)
	/usr/libexec/go/src/sync/once.go:57
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5(0x9cf720, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:303 +0x1b3
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6.1(0xc0001a6f08, 0xc0002683e0, 0x9cf720)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:362 +0x33
created by cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:361 +0xa3

goroutine 19 [runnable]:
strings.ToLower(0xc0001a5d90, 0x5, 0xc0001bf1e0, 0x12)
	/usr/libexec/go/src/strings/strings.go:584 +0x2dc
cmd/vendor/golang.org/x/tools/go/analysis/passes/printf.printfNameAndKind(0xc0001d34a0, 0xc000227f40, 0xc000237c70, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go:490 +0x206
cmd/vendor/golang.org/x/tools/go/analysis/passes/printf.checkCall.func1(0x7d6360, 0xc000227f40)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go:471 +0x4e
cmd/vendor/golang.org/x/tools/go/ast/inspector.(*Inspector).Preorder(0xc000241b20, 0xc00018cca0, 0x1, 0x1, 0xc00018ccb0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go:77 +0x9f
cmd/vendor/golang.org/x/tools/go/analysis/passes/printf.checkCall(0xc0001d34a0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go:469 +0xca
cmd/vendor/golang.org/x/tools/go/analysis/passes/printf.run(0xc0001d34a0, 0x2b0533, 0x9d6b80, 0xc0001d3488, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go:140 +0x7b
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5.1()
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:350 +0x6d8
sync.(*Once).doSlow(0xc00026ef50, 0xc000096f28)
	/usr/libexec/go/src/sync/once.go:66 +0xec
sync.(*Once).Do(...)
	/usr/libexec/go/src/sync/once.go:57
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5(0x9cf8e0, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:303 +0x1b3
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6.1(0xc0001a6f08, 0xc0002683e0, 0x9cf8e0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:362 +0x33
created by cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:361 +0xa3

goroutine 5 [semacquire]:
sync.runtime_SemacquireMutex(0xc00026eb48, 0x0, 0x1)
	/usr/libexec/go/src/runtime/sema.go:71 +0x47
sync.(*Mutex).lockSlow(0xc00026eb44)
	/usr/libexec/go/src/sync/mutex.go:138 +0xfc
sync.(*Mutex).Lock(...)
	/usr/libexec/go/src/sync/mutex.go:81
sync.(*Once).doSlow(0xc00026eb40, 0xc000304f28)
	/usr/libexec/go/src/sync/once.go:62 +0x101
sync.(*Once).Do(...)
	/usr/libexec/go/src/sync/once.go:57
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5(0x9cf560, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:303 +0x1b3
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6.1(0xc0001a6f08, 0xc00001a0d0, 0x9cf560)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:362 +0x33
created by cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:361 +0xa3

goroutine 6 [semacquire]:
sync.runtime_Semacquire(0xc00001a0e8)
	/usr/libexec/go/src/runtime/sema.go:56 +0x42
sync.(*WaitGroup).Wait(0xc00001a0e0)
	/usr/libexec/go/src/sync/waitgroup.go:130 +0x64
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6(0x9d5800, 0x1, 0x1)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:366 +0xc4
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5.1()
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:304 +0xd8
sync.(*Once).doSlow(0xc00026eeb0, 0xc00009cf28)
	/usr/libexec/go/src/sync/once.go:66 +0xec
sync.(*Once).Do(...)
	/usr/libexec/go/src/sync/once.go:57
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5(0x9cf2c0, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:303 +0x1b3
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6.1(0xc0001a6f08, 0xc00001a0d0, 0x9cf2c0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:362 +0x33
created by cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:361 +0xa3

goroutine 7 [runnable]:
sync.runtime_SemacquireMutex(0xc00026eb48, 0x0, 0x1)
	/usr/libexec/go/src/runtime/sema.go:71 +0x47
sync.(*Mutex).lockSlow(0xc00026eb44)
	/usr/libexec/go/src/sync/mutex.go:138 +0xfc
sync.(*Mutex).Lock(...)
	/usr/libexec/go/src/sync/mutex.go:81
sync.(*Once).doSlow(0xc00026eb40, 0xc000096728)
	/usr/libexec/go/src/sync/once.go:62 +0x101
sync.(*Once).Do(...)
	/usr/libexec/go/src/sync/once.go:57
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func5(0x9cf560, 0x0)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:303 +0x1b3
cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6.1(0xc0001a6f08, 0xc00001a0e0, 0x9cf560)
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:362 +0x33
created by cmd/vendor/golang.org/x/tools/go/analysis/unitchecker.run.func6
	/usr/libexec/go/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go:361 +0xa3
Error: The operation was canceled.

@etungsten
Copy link
Contributor

etungsten commented Sep 24, 2020

Sometimes Github Actions fails to connect to CI runners

The self-hosted runner: i-00371cde02cf83dca lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
The self-hosted runner: i-0630587b7859386cd lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.

@sanu11
Copy link
Contributor

sanu11 commented Jan 28, 2021

Ran into this 4-5 times:

failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: failed to get dead record t05cy48cc55jkvvfbfanpd1qh: not found

@etungsten
Copy link
Contributor

etungsten commented Feb 11, 2021

Intermittent CI failure that seems to only happen for aws-k8s-1.16/aarch64. Potential race?

   #17 36.00 error: failed to run custom build command for `storewolf v0.1.0 (/home/builder/rpmbuild/BUILD/sources/api/storewolf)`
  #17 36.00 
  #17 36.00 Caused by:
  #17 36.00   process didn't exit successfully: `/home/builder/.cache/release/build/storewolf-53240ce40bea40f8/build-script-build` (exit code: 1)
  #17 36.00   --- stderr
  #17 36.00   Error: ListFiles { dir: "../../models/src/variant/current/defaults.d", source: Error { depth: 0, inner: Io { path: Some("../../models/src/variant/current/defaults.d"), err: Os { code: 2, kind: NotFound, message: "No such file or directory" } } } }
  #17 36.00 warning: build failed, waiting for other jobs to finish...
  #17 73.86 error: build failed
  #17 73.86 error: Bad exit status from /var/tmp/rpm-tmp.ZRLVog (%build)
  #17 73.86     Bad exit status from /var/tmp/rpm-tmp.ZRLVog (%build)

https://github.com/bottlerocket-os/bottlerocket/pull/1317/checks?check_run_id=1881507065

@tjkirch
Copy link
Contributor Author

tjkirch commented Feb 11, 2021

Intermittent CI failure that seems to only happen for aws-k8s-1.16/aarch64. Potential race?

I don't think this is the same category of error as the others above. It started happening with #1303 (see comments) and I'm tracking it down now.

[edit] I believe the fix is #1319.

@gregdek gregdek added type/bug Something isn't working status/research This issue is being researched labels Apr 2, 2021
@gregdek gregdek added this to the techdebt milestone Apr 2, 2021
@gregdek gregdek added status/notstarted and removed status/research This issue is being researched labels Apr 2, 2021
@etungsten
Copy link
Contributor

This issue has mostly been fixed by the merged PRs linked above. Let's re-open this when CI ever starts failing again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants