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

Alpine local encryption test is breaking #2715

Closed
Tracked by #2706
mauromorales opened this issue Jul 11, 2024 · 0 comments · Fixed by #2729
Closed
Tracked by #2706

Alpine local encryption test is breaking #2715

mauromorales opened this issue Jul 11, 2024 · 0 comments · Fixed by #2729
Assignees
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call

Comments

@mauromorales
Copy link
Member

mkdir -p ~/.earthly/
  cat << EOF > ~/.earthly/config.yml
  global:
    buildkit_additional_config: |
      [registry."docker.io"]
        mirrors = ["registry.docker-mirror.svc.cluster.local:[5](https://github.com/kairos-io/kairos/actions/runs/9882563465/job/27295942578?pr=2714#step:9:5)000"]
      [registry."registry.docker-mirror.svc.cluster.local:5000"]
        insecure = true
        http = true
  EOF
  earthly -P +run-qemu-datasource-tests --PREBUILT_ISO=$(ls *ubuntu*.iso) --TEST_SUITE=reset-test --FLAVOR=ubuntu

results in

**  +run-qemu-datasource-tests *failed* | • [FAILED] [1226.087 seconds]
  +run-qemu-datasource-tests *failed* | kairos reset test [BeforeEach] auto installs, reboots and passes functional tests resets [reset-test]
  +run-qemu-datasource-tests *failed* |   [BeforeEach] /test/tests/reset_test.go:14
  +run-qemu-datasource-tests *failed* |   [It] /test/tests/reset_test.go:33
  
  +run-qemu-datasource-tests *failed* |   [FAILED] Timed out after 1225.051s.
  +run-qemu-datasource-tests *failed* |   Expected
  +run-qemu-datasource-tests *failed* |       <string>: 
  +run-qemu-datasource-tests *failed* |   to equal
  +run-qemu-datasource-tests *failed* |       <string>: ping\n
  +run-qemu-datasource-tests *failed* |   In [BeforeEach] at: /go/pkg/mod/github.com/spectrocloud/[email protected]/matcher/helpers.go:264 @ 07/11/24 00:19:25.982
  +run-qemu-datasource-tests *failed* | ------------------------------
  +run-qemu-datasource-tests *failed* | SSSSSSS
  
  +run-qemu-datasource-tests *failed* | Summarizing 1 Failure:
  +run-qemu-datasource-tests *failed* |   [FAIL] kairos reset test [BeforeEach] auto installs, reboots and passes functional tests resets [reset-test]
  +run-qemu-datasource-tests *failed* |   /go/pkg/mod/github.com/spectrocloud/[email protected]/matcher/helpers.go:264
  
  +run-qemu-datasource-tests *failed* | Ran 1 of 21 Specs in 1226.088 seconds
  +run-qemu-datasource-tests *failed* | FAIL! -- 0 Passed | 1 Failed | 0 Pending | 20 Skipped
  +run-qemu-datasource-tests *failed* | --- FAIL: TestSuite (1226.09s)**

e.g. https://github.com/kairos-io/kairos/actions/runs/9882563465/job/27295942578?pr=2714

Also we don't run this test on master, so you need to open a PR to see it fail atm

@mauromorales mauromorales added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Jul 11, 2024
@mudler mudler moved this to Under review 🔍 in 🧙Issue tracking board Jul 15, 2024
@mudler mudler moved this from Under review 🔍 to Todo 🖊 in 🧙Issue tracking board Jul 15, 2024
@Itxaka Itxaka self-assigned this Jul 15, 2024
@Itxaka Itxaka moved this from Todo 🖊 to In Progress 🏃 in 🧙Issue tracking board Jul 15, 2024
@Itxaka Itxaka moved this from In Progress 🏃 to Under review 🔍 in 🧙Issue tracking board Jul 15, 2024
@github-project-automation github-project-automation bot moved this from Under review 🔍 to Done ✅ in 🧙Issue tracking board Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants