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

Test pipeline fails on Linux due to wrong OpenSSL version when installing OMI #129

Open
johlju opened this issue Jan 3, 2023 · 1 comment
Labels
blocking release The issue or pull request is blocking the next release. Higher priority than label 'High priority'. bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.

Comments

@johlju
Copy link
Member

johlju commented Jan 3, 2023

There is a problem with the latest linux build worker ubuntu-latest. It not possible to install OMI due to worng version of OpenSSL.

2023-01-03T11:04:44.6213366Z ##[section]Starting: Install DSC for Linux
2023-01-03T11:04:44.6221153Z ==============================================================================
2023-01-03T11:04:44.6221563Z Task         : Command line
2023-01-03T11:04:44.6221851Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2023-01-03T11:04:44.6222143Z Version      : 2.212.0
2023-01-03T11:04:44.6222335Z Author       : Microsoft Corporation
2023-01-03T11:04:44.6222647Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2023-01-03T11:04:44.6223000Z ==============================================================================
2023-01-03T11:04:45.0490714Z Generating script.
2023-01-03T11:04:45.0501118Z ========================== Starting Command Output ===========================
2023-01-03T11:04:45.0537753Z [command]/usr/bin/bash --noprofile --norc /home/vsts/work/_temp/04eee218-0043-421d-956d-62d347e918e3.sh
2023-01-03T11:04:46.4744763Z openssl:
2023-01-03T11:04:46.4746248Z   Installed: 3.0.2-0ubuntu1.7
2023-01-03T11:04:46.4747146Z   Candidate: 3.0.2-0ubuntu1.7
2023-01-03T11:04:46.4748035Z   Version table:
2023-01-03T11:04:46.4748561Z  *** 3.0.2-0ubuntu1.7 500
2023-01-03T11:04:46.4754079Z         500 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
2023-01-03T11:04:46.4754805Z         500 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages
2023-01-03T11:04:46.4755274Z         100 /var/lib/dpkg/status
2023-01-03T11:04:46.4755639Z      3.0.2-0ubuntu1 500
2023-01-03T11:04:46.4765543Z         500 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
2023-01-03T11:04:46.4916390Z 
2023-01-03T11:04:46.4937242Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2023-01-03T11:04:46.4937992Z 
2023-01-03T11:04:46.5444843Z Reading package lists...
2023-01-03T11:04:46.7249143Z Building dependency tree...
2023-01-03T11:04:46.7280222Z Reading state information...
2023-01-03T11:04:46.7836947Z openssl is already the newest version (3.0.2-0ubuntu1.7).
2023-01-03T11:04:46.8344425Z Calculating upgrade...
2023-01-03T11:04:46.9767646Z #
2023-01-03T11:04:46.9768748Z # News about significant security updates, features and services will
2023-01-03T11:04:46.9769629Z # appear here to raise awareness and perhaps tease /r/Linux ;)
2023-01-03T11:04:46.9770732Z # Use 'pro config set apt_news=false' to hide this and future APT news.
2023-01-03T11:04:46.9771783Z #
2023-01-03T11:04:47.0911650Z The following NEW packages will be installed:
2023-01-03T11:04:47.0915503Z   liblttng-ust-common1 liblttng-ust-ctl5 liblttng-ust1
2023-01-03T11:04:47.0916381Z The following packages will be upgraded:
2023-01-03T11:04:47.0917477Z   aspnetcore-runtime-6.0 aspnetcore-targeting-pack-6.0 dotnet-apphost-pack-6.0
2023-01-03T11:04:47.0920267Z   dotnet-hostfxr-6.0 dotnet-runtime-6.0 dotnet-targeting-pack-6.0 firefox
2023-01-03T11:04:47.0926532Z   netstandard-targeting-pack-2.1 powershell
2023-01-03T11:04:47.1024990Z 9 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
2023-01-03T11:04:47.1557234Z Need to get 113 MB of archives.
2023-01-03T11:04:47.1558266Z After this operation, 230 MB disk space will be freed.
2023-01-03T11:04:47.1559566Z Get:1 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 powershell amd64 7.3.0-1.deb [71.7 MB]
2023-01-03T11:04:47.2985412Z Get:2 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 firefox amd64 1:1snap1-0ubuntu2 [72.3 kB]
2023-01-03T11:04:47.3858687Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dotnet-hostfxr-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [154 kB]
2023-01-03T11:04:47.4714795Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-common1 amd64 2.13.1-1ubuntu1 [27.1 kB]
2023-01-03T11:04:47.5569318Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust-ctl5 amd64 2.13.1-1ubuntu1 [77.9 kB]
2023-01-03T11:04:47.6426839Z Get:6 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB]
2023-01-03T11:04:47.7294413Z Get:7 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dotnet-runtime-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [23.7 MB]
2023-01-03T11:04:48.4334038Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 aspnetcore-runtime-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [8088 kB]
2023-01-03T11:04:48.7126121Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 aspnetcore-targeting-pack-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [1455 kB]
2023-01-03T11:04:48.8140804Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dotnet-apphost-pack-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [3736 kB]
2023-01-03T11:04:48.9878351Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dotnet-targeting-pack-6.0 amd64 6.0.111-0ubuntu1~22.04.1 [2247 kB]
2023-01-03T11:04:49.1304348Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 netstandard-targeting-pack-2.1 amd64 6.0.111-0ubuntu1~22.04.1 [1398 kB]
2023-01-03T11:04:49.5486353Z Preconfiguring packages ...
2023-01-03T11:04:49.6174852Z Fetched 113 MB in 2s (54.8 MB/s)
2023-01-03T11:04:49.6858320Z (Reading database ... 
2023-01-03T11:04:49.6858797Z (Reading database ... 5%
2023-01-03T11:04:49.6859133Z (Reading database ... 10%
2023-01-03T11:04:49.6859537Z (Reading database ... 15%
2023-01-03T11:04:49.6859853Z (Reading database ... 20%
2023-01-03T11:04:49.6860145Z (Reading database ... 25%
2023-01-03T11:04:49.6860454Z (Reading database ... 30%
2023-01-03T11:04:49.6860961Z (Reading database ... 35%
2023-01-03T11:04:49.6861272Z (Reading database ... 40%
2023-01-03T11:04:49.6861564Z (Reading database ... 45%
2023-01-03T11:04:49.6861855Z (Reading database ... 50%
2023-01-03T11:04:49.7382800Z (Reading database ... 55%
2023-01-03T11:04:49.7793619Z (Reading database ... 60%
2023-01-03T11:04:49.8099473Z (Reading database ... 65%
2023-01-03T11:04:49.8832963Z (Reading database ... 70%
2023-01-03T11:04:49.9449197Z (Reading database ... 75%
2023-01-03T11:04:50.0507340Z (Reading database ... 80%
2023-01-03T11:04:50.1381794Z (Reading database ... 85%
2023-01-03T11:04:50.2427112Z (Reading database ... 90%
2023-01-03T11:04:50.3291830Z (Reading database ... 95%
2023-01-03T11:04:50.3292519Z (Reading database ... 100%
2023-01-03T11:04:50.3293009Z (Reading database ... 236921 files and directories currently installed.)
2023-01-03T11:04:50.3424361Z Preparing to unpack .../00-firefox_1%3a1snap1-0ubuntu2_amd64.deb ...
2023-01-03T11:04:50.4619349Z => Installing the firefox snap
2023-01-03T11:04:50.4892177Z ==> Checking connectivity with the snap store
2023-01-03T11:04:51.4425977Z ==> Installing the firefox snap
2023-01-03T11:05:56.5450934Z firefox 108.0.1-1 from Mozilla�[32m✓�[0m installed
2023-01-03T11:05:56.5467807Z => Snap installation complete
2023-01-03T11:05:56.7105657Z Unpacking firefox (1:1snap1-0ubuntu2) over (108.0+build2-0ubuntu0.22.04.1~mt1) ...
2023-01-03T11:05:56.8633001Z dpkg: warning: unable to delete old directory '/etc/firefox': Directory not empty
2023-01-03T11:05:56.8711601Z dpkg: warning: unable to delete old directory '/etc/apport/native-origins.d': Directory not empty
2023-01-03T11:05:56.9207225Z Preparing to unpack .../01-dotnet-hostfxr-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:56.9257588Z Unpacking dotnet-hostfxr-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:56.9656723Z Selecting previously unselected package liblttng-ust-common1:amd64.
2023-01-03T11:05:56.9860746Z Preparing to unpack .../02-liblttng-ust-common1_2.13.1-1ubuntu1_amd64.deb ...
2023-01-03T11:05:56.9899699Z Unpacking liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:05:57.0252983Z Selecting previously unselected package liblttng-ust-ctl5:amd64.
2023-01-03T11:05:57.0474030Z Preparing to unpack .../03-liblttng-ust-ctl5_2.13.1-1ubuntu1_amd64.deb ...
2023-01-03T11:05:57.0492427Z Unpacking liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:05:57.0853061Z Selecting previously unselected package liblttng-ust1:amd64.
2023-01-03T11:05:57.1090031Z Preparing to unpack .../04-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ...
2023-01-03T11:05:57.1104266Z Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:05:57.1707382Z Preparing to unpack .../05-dotnet-runtime-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:57.1780926Z Unpacking dotnet-runtime-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:57.6135191Z Preparing to unpack .../06-aspnetcore-runtime-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:57.6180981Z Unpacking aspnetcore-runtime-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:57.8279097Z Preparing to unpack .../07-aspnetcore-targeting-pack-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:57.8320788Z Unpacking aspnetcore-targeting-pack-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:58.0121663Z Preparing to unpack .../08-dotnet-apphost-pack-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:58.0164198Z Unpacking dotnet-apphost-pack-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:58.1423434Z Preparing to unpack .../09-dotnet-targeting-pack-6.0_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:58.1472633Z Unpacking dotnet-targeting-pack-6.0 (6.0.111-0ubuntu1~22.04.1) over (6.0.11-1) ...
2023-01-03T11:05:58.3797707Z Preparing to unpack .../10-netstandard-targeting-pack-2.1_6.0.111-0ubuntu1~22.04.1_amd64.deb ...
2023-01-03T11:05:58.3849606Z Unpacking netstandard-targeting-pack-2.1 (6.0.111-0ubuntu1~22.04.1) over (2.1.0-1) ...
2023-01-03T11:05:58.5567726Z Preparing to unpack .../11-powershell_7.3.0-1.deb_amd64.deb ...
2023-01-03T11:05:58.5615476Z Unpacking powershell (7.3.0-1.deb) over (7.2.7-1.deb) ...
2023-01-03T11:06:00.2133595Z Setting up dotnet-apphost-pack-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2186494Z Setting up firefox (1:1snap1-0ubuntu2) ...
2023-01-03T11:06:00.2397953Z Obsolete conffile /etc/firefox/syspref.js has been modified by you.
2023-01-03T11:06:00.2398884Z Saving as /etc/firefox/syspref.js.dpkg-bak ...
2023-01-03T11:06:00.2435585Z Setting up netstandard-targeting-pack-2.1 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2479496Z Setting up liblttng-ust-common1:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:06:00.2526285Z Setting up dotnet-targeting-pack-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2573923Z Setting up aspnetcore-targeting-pack-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2612001Z Setting up liblttng-ust-ctl5:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:06:00.2650815Z Setting up dotnet-hostfxr-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2700729Z Setting up powershell (7.3.0-1.deb) ...
2023-01-03T11:06:00.2893751Z Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ...
2023-01-03T11:06:00.2937625Z Setting up dotnet-runtime-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.2978467Z Setting up aspnetcore-runtime-6.0 (6.0.111-0ubuntu1~22.04.1) ...
2023-01-03T11:06:00.3026580Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2023-01-03T11:06:00.6300013Z Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
2023-01-03T11:06:00.6696871Z Processing triggers for man-db (2.10.2-1) ...
2023-01-03T11:06:01.0799320Z Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
2023-01-03T11:06:01.6743066Z NEEDRESTART-VER: 3.5
2023-01-03T11:06:02.0673597Z NEEDRESTART-KCUR: 5.15.0-1024-azure
2023-01-03T11:06:02.0674684Z NEEDRESTART-KEXP: 5.15.0-1024-azure
2023-01-03T11:06:02.0675493Z NEEDRESTART-KSTA: 1
2023-01-03T11:06:03.1578742Z --2023-01-03 11:06:03--  https://github.com/microsoft/omi/releases/download/v1.6.8-1/omi-1.6.8-1.ssl_110.ulinux.x64.deb
2023-01-03T11:06:03.1676655Z Resolving github.com (github.com)... 192.30.255.113
2023-01-03T11:06:03.1863918Z Connecting to github.com (github.com)|192.30.255.113|:443... connected.
2023-01-03T11:06:03.4344165Z HTTP request sent, awaiting response... 302 Found
2023-01-03T11:06:03.4346997Z Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/46681501/aaf7ccdc-97be-41b7-8703-f311f143f76b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230103T110603Z&X-Amz-Expires=300&X-Amz-Signature=6061027adbe54017a9f2590521629afebebfe09d2db77766b402272f96123255&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=46681501&response-content-disposition=attachment%3B%20filename%3Domi-1.6.8-1.ssl_110.ulinux.x64.deb&response-content-type=application%2Foctet-stream [following]
2023-01-03T11:06:03.4351441Z --2023-01-03 11:06:03--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/46681501/aaf7ccdc-97be-41b7-8703-f311f143f76b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230103T110603Z&X-Amz-Expires=300&X-Amz-Signature=6061027adbe54017a9f2590521629afebebfe09d2db77766b402272f96123255&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=46681501&response-content-disposition=attachment%3B%20filename%3Domi-1.6.8-1.ssl_110.ulinux.x64.deb&response-content-type=application%2Foctet-stream
2023-01-03T11:06:03.4370730Z Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
2023-01-03T11:06:03.4382782Z Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
2023-01-03T11:06:03.6380321Z HTTP request sent, awaiting response... 200 OK
2023-01-03T11:06:03.6382016Z Length: 1861004 (1.8M) [application/octet-stream]
2023-01-03T11:06:03.6382861Z Saving to: ‘omi-1.6.8-1.ssl_110.ulinux.x64.deb’
2023-01-03T11:06:03.6386274Z 
2023-01-03T11:06:03.6400848Z      0K .......... .......... .......... .......... ..........  2% 24.1M 0s
2023-01-03T11:06:03.6413985Z     50K .......... .......... .......... .......... ..........  5% 41.9M 0s
2023-01-03T11:06:03.6430548Z    100K .......... .......... .......... .......... ..........  8% 38.9M 0s
2023-01-03T11:06:03.6431449Z    150K .......... .......... .......... .......... .......... 11%  155M 0s
2023-01-03T11:06:03.6432000Z    200K .......... .......... .......... .......... .......... 13%  196M 0s
2023-01-03T11:06:03.6437673Z    250K .......... .......... .......... .......... .......... 16% 84.5M 0s
2023-01-03T11:06:03.6441700Z    300K .......... .......... .......... .......... .......... 19%  108M 0s
2023-01-03T11:06:03.6444176Z    350K .......... .......... .......... .......... .......... 22%  139M 0s
2023-01-03T11:06:03.6446277Z    400K .......... .......... .......... .......... .......... 24%  174M 0s
2023-01-03T11:06:03.6448557Z    450K .......... .......... .......... .......... .......... 27%  214M 0s
2023-01-03T11:06:03.6451402Z    500K .......... .......... .......... .......... .......... 30%  243M 0s
2023-01-03T11:06:03.6459769Z    550K .......... .......... .......... .......... .......... 33% 72.0M 0s
2023-01-03T11:06:03.6464387Z    600K .......... .......... .......... .......... .......... 35% 81.7M 0s
2023-01-03T11:06:03.6466955Z    650K .......... .......... .......... .......... .......... 38%  148M 0s
2023-01-03T11:06:03.6471118Z    700K .......... .......... .......... .......... .......... 41%  173M 0s
2023-01-03T11:06:03.6477000Z    750K .......... .......... .......... .......... .......... 44% 85.5M 0s
2023-01-03T11:06:03.6482488Z    800K .......... .......... .......... .......... .......... 46% 90.7M 0s
2023-01-03T11:06:03.6487739Z    850K .......... .......... .......... .......... .......... 49% 89.1M 0s
2023-01-03T11:06:03.6493732Z    900K .......... .......... .......... .......... .......... 52% 94.6M 0s
2023-01-03T11:06:03.6497874Z    950K .......... .......... .......... .......... .......... 55%  104M 0s
2023-01-03T11:06:03.6502622Z   1000K .......... .......... .......... .......... .......... 57%  205M 0s
2023-01-03T11:06:03.6503295Z   1050K .......... .......... .......... .......... .......... 60%  255M 0s
2023-01-03T11:06:03.6509451Z   1100K .......... .......... .......... .......... .......... 63%  251M 0s
2023-01-03T11:06:03.6509869Z   1150K .......... .......... .......... .......... .......... 66%  257M 0s
2023-01-03T11:06:03.6510518Z   1200K .......... .......... .......... .......... .......... 68%  239M 0s
2023-01-03T11:06:03.6515662Z   1250K .......... .......... .......... .......... .......... 71%  255M 0s
2023-01-03T11:06:03.6516106Z   1300K .......... .......... .......... .......... .......... 74%  215M 0s
2023-01-03T11:06:03.6516501Z   1350K .......... .......... .......... .......... .......... 77%  240M 0s
2023-01-03T11:06:03.6521926Z   1400K .......... .......... .......... .......... .......... 79%  252M 0s
2023-01-03T11:06:03.6522342Z   1450K .......... .......... .......... .......... .......... 82%  262M 0s
2023-01-03T11:06:03.6522750Z   1500K .......... .......... .......... .......... .......... 85%  228M 0s
2023-01-03T11:06:03.6527659Z   1550K .......... .......... .......... .......... .......... 88%  226M 0s
2023-01-03T11:06:03.6528101Z   1600K .......... .......... .......... .......... .......... 90%  236M 0s
2023-01-03T11:06:03.6528510Z   1650K .......... .......... .......... .......... .......... 93%  257M 0s
2023-01-03T11:06:03.6533621Z   1700K .......... .......... .......... .......... .......... 96%  236M 0s
2023-01-03T11:06:03.6534042Z   1750K .......... .......... .......... .......... .......... 99%  225M 0s
2023-01-03T11:06:03.6534422Z   1800K .......... .......                                    100%  284M=0.01s
2023-01-03T11:06:03.6534582Z 
2023-01-03T11:06:03.6535140Z 2023-01-03 11:06:03 (119 MB/s) - ‘omi-1.6.8-1.ssl_110.ulinux.x64.deb’ saved [1861004/1861004]
2023-01-03T11:06:03.6535402Z 
2023-01-03T11:06:03.6573017Z --2023-01-03 11:06:03--  https://github.com/microsoft/PowerShell-DSC-for-Linux/releases/download/v1.2.1-0/dsc-1.2.1-0.ssl_100.x64.deb
2023-01-03T11:06:03.6628064Z Resolving github.com (github.com)... 192.30.255.113
2023-01-03T11:06:03.6815636Z Connecting to github.com (github.com)|192.30.255.113|:443... connected.
2023-01-03T11:06:03.9171020Z HTTP request sent, awaiting response... 302 Found
2023-01-03T11:06:03.9173769Z Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/19926695/3fdca380-ca9e-11eb-86d8-36497ecab3ec?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230103T110603Z&X-Amz-Expires=300&X-Amz-Signature=e65ce50d6648228d2d8e49a4e91d8091753d88ac7820dd1fbaf7851c84737067&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19926695&response-content-disposition=attachment%3B%20filename%3Ddsc-1.2.1-0.ssl_100.x64.deb&response-content-type=application%2Foctet-stream [following]
2023-01-03T11:06:03.9177380Z --2023-01-03 11:06:03--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/19926695/3fdca380-ca9e-11eb-86d8-36497ecab3ec?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230103T110603Z&X-Amz-Expires=300&X-Amz-Signature=e65ce50d6648228d2d8e49a4e91d8091753d88ac7820dd1fbaf7851c84737067&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19926695&response-content-disposition=attachment%3B%20filename%3Ddsc-1.2.1-0.ssl_100.x64.deb&response-content-type=application%2Foctet-stream
2023-01-03T11:06:03.9199919Z Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...
2023-01-03T11:06:03.9213013Z Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
2023-01-03T11:06:04.3254106Z HTTP request sent, awaiting response... 200 OK
2023-01-03T11:06:04.3254897Z Length: 4736254 (4.5M) [application/octet-stream]
2023-01-03T11:06:04.3259823Z Saving to: ‘dsc-1.2.1-0.ssl_100.x64.deb’
2023-01-03T11:06:04.3260049Z 
2023-01-03T11:06:04.4594289Z      0K .......... .......... .......... .......... ..........  1%  375K 12s
2023-01-03T11:06:04.5267373Z     50K .......... .......... .......... .......... ..........  2%  746K 9s
2023-01-03T11:06:04.5267906Z    100K .......... .......... .......... .......... ..........  3%  123M 6s
2023-01-03T11:06:04.5973986Z    150K .......... .......... .......... .......... ..........  4%  710K 6s
2023-01-03T11:06:04.5976080Z    200K .......... .......... .......... .......... ..........  5%  169M 5s
2023-01-03T11:06:04.6647233Z    250K .......... .......... .......... .......... ..........  6%  747K 5s
2023-01-03T11:06:04.6648404Z    300K .......... .......... .......... .......... ..........  7%  175M 4s
2023-01-03T11:06:04.6654153Z    350K .......... .......... .......... .......... ..........  8% 74.5M 4s
2023-01-03T11:06:04.7333889Z    400K .......... .......... .......... .......... ..........  9%  748K 4s
2023-01-03T11:06:04.7334458Z    450K .......... .......... .......... .......... .......... 10%  118M 3s
2023-01-03T11:06:04.7334904Z    500K .......... .......... .......... .......... .......... 11%  205M 3s
2023-01-03T11:06:04.7335343Z    550K .......... .......... .......... .......... .......... 12%  196M 3s
2023-01-03T11:06:04.7335762Z    600K .......... .......... .......... .......... .......... 14%  216M 2s
2023-01-03T11:06:04.7992337Z    650K .......... .......... .......... .......... .......... 15%  760K 3s
2023-01-03T11:06:04.7999572Z    700K .......... .......... .......... .......... .......... 16% 60.3M 2s
2023-01-03T11:06:04.8011330Z    750K .......... .......... .......... .......... .......... 17%  126M 2s
2023-01-03T11:06:04.8011814Z    800K .......... .......... .......... .......... .......... 18%  153M 2s
2023-01-03T11:06:04.8012258Z    850K .......... .......... .......... .......... .......... 19%  203M 2s
2023-01-03T11:06:04.8012676Z    900K .......... .......... .......... .......... .......... 20%  239M 2s
2023-01-03T11:06:04.8663044Z    950K .......... .......... .......... .......... .......... 21%  768K 2s
2023-01-03T11:06:04.8671374Z   1000K .......... .......... .......... .......... .......... 22% 57.5M 2s
2023-01-03T11:06:04.8675595Z   1050K .......... .......... .......... .......... .......... 23% 87.8M 2s
2023-01-03T11:06:04.8691619Z   1100K .......... .......... .......... .......... .......... 24%  153M 2s
2023-01-03T11:06:04.8692113Z   1150K .......... .......... .......... .......... .......... 25%  135M 2s
2023-01-03T11:06:04.8692536Z   1200K .......... .......... .......... .......... .......... 27%  203M 1s
2023-01-03T11:06:04.8692974Z   1250K .......... .......... .......... .......... .......... 28%  212M 1s
2023-01-03T11:06:04.8693502Z   1300K .......... .......... .......... .......... .......... 29%  221M 1s
2023-01-03T11:06:04.8693908Z   1350K .......... .......... .......... .......... .......... 30%  218M 1s
2023-01-03T11:06:04.9353062Z   1400K .......... .......... .......... .......... .......... 31%  761K 1s
2023-01-03T11:06:04.9353780Z   1450K .......... .......... .......... .......... .......... 32%  166M 1s
2023-01-03T11:06:04.9373901Z   1500K .......... .......... .......... .......... .......... 33% 75.7M 1s
2023-01-03T11:06:04.9374367Z   1550K .......... .......... .......... .......... .......... 34%  197M 1s
2023-01-03T11:06:04.9374780Z   1600K .......... .......... .......... .......... .......... 35%  190M 1s
2023-01-03T11:06:04.9375320Z   1650K .......... .......... .......... .......... .......... 36%  166M 1s
2023-01-03T11:06:04.9375743Z   1700K .......... .......... .......... .......... .......... 37%  217M 1s
2023-01-03T11:06:04.9376176Z   1750K .......... .......... .......... .......... .......... 38%  175M 1s
2023-01-03T11:06:04.9378749Z   1800K .......... .......... .......... .......... .......... 39%  223M 1s
2023-01-03T11:06:04.9379189Z   1850K .......... .......... .......... .......... .......... 41%  133M 1s
2023-01-03T11:06:04.9381754Z   1900K .......... .......... .......... .......... .......... 42%  200M 1s
2023-01-03T11:06:04.9384166Z   1950K .......... .......... .......... .......... .......... 43%  147M 1s
2023-01-03T11:06:04.9637910Z   2000K .......... .......... .......... .......... .......... 44% 1.92M 1s
2023-01-03T11:06:05.0015835Z   2050K .......... .......... .......... .......... .......... 45% 1.33M 1s
2023-01-03T11:06:05.0016710Z   2100K .......... .......... .......... .......... .......... 46%  165M 1s
2023-01-03T11:06:05.0017113Z   2150K .......... .......... .......... .......... .......... 47%  193M 1s
2023-01-03T11:06:05.0017524Z   2200K .......... .......... .......... .......... .......... 48%  215M 1s
2023-01-03T11:06:05.0017922Z   2250K .......... .......... .......... .......... .......... 49%  213M 1s
2023-01-03T11:06:05.0045101Z   2300K .......... .......... .......... .......... .......... 50%  127M 1s
2023-01-03T11:06:05.0045570Z   2350K .......... .......... .......... .......... .......... 51% 99.5M 1s
2023-01-03T11:06:05.0046014Z   2400K .......... .......... .......... .......... .......... 52%  216M 1s
2023-01-03T11:06:05.0046450Z   2450K .......... .......... .......... .......... .......... 54%  210M 1s
2023-01-03T11:06:05.0046886Z   2500K .......... .......... .......... .......... .......... 55%  195M 1s
2023-01-03T11:06:05.0047306Z   2550K .......... .......... .......... .......... .......... 56%  224M 1s
2023-01-03T11:06:05.0047849Z   2600K .......... .......... .......... .......... .......... 57%  208M 1s
2023-01-03T11:06:05.0048241Z   2650K .......... .......... .......... .......... .......... 58%  242M 0s
2023-01-03T11:06:05.0048649Z   2700K .......... .......... .......... .......... .......... 59%  240M 0s
2023-01-03T11:06:05.0049038Z   2750K .......... .......... .......... .......... .......... 60%  199M 0s
2023-01-03T11:06:05.0049444Z   2800K .......... .......... .......... .......... .......... 61%  241M 0s
2023-01-03T11:06:05.0049836Z   2850K .......... .......... .......... .......... .......... 62%  250M 0s
2023-01-03T11:06:05.0152037Z   2900K .......... .......... .......... .......... .......... 63% 4.80M 0s
2023-01-03T11:06:05.0152704Z   2950K .......... .......... .......... .......... .......... 64% 97.7M 0s
2023-01-03T11:06:05.0703131Z   3000K .......... .......... .......... .......... .......... 65%  946K 0s
2023-01-03T11:06:05.0703661Z   3050K .......... .......... .......... .......... .......... 67%  163M 0s
2023-01-03T11:06:05.0704092Z   3100K .......... .......... .......... .......... .......... 68%  188M 0s
2023-01-03T11:06:05.0704487Z   3150K .......... .......... .......... .......... .......... 69%  180M 0s
2023-01-03T11:06:05.0705029Z   3200K .......... .......... .......... .......... .......... 70%  219M 0s
2023-01-03T11:06:05.0705449Z   3250K .......... .......... .......... .......... .......... 71%  189M 0s
2023-01-03T11:06:05.0705882Z   3300K .......... .......... .......... .......... .......... 72%  186M 0s
2023-01-03T11:06:05.0706301Z   3350K .......... .......... .......... .......... .......... 73%  207M 0s
2023-01-03T11:06:05.0706736Z   3400K .......... .......... .......... .......... .......... 74%  232M 0s
2023-01-03T11:06:05.0707163Z   3450K .......... .......... .......... .......... .......... 75%  238M 0s
2023-01-03T11:06:05.0712393Z   3500K .......... .......... .......... .......... .......... 76% 52.0M 0s
2023-01-03T11:06:05.0716818Z   3550K .......... .......... .......... .......... .......... 77% 84.4M 0s
2023-01-03T11:06:05.0722264Z   3600K .......... .......... .......... .......... .......... 78% 97.6M 0s
2023-01-03T11:06:05.0726959Z   3650K .......... .......... .......... .......... .......... 79%  101M 0s
2023-01-03T11:06:05.0731581Z   3700K .......... .......... .......... .......... .......... 81%  105M 0s
2023-01-03T11:06:05.0736985Z   3750K .......... .......... .......... .......... .......... 82% 97.4M 0s
2023-01-03T11:06:05.0741520Z   3800K .......... .......... .......... .......... .......... 83%  102M 0s
2023-01-03T11:06:05.0746148Z   3850K .......... .......... .......... .......... .......... 84%  112M 0s
2023-01-03T11:06:05.0751124Z   3900K .......... .......... .......... .......... .......... 85%  101M 0s
2023-01-03T11:06:05.0755744Z   3950K .......... .......... .......... .......... .......... 86% 98.0M 0s
2023-01-03T11:06:05.0760913Z   4000K .......... .......... .......... .......... .......... 87% 97.9M 0s
2023-01-03T11:06:05.1376672Z   4050K .......... .......... .......... .......... .......... 88%  814K 0s
2023-01-03T11:06:05.1382236Z   4100K .......... .......... .......... .......... .......... 89% 67.0M 0s
2023-01-03T11:06:05.1388185Z   4150K .......... .......... .......... .......... .......... 90% 89.5M 0s
2023-01-03T11:06:05.1393126Z   4200K .......... .......... .......... .......... .......... 91% 90.2M 0s
2023-01-03T11:06:05.1397772Z   4250K .......... .......... .......... .......... .......... 92%  103M 0s
2023-01-03T11:06:05.1402411Z   4300K .......... .......... .......... .......... .......... 94%  104M 0s
2023-01-03T11:06:05.1407273Z   4350K .......... .......... .......... .......... .......... 95%  106M 0s
2023-01-03T11:06:05.1412015Z   4400K .......... .......... .......... .......... .......... 96% 93.7M 0s
2023-01-03T11:06:05.1416373Z   4450K .......... .......... .......... .......... .......... 97%  107M 0s
2023-01-03T11:06:05.1420432Z   4500K .......... .......... .......... .......... .......... 98%  110M 0s
2023-01-03T11:06:05.1424736Z   4550K .......... .......... .......... .......... .......... 99%  105M 0s
2023-01-03T11:06:05.1428016Z   4600K .......... .......... .....                           100% 79.1M=0.8s
2023-01-03T11:06:05.1428253Z 
2023-01-03T11:06:05.1431048Z 2023-01-03 11:06:05 (5.53 MB/s) - ‘dsc-1.2.1-0.ssl_100.x64.deb’ saved [4736254/4736254]
2023-01-03T11:06:05.1431458Z 
2023-01-03T11:06:05.1889755Z Selecting previously unselected package omi.
2023-01-03T11:06:05.3093019Z (Reading database ... 236903 files and directories currently installed.)
2023-01-03T11:06:05.3231730Z Preparing to unpack omi-1.6.8-1.ssl_110.ulinux.x64.deb ...
2023-01-03T11:06:05.3323060Z Preinstall script error: Unrecognized version of SSL on the system: 3.0.2
2023-01-03T11:06:05.3324031Z dpkg: error processing archive omi-1.6.8-1.ssl_110.ulinux.x64.deb (--install):
2023-01-03T11:06:05.3324647Z  new omi package pre-installation script subprocess returned error exit status 2
2023-01-03T11:06:05.3620188Z Selecting previously unselected package dsc.
2023-01-03T11:06:05.3889790Z Preparing to unpack dsc-1.2.1-0.ssl_100.x64.deb ...
2023-01-03T11:06:05.4106772Z Using python3
2023-01-03T11:06:05.4107582Z Cleanning up existing dsc_hosts...
2023-01-03T11:06:05.4119080Z chmod: cannot access '/opt/dsc': No such file or directory
2023-01-03T11:06:05.4220920Z Cleaned up existing dsc_hosts...
2023-01-03T11:06:05.4221656Z Unpacking dsc (1.2.1.0) ...
2023-01-03T11:06:05.5143730Z dpkg: dependency problems prevent configuration of dsc:
2023-01-03T11:06:05.5144648Z  dsc depends on omi (>= 1.0.8.6); however:
2023-01-03T11:06:05.5145169Z   Package omi is not installed.
2023-01-03T11:06:05.5145477Z 
2023-01-03T11:06:05.5146174Z dpkg: error processing package dsc (--install):
2023-01-03T11:06:05.5146860Z  dependency problems - leaving unconfigured
2023-01-03T11:06:05.5351286Z Errors were encountered while processing:
2023-01-03T11:06:05.5352277Z  omi-1.6.8-1.ssl_110.ulinux.x64.deb
2023-01-03T11:06:05.5353017Z  dsc
2023-01-03T11:06:05.5473330Z mv: cannot stat '/etc/opt/omi/conf/dsc/configuration/baseregistration': No such file or directory
2023-01-03T11:06:05.5560202Z mv: cannot stat '/etc/opt/omi/conf/dsc/configuration/BaseRegistration/baseresource.schema.mof': No such file or directory
2023-01-03T11:06:05.5647401Z ##[error]Bash exited with code '1'.
2023-01-03T11:06:05.5708037Z ##[section]Finishing: Install DSC for Linux
@johlju johlju added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. blocking release The issue or pull request is blocking the next release. Higher priority than label 'High priority'. labels Jan 3, 2023
@johlju
Copy link
Member Author

johlju commented Jan 3, 2023

This is an issue with Ubuntu 22.04 (which ubuntu-latest uses). The PR #128 switched the build worker to ubuntu 20.04 which work, but that is just a temporary workaround. If there is no easy solution to this then we have to skip running integration tests on Linux until there is a solution.

@johlju johlju changed the title Test pipelien fails on Linux due to wrong OpenSSL version when installing OMI Test pipeline fails on Linux due to wrong OpenSSL version when installing OMI Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking release The issue or pull request is blocking the next release. Higher priority than label 'High priority'. bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

1 participant