[neon-notifications] Build failed in Jenkins: mgmt_digital-ocean #1943
Neon CI
noreply at kde.org
Mon May 9 21:44:26 BST 2022
See <https://build.neon.kde.org/job/mgmt_digital-ocean/1943/display/redirect>
Changes:
------------------------------------------
[...truncated 290.49 KB...]
from xml_document.c:1:
/usr/include/x86_64-linux-gnu/ruby-3.0.0/ruby/config.h:159: note: this is the
location of the previous definition
159 | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
|
xml_document.c: In function ‘dealloc’:
xml_document.c:46:25: warning: passing argument 2 of ‘rb_st_foreach’ from
incompatible pointer type [-Wincompatible-pointer-types]
46 | st_foreach(node_hash, dealloc_node_i, (st_data_t)doc);
| ^~~~~~~~~~~~~~
| |
| int (*)(xmlNode *, xmlNode *, xmlDoc *) {aka int
(*)(struct _xmlNode *, struct _xmlNode *, struct _xmlDoc *)}
In file included from
/usr/include/ruby-3.0.0/ruby/internal/arithmetic/st_data_t.h:31,
from /usr/include/ruby-3.0.0/ruby/internal/arithmetic.h:36,
from /usr/include/ruby-3.0.0/ruby/ruby.h:25,
from /usr/include/ruby-3.0.0/ruby.h:38,
from ./nokogiri.h:33,
from ./xml_document.h:4,
from xml_document.c:1:
/usr/include/ruby-3.0.0/ruby/st.h:141:31: note: expected ‘int (*)(st_data_t,
st_data_t, st_data_t)’ {aka ‘int (*)(long unsigned int, long unsigned int,
long unsigned int)’} but argument is of type ‘int (*)(xmlNode *, xmlNode *,
xmlDoc *)’ {aka ‘int (*)(struct _xmlNode *, struct _xmlNode *, struct _xmlDoc
*)’}
141 | int rb_st_foreach(st_table *, st_foreach_callback_func *, st_data_t);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
xml_document.c: In function ‘set_encoding’:
xml_document.c:182:12: warning: cast discards ‘const’ qualifier from pointer
target type [-Wcast-qual]
182 | free((char *) doc->encoding); /* this may produce a gcc cast
warning */
| ^
In file included from /usr/include/ruby-3.0.0/ruby/ruby.h:44,
from /usr/include/ruby-3.0.0/ruby.h:38,
from ./nokogiri.h:33,
from ./xml_document.h:4,
from xml_document.c:1:
xml_document.c: In function ‘duplicate_document’:
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:247:62: warning: cast discards
‘const’ qualifier from pointer target type [-Wcast-qual]
247 | (rb_scan_args_verify(fmt, varc), vars), (char
*)fmt, varc)
| ^
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:365:9: note: in expansion of
macro ‘rb_scan_args0’
365 | rb_scan_args0( \
| ^~~~~~~~~~~~~
xml_document.c:327:6: note: in expansion of macro ‘rb_scan_args’
327 | if(rb_scan_args(argc, argv, "01", &level) == 0)
| ^~~~~~~~~~~~
xml_document.c: In function ‘new’:
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:247:62: warning: cast discards
‘const’ qualifier from pointer target type [-Wcast-qual]
247 | (rb_scan_args_verify(fmt, varc), vars), (char
*)fmt, varc)
| ^
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:365:9: note: in expansion of
macro ‘rb_scan_args0’
365 | rb_scan_args0( \
| ^~~~~~~~~~~~~
xml_document.c:354:3: note: in expansion of macro ‘rb_scan_args’
354 | rb_scan_args(argc, argv, "0*", &rest);
| ^~~~~~~~~~~~
xml_document.c: In function ‘create_entity’:
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:247:62: warning: cast discards
‘const’ qualifier from pointer target type [-Wcast-qual]
247 | (rb_scan_args_verify(fmt, varc), vars), (char
*)fmt, varc)
| ^
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:365:9: note: in expansion of
macro ‘rb_scan_args0’
365 | rb_scan_args0( \
| ^~~~~~~~~~~~~
xml_document.c:433:3: note: in expansion of macro ‘rb_scan_args’
433 | rb_scan_args(argc, argv, "14", &name, &type, &external_id, &system_id,
| ^~~~~~~~~~~~
xml_document.c: At top level:
xml_document.c:492:14: error: conflicting types for ‘canonicalize’; have
‘VALUE(int, VALUE *, VALUE)’ {aka ‘long unsigned int(int, long unsigned int *,
long unsigned int)’}
492 | static VALUE canonicalize(int argc, VALUE* argv, VALUE self)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:486,
from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from ./nokogiri.h:4,
from ./xml_document.h:4,
from xml_document.c:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:370:1: note: previous declaration
of ‘canonicalize’ with type ‘int(double *, const double *)’
370 | __MATHDECL_1 (int, canonicalize,, (_Mdouble_ *__cx, const _Mdouble_
*__x));
| ^~~~~~~~~~~~
In file included from /usr/include/ruby-3.0.0/ruby/ruby.h:44,
from /usr/include/ruby-3.0.0/ruby.h:38,
from ./nokogiri.h:33,
from ./xml_document.h:4,
from xml_document.c:1:
xml_document.c: In function ‘canonicalize’:
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:247:62: warning: cast discards
‘const’ qualifier from pointer target type [-Wcast-qual]
247 | (rb_scan_args_verify(fmt, varc), vars), (char
*)fmt, varc)
| ^
/usr/include/ruby-3.0.0/ruby/internal/scan_args.h:365:9: note: in expansion of
macro ‘rb_scan_args0’
365 | rb_scan_args0( \
| ^~~~~~~~~~~~~
xml_document.c:508:3: note: in expansion of macro ‘rb_scan_args’
508 | rb_scan_args(argc, argv, "03", &mode, &incl_ns, &with_comments);
| ^~~~~~~~~~~~
xml_document.c:535:15: warning: cast discards ‘const’ qualifier from pointer
target type [-Wcast-qual]
535 | ns[i] = (xmlChar*) ptr;
| ^
make: *** [Makefile:245: xml_document.o] Error 1
make failed, exit code 2
Gem files will remain installed in /var/lib/gems/3.0.0/gems/nokogiri-1.6.8.1 for
inspection.
Results logged to
/var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/nokogiri-1.6.8.1/gem_make.out
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:95:in `run'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:44:in `block in make'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:36:in `each'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:36:in `make'
/usr/lib/ruby/vendor_ruby/rubygems/ext/ext_conf_builder.rb:63:in `block in
build'
/usr/lib/ruby/3.0.0/tempfile.rb:317:in `open'
/usr/lib/ruby/vendor_ruby/rubygems/ext/ext_conf_builder.rb:26:in `build'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:161:in `build_extension'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:195:in `block in
build_extensions'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:192:in `each'
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:192:in `build_extensions'
/usr/lib/ruby/vendor_ruby/rubygems/installer.rb:847:in `build_extensions'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/rubygems_gem_installer.rb:71:in
`build_extensions'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/rubygems_gem_installer.rb:28:in
`install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/source/rubygems.rb:204:in
`install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/gem_installer.rb:54:in
`install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/gem_installer.rb:16:in
`install_from_spec'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/parallel_installer.rb:186:in
`do_install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/parallel_installer.rb:171:in
`install_serially'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/parallel_installer.rb:97:in
`call'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer/parallel_installer.rb:71:in
`call'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer.rb:259:in
`install_in_parallel'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer.rb:209:in
`install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer.rb:89:in `block
in run'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/process_lock.rb:12:in
`block in lock'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/process_lock.rb:9:in
`open'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/process_lock.rb:9:in
`lock'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer.rb:71:in `run'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/installer.rb:23:in
`install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/cli/install.rb:62:in `run'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/cli.rb:255:in `block in
install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/settings.rb:131:in
`temporary'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/cli.rb:254:in `install'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
`run'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
`invoke_command'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/vendor/thor/lib/thor.rb:392:in
`dispatch'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/cli.rb:31:in `dispatch'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/vendor/thor/lib/thor/base.rb:485:in
`start'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/cli.rb:25:in `start'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/exe/bundle:48:in `block in <top
(required)>'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/lib/bundler/friendly_errors.rb:103:in
`with_friendly_errors'
/var/lib/gems/3.0.0/gems/bundler-2.3.11/exe/bundle:36:in `<top (required)>'
/usr/local/bin/bundle:25:in `load'
/usr/local/bin/bundle:25:in `<main>'
An error occurred while installing nokogiri (1.6.8.1), and Bundler cannot
continue.
In Gemfile:
equivalent-xml was resolved to 0.6.0, which depends on
nokogiri
{ubuntu-jammy} rake aborted!
Command failed (pid 1191 exit 5) ["bundle", "install", "--jobs=1", "--system"]
/tooling-pending/lib/rake/bundle.rb:42:in `bundle'
/tooling-pending/deploy_in_container.rake:156:in `bundle_install'
/tooling-pending/deploy_in_container.rake:326:in `block (2 levels) in <top (required)>'
/tooling-pending/deploy_in_container.rake:281:in `chdir'
/tooling-pending/deploy_in_container.rake:281:in `block in <top (required)>'
/var/lib/gems/3.0.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
Tasks: TOP => deploy_in_container
(See full trace by running task with --trace)
{ubuntu-jammy} cp /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/ffi-1.15.5/mkmf.log /tooling-pending/jammy_/ffi-1.15.5
cp /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/json-2.6.1/mkmf.log /tooling-pending/jammy_/json-2.6.1
cp /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/nokogiri-1.6.8.1/mkmf.log /tooling-pending/jammy_/nokogiri-1.6.8.1
cp /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/racc-1.6.0/mkmf.log /tooling-pending/jammy_/racc-1.6.0
cp /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/rugged-1.4.3/mkmf.log /tooling-pending/jammy_/rugged-1.4.3
chown -Rf 100000:120 /tooling-pending
[0;0mD, [2022-05-09T20:44:21.256843 #4604] DEBUG -- : #<Docker::Event:0x0000559476774240 @Type="container", @Action="die", @Actor=#<Docker::Event::Actor:0x0000559476776068 @ID="5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", @Attributes={"exitCode"=>"1", "image"=>"pangea/ubuntu:jammy", "name"=>"admiring_northcutt"}>, @time=1652129061, @timeNano=1652129061256587539, @status="die", @from="pangea/ubuntu:jammy">
[0;0m[0;0mD, [2022-05-09T20:44:21.257401 #4603] DEBUG -- : #<Docker::Event:0x00005594765cc938 @Type="container", @Action="die", @Actor=#<Docker::Event::Actor:0x00005594765cc780 @ID="5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", @Attributes={"exitCode"=>"1", "image"=>"pangea/ubuntu:jammy", "name"=>"admiring_northcutt"}>, @time=1652129061, @timeNano=1652129061256587539, @status="die", @from="pangea/ubuntu:jammy">
[0;0m[0;0mD, [2022-05-09T20:44:21.375659 #4604] DEBUG -- : #<Docker::Event:0x000055947676d940 @Type="network", @Action="disconnect", @Actor=#<Docker::Event::Actor:0x000055947676d648 @ID="596ba4fc7a12761e5066f1ca08226773c168d6e9dc23e000f2ca5278a6d25168", @Attributes={"container"=>"5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", "name"=>"bridge", "type"=>"bridge"}>, @time=1652129061, @timeNano=1652129061375300541, @status=nil, @from=nil>
[0;0m[0;0mD, [2022-05-09T20:44:21.387296 #4603] DEBUG -- : #<Docker::Event:0x00005594766af558 @Type="network", @Action="disconnect", @Actor=#<Docker::Event::Actor:0x00005594766af210 @ID="596ba4fc7a12761e5066f1ca08226773c168d6e9dc23e000f2ca5278a6d25168", @Attributes={"container"=>"5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", "name"=>"bridge", "type"=>"bridge"}>, @time=1652129061, @timeNano=1652129061375300541, @status=nil, @from=nil>
[0;0m[0;0mD, [2022-05-09T20:44:21.600619 #4604] DEBUG -- : #<Docker::Event:0x0000559476766ff0 @Type="volume", @Action="unmount", @Actor=#<Docker::Event::Actor:0x0000559476766e10 @ID="2162f8cf7e137b4aa5bc6b0de22836e816408b4baed072eb6d439c527d8f7da4", @Attributes={"container"=>"5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", "driver"=>"local"}>, @time=1652129061, @timeNano=1652129061600369781, @status=nil, @from=nil>
[0;0m[0;0mD, [2022-05-09T20:44:21.601010 #4603] DEBUG -- : #<Docker::Event:0x0000559476570818 @Type="volume", @Action="unmount", @Actor=#<Docker::Event::Actor:0x0000559476570638 @ID="2162f8cf7e137b4aa5bc6b0de22836e816408b4baed072eb6d439c527d8f7da4", @Attributes={"container"=>"5c8528747dcdbcc134eb7ac363b2d56a01bd59e5ad083643d5fb941ff7caf99e", "driver"=>"local"}>, @time=1652129061, @timeNano=1652129061600369781, @status=nil, @from=nil>
[0;0m{ubuntu-jammy} /tmp/tooling/lib/mgmt/deployer.rb:148:in `deploy_inside_container'{ubuntu-jammy} : {ubuntu-jammy} Bad return {"Error"=>nil, "StatusCode"=>1}{ubuntu-jammy} ({ubuntu-jammy} RuntimeError{ubuntu-jammy} ){ubuntu-jammy}
{ubuntu-jammy} from /tmp/tooling/lib/mgmt/deployer.rb:157:in `run!'
{ubuntu-jammy} from mgmt/docker.rb:54:in `block (2 levels) in <main>'
{ubuntu-jammy} from mgmt/docker.rb:51:in `fork'
{ubuntu-jammy} from mgmt/docker.rb:51:in `block in <main>'
{ubuntu-jammy} from mgmt/docker.rb:46:in `each_index'
{ubuntu-jammy} from mgmt/docker.rb:46:in `<main>'
[1;33mW, [2022-05-09T20:44:23.362880 #4603] WARN -- : Export complete
[0;0m[0;0mD, [2022-05-09T20:44:23.897058 #4603] DEBUG -- : #<Docker::Event:0x000055947674c178 @Type="image", @Action="import", @Actor=#<Docker::Event::Actor:0x000055947672ff50 @ID="sha256:3b86c5c44c692dd364baefebc38156f8ea15ed3a8f869fd9e9ef539c3cf5c882", @Attributes={"name"=>"sha256:3b86c5c44c692dd364baefebc38156f8ea15ed3a8f869fd9e9ef539c3cf5c882"}>, @time=1652129063, @timeNano=1652129063896714910, @status="import", @from=nil>
[0;0m[1;33mW, [2022-05-09T20:44:23.898119 #4603] WARN -- : Import complete
[0;0m[0;32mI, [2022-05-09T20:44:23.960105 #4603] INFO -- : Deleting old image of pangea/ubuntu:focal
[0;0m[0;0mD, [2022-05-09T20:44:23.960700 #4603] DEBUG -- : #<Docker::Event:0x00005594766e7480 @Type="container", @Action="destroy", @Actor=#<Docker::Event::Actor:0x00005594766e7160 @ID="7460220be6e95ed84f508250fe815e4f477dd3af521fdbe6258cf731f5261079", @Attributes={"image"=>"pangea/ubuntu:focal", "name"=>"sad_golick"}>, @time=1652129063, @timeNano=1652129063959436986, @status="destroy", @from="pangea/ubuntu:focal">
[0;0m[0;32mI, [2022-05-09T20:44:23.962923 #4603] INFO -- : Docker::Image { :id => sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78, :info => {"RepoTags"=>["pangea/ubuntu:focal"], "RepoDigests"=>[], "Parent"=>"", "Comment"=>"Imported from -", "Created"=>"2022-05-08T20:43:57.37420645Z", "Container"=>"", "ContainerConfig"=>{"Hostname"=>"", "Domainname"=>"", "User"=>"", "AttachStdin"=>false, "AttachStdout"=>false, "AttachStderr"=>false, "Tty"=>false, "OpenStdin"=>false, "StdinOnce"=>false, "Env"=>nil, "Cmd"=>nil, "Image"=>"", "Volumes"=>nil, "WorkingDir"=>"", "Entrypoint"=>nil, "OnBuild"=>nil, "Labels"=>nil}, "DockerVersion"=>"20.10.15", "Author"=>"", "Config"=>{"Hostname"=>"", "Domainname"=>"", "User"=>"", "AttachStdin"=>false, "AttachStdout"=>false, "AttachStderr"=>false, "Tty"=>false, "OpenStdin"=>false, "StdinOnce"=>false, "Env"=>nil, "Cmd"=>nil, "Image"=>"", "Volumes"=>nil, "WorkingDir"=>"", "Entrypoint"=>nil, "OnBuild"=>nil, "Labels"=>nil}, "Architecture"=>"amd64", "Os"=>"linux", "Size"=>1092045570, "VirtualSize"=>1092045570, "GraphDriver"=>{"Data"=>{"MergedDir"=>"/var/lib/docker/100000.120/overlay2/e78d1dc884fda9feaf62efabd67bcda4a6f55ac51d3b71fbc281caa8067d4688/merged", "UpperDir"=>"/var/lib/docker/100000.120/overlay2/e78d1dc884fda9feaf62efabd67bcda4a6f55ac51d3b71fbc281caa8067d4688/diff", "WorkDir"=>"/var/lib/docker/100000.120/overlay2/e78d1dc884fda9feaf62efabd67bcda4a6f55ac51d3b71fbc281caa8067d4688/work"}, "Name"=>"overlay2"}, "RootFS"=>{"Type"=>"layers", "Layers"=>["sha256:81343da772773d428392d46fc971a7f2e5081e4cd052ecee012b6de43d3c8928"]}, "Metadata"=>{"LastTagTime"=>"2022-05-08T20:43:58.39471063Z"}, "id"=>"sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78"}, :connection => Docker::Connection { :url => unix:///, :options => {:socket=>"/var/run/docker.sock", :read_timeout=>7200, :write_timeout=>7200} } }
[0;0m[0;0mD, [2022-05-09T20:44:23.971775 #4603] DEBUG -- : #<Docker::Event:0x000055947664f720 @Type="image", @Action="untag", @Actor=#<Docker::Event::Actor:0x000055947664ec80 @ID="sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78", @Attributes={"name"=>"sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78"}>, @time=1652129063, @timeNano=1652129063971399094, @status="untag", @from=nil>
[0;0m[0;0mD, [2022-05-09T20:44:25.186623 #4603] DEBUG -- : #<Docker::Event:0x000055947664d510 @Type="image", @Action="delete", @Actor=#<Docker::Event::Actor:0x000055947664d2e0 @ID="sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78", @Attributes={"name"=>"sha256:cc6ddc921e90687b503274d82a8e841e2e0de7262665287871109279d30d9f78"}>, @time=1652129065, @timeNano=1652129065186325860, @status="delete", @from=nil>
[0;0m[0;32mI, [2022-05-09T20:44:25.187498 #4603] INFO -- : Tagging Docker::Image { :id => sha256:3b86c5c44c692dd364baefebc38156f8ea15ed3a8f869fd9e9ef539c3cf5c882, :info => {"id"=>"sha256:3b86c5c44c692dd364baefebc38156f8ea15ed3a8f869fd9e9ef539c3cf5c882"}, :connection => Docker::Connection { :url => unix:///, :options => {:socket=>"/var/run/docker.sock", :read_timeout=>7200, :write_timeout=>7200} } }
[0;0m[0;0mD, [2022-05-09T20:44:25.213246 #4603] DEBUG -- : #<Docker::Event:0x0000559476633ca0 @Type="image", @Action="tag", @Actor=#<Docker::Event::Actor:0x0000559476633ae8 @ID="sha256:3b86c5c44c692dd364baefebc38156f8ea15ed3a8f869fd9e9ef539c3cf5c882", @Attributes={"name"=>"pangea/ubuntu:focal"}>, @time=1652129065, @timeNano=1652129065212800594, @status="tag", @from=nil>
[0;0mERROR: Creating container for ubuntu-jammy failed
[1;33mW, [2022-05-09T20:44:25.238522 #22552] WARN -- : deleting droplet
[0;0m:delete
[]
{:id=>299074432}
/home/neon/tooling/mgmt/digital_ocean.rb:100:in `<main>': unhandled exception
Build step 'Execute shell' marked build as failure
More information about the neon-notifications
mailing list