Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/ocaml-jane-street-headers
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/ocaml-jane-street-headers/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://aur.archlinux.org/ocaml-jane-street-headers.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/ocaml-jane-street-headers.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://aur.archlinux.org/ocaml-jane-street-headers.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 7252a4ae1f5927f231ef768dc794e7da03a437f4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7252a4ae1f5927f231ef768dc794e7da03a437f4 # timeout=10
Commit message: "Sync pkgbuilds repo with AUR"
 > git rev-list --no-walk 39e136b649d80c3b85955e389944cbd05ea49a7b # timeout=10
[ocaml-jane-street-headers] $ /bin/sh -xe /tmp/jenkins5973228951682611961.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst.sig
removed 'ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst'
removed 'ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg ocaml-jane-street-headers
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0001]...done
==> Making package: ocaml-jane-street-headers 0.16.0-1 (Sat Feb 3 17:16:02 2024)
==> Retrieving sources...
-> Downloading ocaml-jane-street-headers-0.16.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4905 0 4905 0 0 13164 0 --:--:-- --:--:-- --:--:-- 13164
==> Validating source files with sha512sums...
ocaml-jane-street-headers-0.16.0.tar.gz ... Passed
==> Making package: ocaml-jane-street-headers 0.16.0-1 (Sat Feb 3 17:16:08 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) ocaml-5.1.0-1
Total Installed Size: 140.93 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml...
Optional dependencies for ocaml
ncurses: advanced ncurses features [installed]
tk: advanced tk features
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) dune-3.11.1-1
Total Installed Size: 34.72 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing dune...
Optional dependencies for dune
ocaml: Dune standard library [installed]
==> Retrieving sources...
-> Found ocaml-jane-street-headers-0.16.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting ocaml-jane-street-headers-0.16.0.tar.gz with bsdtar
==> Starting build()...
Shared cache: disabled
Workspace root:
/build/ocaml-jane-street-headers/src/jane-street-headers-0.16.0
Auto-detected concurrency: 8
Dune context:
{ name = "default"
; kind = "default"
; profile = Release
; merlin = true
; for_host = None
; fdo_target_exe = None
; build_dir = In_build_dir "default"
; ocaml_bin = External "/usr/bin"
; ocaml = Ok External "/usr/bin/ocaml"
; ocamlc = External "/usr/bin/ocamlc.opt"
; ocamlopt = Ok External "/usr/bin/ocamlopt.opt"
; ocamldep = Ok External "/usr/bin/ocamldep.opt"
; ocamlmklib = Ok External "/usr/bin/ocamlmklib"
; installed_env =
map
{ "INSIDE_DUNE" :
"/build/ocaml-jane-street-headers/src/jane-street-headers-0.16.0/_build/default"
}
; findlib_paths = [ External "/usr/lib/ocaml"; External "/usr/lib/ocaml" ]
; ocaml_config =
{ version = "5.1.0"
; standard_library_default = "/usr/lib/ocaml"
; standard_library = "/usr/lib/ocaml"
; standard_runtime = "the_standard_runtime_variable_was_deleted"
; ccomp_type = "cc"
; c_compiler = "gcc"
; ocamlc_cflags =
[ "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
]
; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; ocamlopt_cflags =
[ "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
]
; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; bytecomp_c_compiler =
[ "gcc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
; "-D_FILE_OFFSET_BITS=64"
]
; bytecomp_c_libraries = [ "-lzstd"; "-lm"; "-lpthread" ]
; native_c_compiler =
[ "gcc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
; "-D_FILE_OFFSET_BITS=64"
]
; native_c_libraries = [ "-lzstd"; "-lm"; "-lpthread" ]
; native_pack_linker = [ "ld"; "-r"; "-o" ]
; cc_profile = []
; architecture = "amd64"
; model = "default"
; int_size = 63
; word_size = 64
; system = "linux"
; asm = [ "as" ]
; asm_cfi_supported = true
; with_frame_pointers = true
; ext_exe = ""
; ext_obj = ".o"
; ext_asm = ".s"
; ext_lib = ".a"
; ext_dll = ".so"
; os_type = "Unix"
; default_executable_name = "a.out"
; systhread_supported = true
; host = "x86_64-pc-linux-gnu"
; target = "x86_64-pc-linux-gnu"
; profiling = false
; flambda = false
; spacetime = false
; safe_string = true
; exec_magic_number = "Caml1999X033"
; cmi_magic_number = "Caml1999I033"
; cmo_magic_number = "Caml1999O033"
; cma_magic_number = "Caml1999A033"
; cmx_magic_number = "Caml1999Y033"
; cmxa_magic_number = "Caml1999Z033"
; ast_impl_magic_number = "Caml1999M033"
; ast_intf_magic_number = "Caml1999N033"
; cmxs_magic_number = "Caml1999D033"
; cmt_magic_number = "Caml1999T033"
; natdynlink_supported = true
; supports_shared_libraries = true
; windows_unicode = false
}
; instrument_with = []
}
Actual targets:
- recursive alias @install
Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I include/.jane_street_headers.objs/byte -no-alias-deps -o include/.jane_street_headers.objs/byte/jane_street_headers.cmo -c -impl include/jane_street_headers.ml-gen)
Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I include/.jane_street_headers.objs/byte -I include/.jane_street_headers.objs/native -intf-suffix .ml-gen -no-alias-deps -o include/.jane_street_headers.objs/native/jane_street_headers.cmx -c -impl include/jane_street_headers.ml-gen)
Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o include/jane_street_headers.cma include/.jane_street_headers.objs/byte/jane_street_headers.cmo)
Running[4]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o include/jane_street_headers.cmxa include/.jane_street_headers.objs/native/jane_street_headers.cmx)
Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I include -o include/jane_street_headers.cmxs include/jane_street_headers.cmxa)
Promoting "_build/default/jane-street-headers.install" to
"jane-street-headers.install"
==> Entering fakeroot environment...
==> Starting package()...
Shared cache: disabled
Workspace root:
/build/ocaml-jane-street-headers/src/jane-street-headers-0.16.0
Auto-detected concurrency: 8
Dune context:
{ name = "default"
; kind = "default"
; profile = Release
; merlin = true
; for_host = None
; fdo_target_exe = None
; build_dir = In_build_dir "default"
; ocaml_bin = External "/usr/bin"
; ocaml = Ok External "/usr/bin/ocaml"
; ocamlc = External "/usr/bin/ocamlc.opt"
; ocamlopt = Ok External "/usr/bin/ocamlopt.opt"
; ocamldep = Ok External "/usr/bin/ocamldep.opt"
; ocamlmklib = Ok External "/usr/bin/ocamlmklib"
; installed_env =
map
{ "INSIDE_DUNE" :
"/build/ocaml-jane-street-headers/src/jane-street-headers-0.16.0/_build/default"
}
; findlib_paths = [ External "/usr/lib/ocaml"; External "/usr/lib/ocaml" ]
; ocaml_config =
{ version = "5.1.0"
; standard_library_default = "/usr/lib/ocaml"
; standard_library = "/usr/lib/ocaml"
; standard_runtime = "the_standard_runtime_variable_was_deleted"
; ccomp_type = "cc"
; c_compiler = "gcc"
; ocamlc_cflags =
[ "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
]
; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; ocamlopt_cflags =
[ "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
]
; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; bytecomp_c_compiler =
[ "gcc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
; "-D_FILE_OFFSET_BITS=64"
]
; bytecomp_c_libraries = [ "-lzstd"; "-lm"; "-lpthread" ]
; native_c_compiler =
[ "gcc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-g"
; "-fno-omit-frame-pointer"
; "-fPIC"
; "-march=x86-64"
; "-mtune=generic"
; "-O2"
; "-pipe"
; "-fno-plt"
; "-fexceptions"
; "-Wp,-D_FORTIFY_SOURCE=2"
; "-Wformat"
; "-Werror=format-security"
; "-fstack-clash-protection"
; "-fcf-protection"
; "-g"
; "-ffile-prefix-map=/build/ocaml/src=/usr/src/debug/ocaml"
; "-flto=auto"
; "-ffat-lto-objects"
; "-D_FILE_OFFSET_BITS=64"
]
; native_c_libraries = [ "-lzstd"; "-lm"; "-lpthread" ]
; native_pack_linker = [ "ld"; "-r"; "-o" ]
; cc_profile = []
; architecture = "amd64"
; model = "default"
; int_size = 63
; word_size = 64
; system = "linux"
; asm = [ "as" ]
; asm_cfi_supported = true
; with_frame_pointers = true
; ext_exe = ""
; ext_obj = ".o"
; ext_asm = ".s"
; ext_lib = ".a"
; ext_dll = ".so"
; os_type = "Unix"
; default_executable_name = "a.out"
; systhread_supported = true
; host = "x86_64-pc-linux-gnu"
; target = "x86_64-pc-linux-gnu"
; profiling = false
; flambda = false
; spacetime = false
; safe_string = true
; exec_magic_number = "Caml1999X033"
; cmi_magic_number = "Caml1999I033"
; cmo_magic_number = "Caml1999O033"
; cma_magic_number = "Caml1999A033"
; cmx_magic_number = "Caml1999Y033"
; cmxa_magic_number = "Caml1999Z033"
; ast_impl_magic_number = "Caml1999M033"
; ast_intf_magic_number = "Caml1999N033"
; cmxs_magic_number = "Caml1999D033"
; cmt_magic_number = "Caml1999T033"
; natdynlink_supported = true
; supports_shared_libraries = true
; windows_unicode = false
}
; instrument_with = []
}
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/META
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/core_params.h
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/dune-package
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_common.h
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.a
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cma
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cmi
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cmt
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cmx
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cmxa
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.ml
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/ocaml_utils.h
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/ocaml_utils_macros.h
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/opam
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/unix_utils.h
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/lib/ocaml/jane-street-headers/jane_street_headers.cmxs
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/share/doc/jane-street-headers/LICENSE.md
Installing /build/ocaml-jane-street-headers/pkg/ocaml-jane-street-headers/usr/share/doc/jane-street-headers/README.org
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ocaml-jane-street-headers"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-jane-street-headers 0.16.0-1 (Sat Feb 3 17:16:16 2024)
'ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst'
'ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Sat 03 Feb 2024 02:35:24 PM CET
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Sat 03 Feb 2024 02:35:25 PM CET
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'ocaml-jane-street-headers-0.16.0-1-x86_64.pkg.tar.zst'
==> WARNING: An entry for 'ocaml-jane-street-headers-0.16.0-1' already existed
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'ocaml-jane-street-headers-0.16.0-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision 7252a4a (current) to 39e136b (previous) published successfully!
Finished: SUCCESS