Closed joshdover closed 1 year ago
the below badges are clickable and redirect to their specific view in the CI or DOCS
#### Build stats * Start Time: 2023-05-11T13:58:00.435+0000 * Duration: 9 min 38 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 9 | | Passed | 34 | | Skipped | 178 | | Total | 221 |
##### `Test Hosts / Matrix - GROUPS = 'debian' / Test / [tester-ubuntu1804-64] Packaging tests Packetbeat: common : Download package with checksum (linux/darwin) url={{beat_url}}, dest={{workdir}}, validate_certs=False, timeout=60, checksum=sha512:{{ beat_sha512.split()[0] }} – /var/lib/jenkins/workspace/Beats_beats-tester-mbp_PR-222/src/roles/common/tasks/download.yml:1`
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
```
{
"msg": "An unhandled exception occurred while templating '{{ lookup('url', beat_url + '.sha512', split_lines=False, force=True) | trim }}'. Error was a
##### `make batch`
#!/bin/bash ## Skip BEATS if no params. if [[ "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" != "null" && -n "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" ]] ; then echo "beats_url_base: https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" > run-settings-jenkins.yml else ANSIBLE_EXTRA_FLAGS="--skip-tags beats" fi echo "version: 8.7.0-SNAPSHOT" >> run-settings-jenkins.yml ANSIBLE_EXTRA_FLAGS=${ANSIBLE_EXTRA_FLAGS} RUN_SETTINGS=jenkins make batch
#!/bin/bash ## Skip BEATS if no params. if [[ "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" != "null" && -n "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" ]] ; then echo "beats_url_base: https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" > run-settings-jenkins.yml else ANSIBLE_EXTRA_FLAGS="--skip-tags beats" fi echo "version: 8.7.0-SNAPSHOT" >> run-settings-jenkins.yml ANSIBLE_EXTRA_FLAGS=${ANSIBLE_EXTRA_FLAGS} RUN_SETTINGS=jenkins make batch
#!/bin/bash ## Skip BEATS if no params. if [[ "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" != "null" && -n "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" ]] ; then echo "beats_url_base: https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" > run-settings-jenkins.yml else ANSIBLE_EXTRA_FLAGS="--skip-tags beats" fi echo "version: 8.7.0-SNAPSHOT" >> run-settings-jenkins.yml ANSIBLE_EXTRA_FLAGS=${ANSIBLE_EXTRA_FLAGS} RUN_SETTINGS=jenkins make batch
#!/bin/bash ## Skip BEATS if no params. if [[ "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" != "null" && -n "https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" ]] ; then echo "beats_url_base: https://storage.googleapis.com/beats-ci-artifacts/beats/snapshots" > run-settings-jenkins.yml else ANSIBLE_EXTRA_FLAGS="--skip-tags beats" fi echo "version: 8.7.0-SNAPSHOT" >> run-settings-jenkins.yml ANSIBLE_EXTRA_FLAGS=${ANSIBLE_EXTRA_FLAGS} RUN_SETTINGS=jenkins make batch
script returned exit code 2
To re-run your PR in the CI, just comment with: - `/test` : Re-trigger the build.
Need to update security repo too: https://unix.stackexchange.com/questions/744401/security-repo-for-debian-stretch-not-working-anymore
I can't get vagrant to bring this machine up locally, I suspect because I'm using an M1 machine. Will find someone else with an Intel machine to fix this up.
do note merge i'm testing this
now it works
This is now failing because the tests are trying to fetch snapshot versions that no longer exist. Will fix that in separate PR
Tests are currently failing with errors like:
Uses an updated Debian 9 image which should have a mirror list that points to existing mirrors.