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

Issue 6277 - stop releasing Generic Worker simple engine binaries #6279

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

petemoore
Copy link
Member

Fixes #6277

@petemoore petemoore requested a review from a team as a code owner June 1, 2023 08:22
@petemoore petemoore requested review from lotas and matt-boris and removed request for a team June 1, 2023 08:22
@petemoore
Copy link
Member Author

Copy link
Contributor

@lotas lotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@petemoore
Copy link
Member Author

petemoore commented Jun 1, 2023

The CI failure in this repo was unrelated to this PR, and is tracked in issue #6280.

However, the staging release failed with:

Error: Nonzero exit status 1; see /task_168560796636020/taskcluster/release-debug-logs/livelog-docker-build.log for details (while executing task Build livelog Docker Image)
    at ChildProcess.<anonymous> (/task_168560796636020/taskcluster/infrastructure/tooling/src/utils/command.js:62:16)
    at Object.onceWrapper (node:events:628:26)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5)
error Command failed with exit code 1.

I will look into this, to see if it is related to this PR. At first glance, it also appears to be coincidental, since it is is about the Live Log docker container build, which should not depend on Generic Worker binaries, but who knows ...

@petemoore
Copy link
Member Author

I will look into this, to see if it is related to this PR. At first glance, it also appears to be coincidental, since it is is about the Live Log docker container build, which should not depend on Generic Worker binaries, but who knows ...

Indeed, it was unrelated - apt-get upgrade -y failed:

------
Dockerfile:3
--------------------
   1 |     FROM ubuntu:latest AS certs
   2 |     RUN apt-get update
   3 | >>> RUN apt-get upgrade -y
   4 |     RUN apt-get install -y ca-certificates
   5 |     RUN mkdir /empty
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get upgrade -y" did not complete successfully: exit code: 4294967295

@petemoore
Copy link
Member Author

Bizarrely the reported exit code 4294967295 appears to be a Windows exit code, not a Linux one. Yet this ran on a Linux worker.

@petemoore
Copy link
Member Author

I'll make another staging release, and see what happens....

@petemoore petemoore merged commit 90d6476 into main Jun 1, 2023
71 checks passed
@petemoore petemoore deleted the do-not-release-simple-engine branch June 1, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop releasing simple engine
2 participants