conan-center-index icon indicating copy to clipboard operation
conan-center-index copied to clipboard

libmount: Add 2.40.1 and use Meson

Open jwillikers opened this issue 2 years ago • 20 comments

Specify library name and version: libmount/2.40.1

The util-linux project is switching to Meson. This PR switches version 2.40.1 to use Meson instead of Autotools.

Version 2.39 has the following error when cross-compiling under Meson:

libmount/lib_mount.a.p/src_hook_mount.c.o -MF libmount/lib_mount.a.p/src_hook_mount.c.o.d -o libmount/lib_mount.a.p/src_hook_mount.c.o -c ../src/libmount/src/hook_mount.c
../src/libmount/src/hook_mount.c: In function ‘hook_create_mount’:
../src/libmount/src/hook_mount.c:302:40: error: ‘struct statx’ has no member named ‘stx_mnt_id’; did you mean ‘stx_uid’?
  302 |                 cxt->fs->id = (int) st.stx_mnt_id;
      |                                        ^~~~~~~~~~
      |                                        stx_uid

Version 2.40 doesn't hit this snag, so I'm using Meson support for version 2.40.


jwillikers avatar Oct 10 '23 21:10 jwillikers

Conan v1 pipeline :x:

Failure in build 2 (f1538ce8084b86d5409ca1797243f31feabce1d2):

An unexpected error happened and has been reported. Help is on its way! :horse_racing:


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 2 (f1538ce8084b86d5409ca1797243f31feabce1d2):

An unexpected error happened and has been reported. Help is on its way! :horse_racing:

conan-center-bot avatar Oct 10 '23 21:10 conan-center-bot

Conan v1 pipeline :x:

Failure in build 4 (1fb10504018b80a6215cf8c4624070d02e6699dd):

  • libmount/2.39: CI failed to create some packages (All logs)

    Logs for packageID 6af9cc7cb931c5ad942174fd7838eb655717c709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=9
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [211/379] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [212/379] Linking target blkdiscard
    [213/379] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    [214/379] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    [215/379] Linking target blkpr
    [216/379] Linking target blkzone
    [217/379] Compiling C object ldattach.p/sys-utils_ldattach.c.o
    [218/379] Linking target ldattach
    [219/379] Compiling C object setarch.p/sys-utils_setarch.c.o
    [220/379] Compiling C object rtcwake.p/sys-utils_rtcwake.c.o
    [221/379] Linking target rtcwake
    [222/379] Linking target setarch
    [223/379] Compiling C object swapoff.p/sys-utils_swapoff.c.o
    [224/379] Compiling C object swapoff.p/sys-utils_swapon-common.c.o
    [225/379] Compiling C object swapoff.p/lib_swapprober.c.o
    [226/379] Linking target swapoff
    [227/379] Compiling C object flock.p/lib_monotonic.c.o
    [228/379] Compiling C object flock.p/sys-utils_flock.c.o
    [229/379] Compiling C object chcpu.p/sys-utils_chcpu.c.o
    [230/379] Linking target chcpu
    [231/379] Compiling C object flock.p/lib_timer.c.o
    [232/379] Compiling C object mkfs.p/disk-utils_mkfs.c.o
    [233/379] Linking target flock
    [234/379] Linking target mkfs
    [235/379] Compiling C object isosize.p/disk-utils_isosize.c.o
    [236/379] Linking target isosize
    [237/379] Compiling C object blockdev.p/disk-utils_blockdev.c.o
    [238/379] Linking target blockdev
    [239/379] Compiling C object script.p/lib_monotonic.c.o
    [240/379] Compiling C object script.p/term-utils_script.c.o
    [241/379] Compiling C object script.p/lib_pty-session.c.o
    [242/379] Linking target script
    FAILED: script 
    gcc  -o script script.p/term-utils_script.c.o script.p/lib_pty-session.c.o script.p/lib_monotonic.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group lib/libcommon.a -lrt -Wl,--end-group
    /usr/bin/ld: script.p/lib_pty-session.c.o: in function `ul_pty_setup':
    pty-session.c:(.text+0x117b): undefined reference to `openpty'
    /usr/bin/ld: pty-session.c:(.text+0x1228): undefined reference to `openpty'
    collect2: error: ld returned 1 exit status
    [243/379] Compiling C object test_script.p/term-utils_script.c.o
    [244/379] Compiling C object test_script.p/lib_pty-session.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v1/bsr/25287/afebb/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.39: 
    
    Generating targets:   0%|          | 0/147 eta ?
    Generating targets:   3%|▎         | 5/147 eta 00:02
    Generating targets:  22%|██▏       | 33/147 eta 00:00
    Generating targets:  47%|████▋     | 69/147 eta 00:00
    Generating targets:  72%|███████▏  | 106/147 eta 00:00
    Generating targets: 100%|██████████| 147/147 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/558 eta ?
    
    libmount/2.39: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.39: ERROR: Package '6af9cc7cb931c5ad942174fd7838eb655717c709' build failed
    libmount/2.39: WARN: Build folder /home/conan/w/prod-v1/bsr/25287/afebb/.conan/data/libmount/2.39/_/_/build/6af9cc7cb931c5ad942174fd7838eb655717c709/build-release
    ERROR: libmount/2.39: Error in build() method, line 74
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/w/prod-v1/bsr/25287/afebb/.conan/data/libmount/2.39/_/_/build/6af9cc7cb931c5ad942174fd7838eb655717c709/build-release" -j3
    
  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 4 (1fb10504018b80a6215cf8c4624070d02e6699dd):

  • libmount/2.39: CI failed to create some packages (All logs)

    Logs for packageID abe5e2b04ea92ce2ee91bc9834317dbe66628206:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    [205/380] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    In file included from ../src/sys-utils/fsfreeze.c:25:
    ../src/include/blkdev.h: In function 'blkdev_get_zonereport':
    ../src/include/blkdev.h:159:65: warning: unused parameter 'fd' [-Wunused-parameter]
      159 | static inline struct blk_zone_report *blkdev_get_zonereport(int fd, uint64_t sector, uint32_t nzones)
          |                                                             ~~~~^~
    ../src/include/blkdev.h:159:78: warning: unused parameter 'sector' [-Wunused-parameter]
      159 | static inline struct blk_zone_report *blkdev_get_zonereport(int fd, uint64_t sector, uint32_t nzones)
          |                                                                     ~~~~~~~~~^~~~~~
    ../src/include/blkdev.h:159:95: warning: unused parameter 'nzones' [-Wunused-parameter]
      159 | static inline struct blk_zone_report *blkdev_get_zonereport(int fd, uint64_t sector, uint32_t nzones)
          |                                                                                      ~~~~~~~~~^~~~~~
    [206/380] Linking target fsfreeze
    [207/380] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    [208/380] Linking target dmesg
    [209/380] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [210/380] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [211/380] Linking target blkdiscard
    [212/380] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -D_GNU_SOURCE -include /home/conan/w/prod-v2/bsr/20627/ffcda/p/b/libmo04d224b37d59b/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:10: fatal error: linux/blkzoned.h: No such file or directory
       37 | #include <linux/blkzoned.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    [213/380] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    FAILED: blkpr.p/sys-utils_blkpr.c.o 
    gcc -Iblkpr.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -D_GNU_SOURCE -include /home/conan/w/prod-v2/bsr/20627/ffcda/p/b/libmo04d224b37d59b/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -MD -MQ blkpr.p/sys-utils_blkpr.c.o -MF blkpr.p/sys-utils_blkpr.c.o.d -o blkpr.p/sys-utils_blkpr.c.o -c ../src/sys-utils/blkpr.c
    ../src/sys-utils/blkpr.c:29:10: fatal error: linux/pr.h: No such file or directory
       29 | #include <linux/pr.h>
          |          ^~~~~~~~~~~~
    compilation terminated.
    [214/380] Compiling C object test_dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v2/bsr/20627/ffcda/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.39: ERROR: 
    Package 'abe5e2b04ea92ce2ee91bc9834317dbe66628206' build failed
    libmount/2.39: WARN: Build folder /home/conan/w/prod-v2/bsr/20627/ffcda/p/b/libmo04d224b37d59b/b/build-release
    *********************************************************
    Recipe 'libmount/2.39' cannot build its binary
    It is possible that this recipe is not Conan 2.0 ready
    If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
    If it is your recipe, check if it is updated to 2.0
    *********************************************************
    
    ERROR: libmount/2.39: Error in build() method, line 74
    	meson.build()
    	ConanException: Error 1 while executing
    
  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Oct 10 '23 22:10 conan-center-bot

I detected other pull requests that are modifying libmount/all recipe:

  • #20523

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

ericLemanissierBot avatar Oct 11 '23 14:10 ericLemanissierBot

I've modified this PR like #20508 to switch to Meson only for the new version 2.40 to avoid cross-compilation problems in 2.39 with Meson. It will be a draft until version 2.40 is released, but the rc2 is working great so far.

jwillikers avatar Mar 06 '24 16:03 jwillikers

Conan v1 pipeline :x:

Failure in build 5 (74ab83b655d521deff702a1379bdc6d13b7053d8):

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 76f87539fc90ff313e0b3182641a9bb558a717d2:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
        $ conan profile update settings.compiler.libcxx=libstdc++11 default
    
    Or edit '/home/conan/w/prod-v1/bsr/117262/dbbaf/.conan/profiles/default' and set compiler.libcxx=libstdc++11
    
    ************************************************************************************
    
    
    
    Default settings
    	os=Linux
    	os_build=Linux
    	arch=x86_64
    	arch_build=x86_64
    	compiler=gcc
    	compiler.version=5
    	compiler.libcxx=libstdc++
    	build_type=Release
    *** You can change them in /home/conan/w/prod-v1/bsr/117262/dbbaf/.conan/profiles/default ***
    *** Or override with -s compiler='other' -s ...s***
    
    
    Configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    [build_requires]
    [env]
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    libmount/2.40-rc2: Forced build from source
    Installing package: libmount/2.40-rc2
    Requirements
        libmount/2.40-rc2 from local cache - Cache
    Packages
        libmount/2.40-rc2:76f87539fc90ff313e0b3182641a9bb558a717d2 - Build
    
    Installing (downloading, building) binaries...
    [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
    libmount/2.40-rc2: Configuring sources in /home/conan/w/prod-v1/bsr/117262/dbbaf/.conan/data/libmount/2.40-rc2/_/_/source/src
    ERROR: libmount/2.40-rc2: Error in source() method, line 47
    	get(self, **self.conan_data["sources"][self.version], strip_root=True)
    	KeyError: 'sources'
    
  • libmount/2.39: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 5 (74ab83b655d521deff702a1379bdc6d13b7053d8):

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID b647c43bfefae3f830561ca202b6cfd935b56205:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    ********************************************************************************
    conan install --require=libmount/2.40-rc2@#dfde6b05c92523792b9aa10bdd56aa63 --build=libmount/2.40-rc2 -pr:h /home/conan/w/prod-v2/bsr/102107/fecee/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -c:h tools.system.package_manager:mode=install -c:h tools.system.package_manager:sudo=True -pr:b /home/conan/w/prod-v2/bsr/102107/fecee/profile_linux_11_libstdcpp11_17_gcc_release_64..txt -c:b tools.system.package_manager:mode=install -c:b tools.system.package_manager:sudo=True
    ********************************************************************************
    
    ======== Input profiles ========
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    
    ======== Computing dependency graph ========
    Graph root
        cli
    Requirements
        libmount/2.40-rc2#dfde6b05c92523792b9aa10bdd56aa63 - Cache
    
    ======== Computing necessary packages ========
    libmount/2.40-rc2: Forced build from source
    Requirements
        libmount/2.40-rc2#dfde6b05c92523792b9aa10bdd56aa63:b647c43bfefae3f830561ca202b6cfd935b56205 - Build
    
    ======== Installing packages ========
    libmount/2.40-rc2: Calling source() in /home/conan/w/prod-v2/bsr/102107/baaca/p/libmo20985eb90fd42/s/src
    ERROR: libmount/2.40-rc2: Error in source() method, line 47
    	get(self, **self.conan_data["sources"][self.version], strip_root=True)
    	KeyError: 'sources'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 06 '24 16:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 6 (0c4c8ac04a982b65a7ea885d5c589c15d3ea926b):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID d50a0d523d98c15bb147b18fa7d203887c38be8b:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [212/384] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [213/384] Linking target blkdiscard
    [214/384] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    [215/384] Linking target blkpr
    [216/384] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    [217/384] Compiling C object ldattach.p/sys-utils_ldattach.c.o
    [218/384] Linking target blkzone
    [219/384] Linking target ldattach
    [220/384] Compiling C object swapoff.p/sys-utils_swapoff.c.o
    [221/384] Compiling C object rtcwake.p/sys-utils_rtcwake.c.o
    [222/384] Compiling C object setarch.p/sys-utils_setarch.c.o
    [223/384] Compiling C object swapoff.p/sys-utils_swapon-common.c.o
    [224/384] Linking target rtcwake
    [225/384] Linking target setarch
    [226/384] Compiling C object swapoff.p/lib_swapprober.c.o
    [227/384] Linking target swapoff
    [228/384] Compiling C object flock.p/lib_monotonic.c.o
    [229/384] Compiling C object flock.p/sys-utils_flock.c.o
    [230/384] Compiling C object chcpu.p/sys-utils_chcpu.c.o
    [231/384] Linking target chcpu
    [232/384] Compiling C object flock.p/lib_timer.c.o
    [233/384] Linking target flock
    [234/384] Compiling C object mkfs.p/disk-utils_mkfs.c.o
    [235/384] Linking target mkfs
    [236/384] Compiling C object isosize.p/disk-utils_isosize.c.o
    [237/384] Linking target isosize
    [238/384] Compiling C object blockdev.p/disk-utils_blockdev.c.o
    [239/384] Linking target blockdev
    [240/384] Compiling C object script.p/lib_monotonic.c.o
    [241/384] Compiling C object script.p/lib_pty-session.c.o
    [242/384] Compiling C object script.p/term-utils_script.c.o
    [243/384] Linking target script
    FAILED: script 
    gcc  -o script script.p/term-utils_script.c.o script.p/lib_pty-session.c.o script.p/lib_monotonic.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group lib/libcommon.a -lrt -Wl,--end-group
    script.p/lib_pty-session.c.o: In function `ul_pty_setup':
    pty-session.c:(.text+0x1340): undefined reference to `openpty'
    pty-session.c:(.text+0x140d): undefined reference to `openpty'
    collect2: error: ld returned 1 exit status
    [244/384] Compiling C object test_script.p/term-utils_script.c.o
    [245/384] Compiling C object test_script.p/lib_pty-session.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v1/bsr/117287/abcee/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/148 eta ?
    Generating targets:   3%|▎         | 4/148 eta 00:04
    Generating targets:  22%|██▏       | 32/148 eta 00:00
    Generating targets:  46%|████▌     | 68/148 eta 00:00
    Generating targets:  72%|███████▏  | 106/148 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/563 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package 'd50a0d523d98c15bb147b18fa7d203887c38be8b' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v1/bsr/117287/abcee/.conan/data/libmount/2.40-rc2/_/_/build/d50a0d523d98c15bb147b18fa7d203887c38be8b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 75
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/w/prod-v1/bsr/117287/abcee/.conan/data/libmount/2.40-rc2/_/_/build/d50a0d523d98c15bb147b18fa7d203887c38be8b/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 6 (0c4c8ac04a982b65a7ea885d5c589c15d3ea926b):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID b647c43bfefae3f830561ca202b6cfd935b56205:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [180/384] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/384] Linking static target libmount/lib_mount.a
    [182/384] Linking static target libmount/libmount_static.a
    [183/384] Linking static target libmount/libmount.a
    [184/384] Compiling C object rev.p/text-utils_rev.c.o
    [185/384] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [186/384] Linking target rev
    [187/384] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [188/384] Compiling C object choom.p/sys-utils_choom.c.o
    [189/384] Linking target choom
    [190/384] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [191/384] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [192/384] Linking target ipcmk
    [193/384] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [194/384] Linking target hexdump
    [195/384] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [196/384] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [197/384] Linking target ipcrm
    [198/384] Linking target fstrim
    [199/384] Compiling C object dmesg.p/lib_monotonic.c.o
    [200/384] Compiling C object dmesg.p/lib_pager.c.o
    [201/384] Compiling C object test_dmesg.p/lib_monotonic.c.o
    [202/384] Compiling C object test_dmesg.p/lib_pager.c.o
    [203/384] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [204/384] Linking target ctrlaltdel
    [205/384] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    [206/384] Compiling C object test_dmesg.p/sys-utils_dmesg.c.o
    [207/384] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [208/384] Linking target dmesg
    [209/384] Linking target test_dmesg
    [210/384] Linking target fsfreeze
    [211/384] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/w/prod-v2/bsr/102135/cbfcc/p/b/libmoa8b3f91ec4b73/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -Walloca -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:10: fatal error: linux/blkzoned.h: No such file or directory
       37 | #include <linux/blkzoned.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    [212/384] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [213/384] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v2/bsr/102135/cbfcc/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package 'b647c43bfefae3f830561ca202b6cfd935b56205' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v2/bsr/102135/cbfcc/p/b/libmoa8b3f91ec4b73/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 75
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 06 '24 17:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 7 (eed04e62c4252c11d59578936bb9030e507f3dc2):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 4e8a1643a6f56a0eab1f02a39e1bd85a0ba4344b:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [212/384] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [213/384] Linking target blkdiscard
    [214/384] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    [215/384] Linking target blkpr
    [216/384] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    [217/384] Linking target blkzone
    [218/384] Compiling C object ldattach.p/sys-utils_ldattach.c.o
    [219/384] Linking target ldattach
    [220/384] Compiling C object setarch.p/sys-utils_setarch.c.o
    [221/384] Compiling C object rtcwake.p/sys-utils_rtcwake.c.o
    [222/384] Compiling C object swapoff.p/sys-utils_swapoff.c.o
    [223/384] Linking target setarch
    [224/384] Linking target rtcwake
    [225/384] Compiling C object swapoff.p/lib_swapprober.c.o
    [226/384] Compiling C object swapoff.p/sys-utils_swapon-common.c.o
    [227/384] Linking target swapoff
    [228/384] Compiling C object chcpu.p/sys-utils_chcpu.c.o
    [229/384] Linking target chcpu
    [230/384] Compiling C object flock.p/sys-utils_flock.c.o
    [231/384] Compiling C object flock.p/lib_monotonic.c.o
    [232/384] Compiling C object flock.p/lib_timer.c.o
    [233/384] Linking target flock
    [234/384] Compiling C object mkfs.p/disk-utils_mkfs.c.o
    [235/384] Compiling C object isosize.p/disk-utils_isosize.c.o
    [236/384] Linking target mkfs
    [237/384] Linking target isosize
    [238/384] Compiling C object blockdev.p/disk-utils_blockdev.c.o
    [239/384] Linking target blockdev
    [240/384] Compiling C object script.p/lib_pty-session.c.o
    [241/384] Compiling C object script.p/lib_monotonic.c.o
    [242/384] Compiling C object script.p/term-utils_script.c.o
    [243/384] Linking target script
    FAILED: script 
    gcc  -o script script.p/term-utils_script.c.o script.p/lib_pty-session.c.o script.p/lib_monotonic.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group lib/libcommon.a -lrt -Wl,--end-group
    script.p/lib_pty-session.c.o: In function `ul_pty_setup':
    pty-session.c:(.text+0x1340): undefined reference to `openpty'
    pty-session.c:(.text+0x140d): undefined reference to `openpty'
    collect2: error: ld returned 1 exit status
    [244/384] Compiling C object test_script.p/term-utils_script.c.o
    [245/384] Compiling C object test_script.p/lib_pty-session.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v1/bsr/117295/aebea/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/148 eta ?
    Generating targets:   3%|▎         | 4/148 eta 00:05
    Generating targets:  21%|██        | 31/148 eta 00:00
    Generating targets:  43%|████▎     | 64/148 eta 00:00
    Generating targets:  64%|██████▍   | 95/148 eta 00:00
    Generating targets:  92%|█████████▏| 136/148 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/563 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package '4e8a1643a6f56a0eab1f02a39e1bd85a0ba4344b' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v1/bsr/117295/aebea/.conan/data/libmount/2.40-rc2/_/_/build/4e8a1643a6f56a0eab1f02a39e1bd85a0ba4344b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 78
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/w/prod-v1/bsr/117295/aebea/.conan/data/libmount/2.40-rc2/_/_/build/4e8a1643a6f56a0eab1f02a39e1bd85a0ba4344b/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 7 (eed04e62c4252c11d59578936bb9030e507f3dc2):

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [180/384] Compiling C object rev.p/text-utils_rev.c.o
    [181/384] Linking target rev
    [182/384] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [183/384] Linking static target libmount/lib_mount.a
    [184/384] Linking static target libmount/libmount_static.a
    [185/384] Linking static target libmount/libmount.a
    [186/384] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [187/384] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [188/384] Compiling C object choom.p/sys-utils_choom.c.o
    [189/384] Linking target choom
    [190/384] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [191/384] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [192/384] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [193/384] Linking target hexdump
    [194/384] Linking target ipcmk
    [195/384] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [196/384] Linking target ipcrm
    [197/384] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [198/384] Compiling C object dmesg.p/lib_monotonic.c.o
    [199/384] Linking target fstrim
    [200/384] Compiling C object dmesg.p/lib_pager.c.o
    [201/384] Compiling C object test_dmesg.p/lib_monotonic.c.o
    [202/384] Compiling C object test_dmesg.p/lib_pager.c.o
    [203/384] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [204/384] Linking target ctrlaltdel
    [205/384] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [206/384] Linking target fsfreeze
    [207/384] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    [208/384] Linking target dmesg
    [209/384] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [210/384] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [211/384] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/w/prod-v2/bsr/102156/bdeee/p/b/libmo632ba795b3832/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -Walloca -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:10: fatal error: linux/blkzoned.h: No such file or directory
       37 | #include <linux/blkzoned.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    [212/384] Linking target blkdiscard
    [213/384] Compiling C object test_dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v2/bsr/102156/bdeee/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package '790939986a6aa4282324e7ef358481de52ff9740' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v2/bsr/102156/bdeee/p/b/libmo632ba795b3832/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 78
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 06 '24 17:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 8 (b08cbc8e5d54c9ff991fff98d89ca89d66e8b9ff):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID baded335dfe723afa54f1c744e444c31f648b39e:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=9
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [212/386] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [213/386] Linking target blkdiscard
    [214/386] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    [215/386] Linking target blkzone
    [216/386] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    [217/386] Linking target blkpr
    [218/386] Compiling C object ldattach.p/sys-utils_ldattach.c.o
    [219/386] Linking target ldattach
    [220/386] Compiling C object rtcwake.p/sys-utils_rtcwake.c.o
    [221/386] Linking target rtcwake
    [222/386] Compiling C object setarch.p/sys-utils_setarch.c.o
    [223/386] Linking target setarch
    [224/386] Compiling C object swapoff.p/sys-utils_swapoff.c.o
    [225/386] Compiling C object swapoff.p/sys-utils_swapon-common.c.o
    [226/386] Compiling C object swapoff.p/lib_swapprober.c.o
    [227/386] Linking target swapoff
    [228/386] Compiling C object flock.p/lib_monotonic.c.o
    [229/386] Compiling C object flock.p/sys-utils_flock.c.o
    [230/386] Compiling C object chcpu.p/sys-utils_chcpu.c.o
    [231/386] Compiling C object flock.p/lib_timer.c.o
    [232/386] Linking target chcpu
    [233/386] Linking target flock
    [234/386] Compiling C object mkfs.p/disk-utils_mkfs.c.o
    [235/386] Linking target mkfs
    [236/386] Compiling C object isosize.p/disk-utils_isosize.c.o
    [237/386] Linking target isosize
    [238/386] Compiling C object blockdev.p/disk-utils_blockdev.c.o
    [239/386] Linking target blockdev
    [240/386] Compiling C object script.p/lib_monotonic.c.o
    [241/386] Compiling C object script.p/term-utils_script.c.o
    [242/386] Compiling C object script.p/lib_pty-session.c.o
    [243/386] Linking target script
    FAILED: script 
    gcc  -o script script.p/term-utils_script.c.o script.p/lib_pty-session.c.o script.p/lib_monotonic.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group lib/libcommon.a -lrt -Wl,--end-group
    /usr/bin/ld: script.p/lib_pty-session.c.o: in function `ul_pty_setup':
    pty-session.c:(.text+0x117b): undefined reference to `openpty'
    /usr/bin/ld: pty-session.c:(.text+0x1228): undefined reference to `openpty'
    collect2: error: ld returned 1 exit status
    [244/386] Compiling C object test_script.p/lib_pty-session.c.o
    [245/386] Compiling C object test_script.p/term-utils_script.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v1/bsr/117809/ccdca/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/149 eta ?
    Generating targets:   3%|▎         | 4/149 eta 00:04
    Generating targets:  19%|█▉        | 29/149 eta 00:00
    Generating targets:  43%|████▎     | 64/149 eta 00:00
    Generating targets:  66%|██████▋   | 99/149 eta 00:00
    Generating targets:  95%|█████████▍| 141/149 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/565 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package 'baded335dfe723afa54f1c744e444c31f648b39e' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v1/bsr/117809/ccdca/.conan/data/libmount/2.40-rc2/_/_/build/baded335dfe723afa54f1c744e444c31f648b39e/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 83
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/w/prod-v1/bsr/117809/ccdca/.conan/data/libmount/2.40-rc2/_/_/build/baded335dfe723afa54f1c744e444c31f648b39e/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 8 (b08cbc8e5d54c9ff991fff98d89ca89d66e8b9ff):

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [212/384] Compiling C object test_dmesg.p/sys-utils_dmesg.c.o
    [213/384] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    [214/384] Linking target test_dmesg
    [215/384] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    [216/384] Linking target blkzone
    [217/384] Linking target blkpr
    [218/384] Compiling C object ldattach.p/sys-utils_ldattach.c.o
    [219/384] Compiling C object setarch.p/sys-utils_setarch.c.o
    [220/384] Linking target ldattach
    [221/384] Linking target setarch
    [222/384] Compiling C object rtcwake.p/sys-utils_rtcwake.c.o
    [223/384] Linking target rtcwake
    [224/384] Compiling C object swapoff.p/sys-utils_swapon-common.c.o
    [225/384] Compiling C object swapoff.p/sys-utils_swapoff.c.o
    [226/384] Compiling C object swapoff.p/lib_swapprober.c.o
    [227/384] Linking target swapoff
    [228/384] Compiling C object flock.p/sys-utils_flock.c.o
    [229/384] Compiling C object chcpu.p/sys-utils_chcpu.c.o
    [230/384] Compiling C object flock.p/lib_monotonic.c.o
    [231/384] Linking target chcpu
    [232/384] Compiling C object flock.p/lib_timer.c.o
    [233/384] Linking target flock
    [234/384] Compiling C object mkfs.p/disk-utils_mkfs.c.o
    [235/384] Compiling C object isosize.p/disk-utils_isosize.c.o
    [236/384] Linking target isosize
    [237/384] Linking target mkfs
    [238/384] Compiling C object blockdev.p/disk-utils_blockdev.c.o
    [239/384] Linking target blockdev
    [240/384] Compiling C object script.p/lib_monotonic.c.o
    [241/384] Compiling C object script.p/lib_pty-session.c.o
    [242/384] Compiling C object script.p/term-utils_script.c.o
    [243/384] Linking target script
    FAILED: script 
    gcc  -o script script.p/term-utils_script.c.o script.p/lib_pty-session.c.o script.p/lib_monotonic.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--start-group lib/libcommon.a -lrt -Wl,--end-group
    /opt/conan/binutils/bin/ld: script.p/lib_pty-session.c.o: in function `ul_pty_setup':
    pty-session.c:(.text+0xf32): undefined reference to `openpty'
    /opt/conan/binutils/bin/ld: pty-session.c:(.text+0xfd8): undefined reference to `openpty'
    collect2: error: ld returned 1 exit status
    [244/384] Compiling C object test_script.p/lib_pty-session.c.o
    [245/384] Compiling C object test_script.p/term-utils_script.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v2/bsr/102748/cdccb/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package '790939986a6aa4282324e7ef358481de52ff9740' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v2/bsr/102748/cdccb/p/b/libmoa39b733a49636/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 83
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 07 '24 19:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 9 (f28dae0379ebcc63522ef36c3cb67553e27cd2bf):

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 0380f32884ccacb07cfcdc88225fa831676c04b7:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    In file included from ../src/tests/helpers/test_sysinfo.c:30:0:
    /usr/include/x86_64-linux-gnu/sys/mount.h:86:0: note: this is the location of the previous definition
     #define MS_NOUSER MS_NOUSER
     ^
    In file included from ../src/include/mount-api-utils.h:11:0,
                     from ../src/tests/helpers/test_sysinfo.c:32:
    /home/conan/w/prod-v1/bsr/117860/adfaf/.conan/data/linux-headers-generic/6.5.9/_/_/package/c0519e2d9702ec12d057bb15adb7a02baaf18107/include/linux/mount.h:52:0: warning: "MS_RMT_MASK" redefined
     #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
     ^
    In file included from ../src/tests/helpers/test_sysinfo.c:30:0:
    /usr/include/x86_64-linux-gnu/sys/mount.h:90:0: note: this is the location of the previous definition
     #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION \
     ^
    In file included from ../src/include/mount-api-utils.h:11:0,
                     from ../src/tests/helpers/test_sysinfo.c:32:
    /home/conan/w/prod-v1/bsr/117860/adfaf/.conan/data/linux-headers-generic/6.5.9/_/_/package/c0519e2d9702ec12d057bb15adb7a02baaf18107/include/linux/mount.h:58:0: warning: "MS_MGC_VAL" redefined
     #define MS_MGC_VAL 0xC0ED0000
     ^
    In file included from ../src/tests/helpers/test_sysinfo.c:30:0:
    /usr/include/x86_64-linux-gnu/sys/mount.h:96:0: note: this is the location of the previous definition
     #define MS_MGC_VAL 0xc0ed0000 /* Magic flag number to indicate "new" flags */
     ^
    ../src/tests/helpers/test_sysinfo.c: In function ‘hlp_fsopen_ok’:
    ../src/tests/helpers/test_sysinfo.c:121:2: warning: implicit declaration of function ‘fsopen’ [-Wimplicit-function-declaration]
      fsopen(NULL, FSOPEN_CLOEXEC);
      ^
    ../src/tests/helpers/test_sysinfo.c:121:2: warning: nested extern declaration of ‘fsopen’ [-Wnested-externs]
    [366/384] Linking target test_sysinfo
    FAILED: test_sysinfo 
    gcc  -o test_sysinfo test_sysinfo.p/tests_helpers_test_sysinfo.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1
    test_sysinfo.p/tests_helpers_test_sysinfo.c.o: In function `hlp_fsopen_ok':
    test_sysinfo.c:(.text+0x189): undefined reference to `fsopen'
    collect2: error: ld returned 1 exit status
    [367/384] Compiling C object test_sha1.p/lib_sha1.c.o
    ../src/lib/sha1.c: In function ‘ul_SHA1Transform’:
    ../src/lib/sha1.c:159:2: warning: implicit declaration of function ‘explicit_bzero’ [-Wimplicit-function-declaration]
      explicit_bzero(&a, sizeof(a));
      ^
    ../src/lib/sha1.c:159:2: warning: nested extern declaration of ‘explicit_bzero’ [-Wnested-externs]
    [368/384] Compiling C object test_sigreceive.p/tests_helpers_test_sigreceive.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v1/bsr/117860/adfaf/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/148 eta ?
    Generating targets:   4%|▍         | 6/148 eta 00:02
    Generating targets:  24%|██▍       | 36/148 eta 00:00
    Generating targets:  45%|████▍     | 66/148 eta 00:00
    Generating targets:  66%|██████▌   | 98/148 eta 00:00
    Generating targets:  89%|████████▉ | 132/148 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/563 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package '0380f32884ccacb07cfcdc88225fa831676c04b7' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v1/bsr/117860/adfaf/.conan/data/libmount/2.40-rc2/_/_/build/0380f32884ccacb07cfcdc88225fa831676c04b7/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 85
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/w/prod-v1/bsr/117860/adfaf/.conan/data/libmount/2.40-rc2/_/_/build/0380f32884ccacb07cfcdc88225fa831676c04b7/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 9 (f28dae0379ebcc63522ef36c3cb67553e27cd2bf):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    /home/conan/w/prod-v2/bsr/102825/cddfe/p/linuxa023c406bb77b/p/include/linux/mount.h:46: warning: "MS_ACTIVE" redefined
       46 | #define MS_ACTIVE       (1<<30)
          | 
    In file included from ../src/tests/helpers/test_sysinfo.c:30:
    /usr/include/x86_64-linux-gnu/sys/mount.h:84: note: this is the location of the previous definition
       84 | #define MS_ACTIVE       MS_ACTIVE
          | 
    In file included from ../src/include/mount-api-utils.h:11,
                     from ../src/tests/helpers/test_sysinfo.c:32:
    /home/conan/w/prod-v2/bsr/102825/cddfe/p/linuxa023c406bb77b/p/include/linux/mount.h:47: warning: "MS_NOUSER" redefined
       47 | #define MS_NOUSER       (1<<31)
          | 
    In file included from ../src/tests/helpers/test_sysinfo.c:30:
    /usr/include/x86_64-linux-gnu/sys/mount.h:86: note: this is the location of the previous definition
       86 | #define MS_NOUSER       MS_NOUSER
          | 
    In file included from ../src/include/mount-api-utils.h:11,
                     from ../src/tests/helpers/test_sysinfo.c:32:
    /home/conan/w/prod-v2/bsr/102825/cddfe/p/linuxa023c406bb77b/p/include/linux/mount.h:52: warning: "MS_RMT_MASK" redefined
       52 | #define MS_RMT_MASK     (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
          | 
    In file included from ../src/tests/helpers/test_sysinfo.c:30:
    /usr/include/x86_64-linux-gnu/sys/mount.h:90: note: this is the location of the previous definition
       90 | #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION \
          | 
    In file included from ../src/include/mount-api-utils.h:11,
                     from ../src/tests/helpers/test_sysinfo.c:32:
    /home/conan/w/prod-v2/bsr/102825/cddfe/p/linuxa023c406bb77b/p/include/linux/mount.h:58: warning: "MS_MGC_VAL" redefined
       58 | #define MS_MGC_VAL 0xC0ED0000
          | 
    In file included from ../src/tests/helpers/test_sysinfo.c:30:
    /usr/include/x86_64-linux-gnu/sys/mount.h:96: note: this is the location of the previous definition
       96 | #define MS_MGC_VAL 0xc0ed0000   /* Magic flag number to indicate "new" flags */
          | 
    ../src/tests/helpers/test_sysinfo.c: In function 'hlp_fsopen_ok':
    ../src/tests/helpers/test_sysinfo.c:121:9: warning: implicit declaration of function 'fsopen'; did you mean 'fdopen'? [-Wimplicit-function-declaration]
      121 |         fsopen(NULL, FSOPEN_CLOEXEC);
          |         ^~~~~~
          |         fdopen
    ../src/tests/helpers/test_sysinfo.c:121:9: warning: nested extern declaration of 'fsopen' [-Wnested-externs]
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/w/prod-v2/bsr/102825/cddfe/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package '790939986a6aa4282324e7ef358481de52ff9740' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/w/prod-v2/bsr/102825/cddfe/p/b/libmoeafa5a8e66270/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 85
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 07 '24 20:03 conan-center-bot

Hitting this issue: https://github.com/util-linux/util-linux/issues/2830

jwillikers avatar Mar 07 '24 20:03 jwillikers

Conan v1 pipeline :x:

Failure in build 10 (c1904dd0e94a53172694a1915be547ad4b933ad4):

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 0380f32884ccacb07cfcdc88225fa831676c04b7:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    Makefile:102: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_POLICY_DEFAULT_CMP0091
    
    
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_subdir.c.o): In function `hook_mount_post':
    hook_subdir.c:(.text+0x9a7): undefined reference to `open_tree'
    hook_subdir.c:(.text+0xa70): undefined reference to `move_mount'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_attach_target':
    hook_mount.c:(.text+0x52c): undefined reference to `move_mount'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `configure_superblock':
    hook_mount.c:(.text+0x899): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x91f): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x9ca): undefined reference to `fsconfig'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_reconfigure_mount':
    hook_mount.c:(.text+0xc11): undefined reference to `fsconfig'
    hook_mount.c:(.text+0xca2): undefined reference to `fspick'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `open_fs_configuration_context':
    hook_mount.c:(.text+0xd6a): undefined reference to `fsopen'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_create_mount':
    hook_mount.c:(.text+0xfd6): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x110b): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x113d): undefined reference to `fsmount'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `open_mount_tree':
    hook_mount.c:(.text+0x12cb): undefined reference to `open_tree'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_set_propagation':
    hook_mount.c:(.text+0x165c): undefined reference to `mount_setattr'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `set_vfsflags':
    hook_mount.c:(.text+0x1889): undefined reference to `mount_setattr'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_prepare':
    hook_mount.c:(.text+0x1f5b): undefined reference to `mount_setattr'
    hook_mount.c:(.text+0x221f): undefined reference to `mount_setattr'
    hook_mount.c:(.text+0x22ce): undefined reference to `fsopen'
    /home/conan/w/prod-v1/bsr/117886/afdce/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_idmap.c.o): In function `hook_mount_post':
    hook_idmap.c:(.text+0x1ea): undefined reference to `mount_setattr'
    hook_idmap.c:(.text+0x299): undefined reference to `open_tree'
    hook_idmap.c:(.text+0x360): undefined reference to `open_tree'
    hook_idmap.c:(.text+0x388): undefined reference to `mount_setattr'
    hook_idmap.c:(.text+0x3bb): undefined reference to `move_mount'
    collect2: error: ld returned 1 exit status
    make[2]: *** [test_package] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    libmount/2.40-rc2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ERROR: libmount/2.40-rc2 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/w/prod-v1/bsr/cci-ccf8ce0c/recipes/libmount/meson/test_package/build/Release" '--' '-j3'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 10 (c1904dd0e94a53172694a1915be547ad4b933ad4):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    libmount/2.40-rc2 (test package): Running CMake.build()
    libmount/2.40-rc2 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-073b43cd/recipes/libmount/meson/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target test_package
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable test_package
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_subdir.c.o): in function `hook_mount_post':
    hook_subdir.c:(.text+0x86c): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_subdir.c:(.text+0x8d8): undefined reference to `move_mount'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `open_fs_configuration_context':
    hook_mount.c:(.text+0x430): undefined reference to `fsopen'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `open_mount_tree':
    hook_mount.c:(.text+0x6bd): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_set_propagation':
    hook_mount.c:(.text+0xa0a): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `set_vfsflags':
    hook_mount.c:(.text+0xd04): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_prepare':
    hook_mount.c:(.text+0x134d): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x15df): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x16c8): undefined reference to `fsopen'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_attach_target':
    hook_mount.c:(.text+0x1a25): undefined reference to `move_mount'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `configure_superblock':
    hook_mount.c:(.text+0x1db4): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x1f09): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x1fb0): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_reconfigure_mount':
    hook_mount.c:(.text+0x22e3): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x23a2): undefined reference to `fspick'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_create_mount':
    hook_mount.c:(.text+0x2686): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x26e0): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x2815): undefined reference to `fsmount'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/102844/fbacd/p/b/libmoa9dff7a1824e6/p/lib/libmount.a(src_hook_idmap.c.o): in function `hook_mount_post':
    hook_idmap.c:(.text+0x1a9): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x1e8): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x213): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x298): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x323): undefined reference to `move_mount'
    collect2: error: ld returned 1 exit status
    CMakeFiles/test_package.dir/build.make:85: recipe for target 'test_package' failed
    make[2]: *** [test_package] Error 1
    CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    Makefile:83: recipe for target 'all' failed
    make: *** [all] Error 2
    
    ERROR: libmount/2.40-rc2 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 07 '24 20:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 2 (c9a7723272dfc768eba7cb409505f15ae18d5462):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 76f87539fc90ff313e0b3182641a9bb558a717d2:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [169/284] Compiling C object libmount/lib_mount.a.p/src_context_mount.c.o
    [170/284] Compiling C object colcrt.p/text-utils_colcrt.c.o
    [171/284] Linking target colcrt
    [172/284] Compiling C object col.p/text-utils_col.c.o
    [173/284] Compiling C object colrm.p/text-utils_colrm.c.o
    [174/284] Linking target colrm
    [175/284] Linking target col
    [176/284] Compiling C object rev.p/text-utils_rev.c.o
    [177/284] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [178/284] Linking target rev
    [179/284] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [180/284] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/284] Linking static target libmount/lib_mount.a
    [182/284] Linking static target libmount/libmount_static.a
    [183/284] Linking static target libmount/libmount.a
    [184/284] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [185/284] Compiling C object choom.p/sys-utils_choom.c.o
    [186/284] Linking target choom
    [187/284] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [188/284] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [189/284] Linking target ipcmk
    [190/284] Linking target hexdump
    [191/284] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/284] Linking target ipcrm
    [193/284] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [194/284] Compiling C object dmesg.p/lib_monotonic.c.o
    [195/284] Linking target fstrim
    [196/284] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [197/284] Compiling C object dmesg.p/lib_pager.c.o
    [198/284] Linking target ctrlaltdel
    [199/284] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [200/284] Linking target fsfreeze
    [201/284] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [202/284] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v1/bsr/5384/dcdbf/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release/config.h -fno-common -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:28: fatal error: linux/blkzoned.h: No such file or directory
    compilation terminated.
    [203/284] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [204/284] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v1/bsr/5384/dcdbf/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/148 eta ?
    Generating targets:   4%|▍         | 6/148 eta 00:02
    Generating targets:  26%|██▌       | 38/148 eta 00:00
    Generating targets:  49%|████▊     | 72/148 eta 00:00
    Generating targets:  72%|███████▏  | 106/148 eta 00:00
    Generating targets:  99%|█████████▊| 146/148 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/563 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package '76f87539fc90ff313e0b3182641a9bb558a717d2' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v1/bsr/5384/dcdbf/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 82
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/workspace/prod-v1/bsr/5384/dcdbf/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 2 (c9a7723272dfc768eba7cb409505f15ae18d5462):

  • libmount/2.39.2: Didn't run or was cancelled before finishing

  • libmount/2.39: Didn't run or was cancelled before finishing

  • libmount/2.33.1: Didn't run or was cancelled before finishing

  • libmount/2.36.2: Didn't run or was cancelled before finishing

  • libmount/2.36: Didn't run or was cancelled before finishing

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID b647c43bfefae3f830561ca202b6cfd935b56205:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [172/284] Compiling C object col.p/text-utils_col.c.o
    [173/284] Linking target col
    [174/284] Compiling C object colrm.p/text-utils_colrm.c.o
    [175/284] Linking target colrm
    [176/284] Compiling C object rev.p/text-utils_rev.c.o
    [177/284] Linking target rev
    [178/284] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [179/284] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [180/284] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/284] Linking static target libmount/lib_mount.a
    [182/284] Linking static target libmount/libmount_static.a
    [183/284] Linking static target libmount/libmount.a
    [184/284] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [185/284] Compiling C object choom.p/sys-utils_choom.c.o
    [186/284] Linking target choom
    [187/284] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [188/284] Linking target ipcmk
    [189/284] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [190/284] Linking target hexdump
    [191/284] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/284] Linking target ipcrm
    [193/284] Compiling C object dmesg.p/lib_monotonic.c.o
    [194/284] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [195/284] Linking target fstrim
    [196/284] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [197/284] Compiling C object dmesg.p/lib_pager.c.o
    [198/284] Linking target ctrlaltdel
    [199/284] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [200/284] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [201/284] Linking target fsfreeze
    [202/284] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [203/284] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v2/bsr/4831/feadd/p/b/libmo855c9105ab941/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -Walloca -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:10: fatal error: linux/blkzoned.h: No such file or directory
       37 | #include <linux/blkzoned.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    [204/284] Linking target blkdiscard
    [205/284] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v2/bsr/4831/feadd/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package 'b647c43bfefae3f830561ca202b6cfd935b56205' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v2/bsr/4831/feadd/p/b/libmo855c9105ab941/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 82
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 20 '24 15:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 4 (265353f172688c4a60437be6b7bf17cd36f7d6f7):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 0380f32884ccacb07cfcdc88225fa831676c04b7:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [170/284] Compiling C object colcrt.p/text-utils_colcrt.c.o
    [171/284] Compiling C object col.p/text-utils_col.c.o
    [172/284] Linking target colcrt
    [173/284] Linking target col
    [174/284] Compiling C object colrm.p/text-utils_colrm.c.o
    [175/284] Linking target colrm
    [176/284] Compiling C object rev.p/text-utils_rev.c.o
    [177/284] Linking target rev
    [178/284] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [179/284] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [180/284] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/284] Linking static target libmount/lib_mount.a
    [182/284] Linking static target libmount/libmount_static.a
    [183/284] Linking static target libmount/libmount.a
    [184/284] Compiling C object choom.p/sys-utils_choom.c.o
    [185/284] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [186/284] Linking target choom
    [187/284] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [188/284] Linking target hexdump
    [189/284] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [190/284] Linking target ipcmk
    [191/284] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/284] Linking target ipcrm
    [193/284] Compiling C object dmesg.p/lib_monotonic.c.o
    [194/284] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [195/284] Linking target fstrim
    [196/284] Compiling C object dmesg.p/lib_pager.c.o
    [197/284] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [198/284] Linking target ctrlaltdel
    [199/284] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [200/284] Linking target fsfreeze
    [201/284] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [202/284] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [203/284] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v1/bsr/5411/caffe/.conan/data/libmount/2.40-rc2/_/_/build/0380f32884ccacb07cfcdc88225fa831676c04b7/build-release/config.h -fno-common -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:28: fatal error: linux/blkzoned.h: No such file or directory
    compilation terminated.
    [204/284] Linking target blkdiscard
    [205/284] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v1/bsr/5411/caffe/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/148 eta ?
    Generating targets:   4%|▍         | 6/148 eta 00:02
    Generating targets:  25%|██▌       | 37/148 eta 00:00
    Generating targets:  43%|████▎     | 64/148 eta 00:00
    Generating targets:  63%|██████▎   | 93/148 eta 00:00
    Generating targets:  89%|████████▊ | 131/148 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/563 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package '0380f32884ccacb07cfcdc88225fa831676c04b7' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v1/bsr/5411/caffe/.conan/data/libmount/2.40-rc2/_/_/build/0380f32884ccacb07cfcdc88225fa831676c04b7/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 85
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/workspace/prod-v1/bsr/5411/caffe/.conan/data/libmount/2.40-rc2/_/_/build/0380f32884ccacb07cfcdc88225fa831676c04b7/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 4 (265353f172688c4a60437be6b7bf17cd36f7d6f7):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [172/284] Compiling C object col.p/text-utils_col.c.o
    [173/284] Linking target col
    [174/284] Compiling C object colrm.p/text-utils_colrm.c.o
    [175/284] Linking target colrm
    [176/284] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [177/284] Linking static target libmount/lib_mount.a
    [178/284] Linking static target libmount/libmount_static.a
    [179/284] Compiling C object rev.p/text-utils_rev.c.o
    [180/284] Linking static target libmount/libmount.a
    [181/284] Linking target rev
    [182/284] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [183/284] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [184/284] Compiling C object choom.p/sys-utils_choom.c.o
    [185/284] Linking target choom
    [186/284] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [187/284] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [188/284] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [189/284] Linking target ipcmk
    [190/284] Linking target hexdump
    [191/284] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/284] Linking target ipcrm
    [193/284] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [194/284] Linking target fstrim
    [195/284] Compiling C object dmesg.p/lib_monotonic.c.o
    [196/284] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [197/284] Compiling C object dmesg.p/lib_pager.c.o
    [198/284] Linking target ctrlaltdel
    [199/284] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [200/284] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [201/284] Linking target fsfreeze
    [202/284] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [203/284] Compiling C object blkzone.p/sys-utils_blkzone.c.o
    FAILED: blkzone.p/sys-utils_blkzone.c.o 
    gcc -Iblkzone.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v2/bsr/4858/ceeac/p/b/libmo41aebcf197a14/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -Walloca -MD -MQ blkzone.p/sys-utils_blkzone.c.o -MF blkzone.p/sys-utils_blkzone.c.o.d -o blkzone.p/sys-utils_blkzone.c.o -c ../src/sys-utils/blkzone.c
    ../src/sys-utils/blkzone.c:37:10: fatal error: linux/blkzoned.h: No such file or directory
       37 | #include <linux/blkzoned.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    [204/284] Linking target blkdiscard
    [205/284] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v2/bsr/4858/ceeac/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package '790939986a6aa4282324e7ef358481de52ff9740' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v2/bsr/4858/ceeac/p/b/libmo41aebcf197a14/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 85
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 20 '24 15:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 5 (f3c3695a7d599aa432dc657b032b2e70519bab20):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 0380f32884ccacb07cfcdc88225fa831676c04b7:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    Makefile:102: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_POLICY_DEFAULT_CMP0091
    
    
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_subdir.c.o): In function `hook_mount_post':
    hook_subdir.c:(.text+0x9a7): undefined reference to `open_tree'
    hook_subdir.c:(.text+0xa70): undefined reference to `move_mount'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_attach_target':
    hook_mount.c:(.text+0x52c): undefined reference to `move_mount'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `configure_superblock':
    hook_mount.c:(.text+0x899): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x91f): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x9ca): undefined reference to `fsconfig'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_reconfigure_mount':
    hook_mount.c:(.text+0xc11): undefined reference to `fsconfig'
    hook_mount.c:(.text+0xca2): undefined reference to `fspick'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `open_fs_configuration_context':
    hook_mount.c:(.text+0xd6a): undefined reference to `fsopen'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_create_mount':
    hook_mount.c:(.text+0xfd6): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x110b): undefined reference to `fsconfig'
    hook_mount.c:(.text+0x113d): undefined reference to `fsmount'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `open_mount_tree':
    hook_mount.c:(.text+0x12cb): undefined reference to `open_tree'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_set_propagation':
    hook_mount.c:(.text+0x165c): undefined reference to `mount_setattr'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `set_vfsflags':
    hook_mount.c:(.text+0x1889): undefined reference to `mount_setattr'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_mount.c.o): In function `hook_prepare':
    hook_mount.c:(.text+0x1f5b): undefined reference to `mount_setattr'
    hook_mount.c:(.text+0x221f): undefined reference to `mount_setattr'
    hook_mount.c:(.text+0x22ce): undefined reference to `fsopen'
    /home/conan/workspace/prod-v1/bsr/5455/eeedb/.conan/data/libmount/2.40-rc2/_/_/package/0380f32884ccacb07cfcdc88225fa831676c04b7/lib/libmount.a(src_hook_idmap.c.o): In function `hook_mount_post':
    hook_idmap.c:(.text+0x1ea): undefined reference to `mount_setattr'
    hook_idmap.c:(.text+0x299): undefined reference to `open_tree'
    hook_idmap.c:(.text+0x360): undefined reference to `open_tree'
    hook_idmap.c:(.text+0x388): undefined reference to `mount_setattr'
    hook_idmap.c:(.text+0x3bb): undefined reference to `move_mount'
    collect2: error: ld returned 1 exit status
    make[2]: *** [test_package] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    libmount/2.40-rc2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ERROR: libmount/2.40-rc2 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/workspace/prod-v1/bsr/cci-4713214c/recipes/libmount/meson/test_package/build/Release" '--' '-j3'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 5 (f3c3695a7d599aa432dc657b032b2e70519bab20):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 790939986a6aa4282324e7ef358481de52ff9740:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    libmount/2.40-rc2 (test package): Running CMake.build()
    libmount/2.40-rc2 (test package): RUN: cmake --build "/home/conan/workspace/prod-v2/bsr/cci-59dd6776/recipes/libmount/meson/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target test_package
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable test_package
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_subdir.c.o): in function `hook_mount_post':
    hook_subdir.c:(.text+0x86c): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_subdir.c:(.text+0x8d8): undefined reference to `move_mount'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `open_fs_configuration_context':
    hook_mount.c:(.text+0x430): undefined reference to `fsopen'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `open_mount_tree':
    hook_mount.c:(.text+0x6bd): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_set_propagation':
    hook_mount.c:(.text+0xa0a): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `set_vfsflags':
    hook_mount.c:(.text+0xd04): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_prepare':
    hook_mount.c:(.text+0x134d): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x15df): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x16c8): undefined reference to `fsopen'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_attach_target':
    hook_mount.c:(.text+0x1a25): undefined reference to `move_mount'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `configure_superblock':
    hook_mount.c:(.text+0x1db4): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x1f09): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x1fb0): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_reconfigure_mount':
    hook_mount.c:(.text+0x22e3): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x23a2): undefined reference to `fspick'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_mount.c.o): in function `hook_create_mount':
    hook_mount.c:(.text+0x2686): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x26e0): undefined reference to `fsconfig'
    /opt/conan/binutils/bin/ld: hook_mount.c:(.text+0x2815): undefined reference to `fsmount'
    /opt/conan/binutils/bin/ld: /home/conan/workspace/prod-v2/bsr/4890/fefba/p/b/libmocc10633138e6f/p/lib/libmount.a(src_hook_idmap.c.o): in function `hook_mount_post':
    hook_idmap.c:(.text+0x1a9): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x1e8): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x213): undefined reference to `mount_setattr'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x298): undefined reference to `open_tree'
    /opt/conan/binutils/bin/ld: hook_idmap.c:(.text+0x323): undefined reference to `move_mount'
    collect2: error: ld returned 1 exit status
    CMakeFiles/test_package.dir/build.make:85: recipe for target 'test_package' failed
    make[2]: *** [test_package] Error 1
    CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    Makefile:83: recipe for target 'all' failed
    make: *** [all] Error 2
    
    ERROR: libmount/2.40-rc2 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 20 '24 15:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 6 (f3c89ed1b7f7b101ab4e577cdf6cd81cb92569aa):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID 76f87539fc90ff313e0b3182641a9bb558a717d2:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    libmount:shared=False
    
    [...]
    [170/282] Compiling C object col.p/text-utils_col.c.o
    [171/282] Linking target col
    [172/282] Compiling C object colcrt.p/text-utils_colcrt.c.o
    [173/282] Linking target colcrt
    [174/282] Compiling C object colrm.p/text-utils_colrm.c.o
    [175/282] Linking target colrm
    [176/282] Compiling C object rev.p/text-utils_rev.c.o
    [177/282] Linking target rev
    [178/282] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [179/282] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [180/282] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/282] Linking static target libmount/lib_mount.a
    [182/282] Linking static target libmount/libmount_static.a
    [183/282] Linking static target libmount/libmount.a
    [184/282] Compiling C object choom.p/sys-utils_choom.c.o
    [185/282] Linking target choom
    [186/282] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [187/282] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [188/282] Linking target ipcmk
    [189/282] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [190/282] Linking target hexdump
    [191/282] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/282] Linking target ipcrm
    [193/282] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [194/282] Linking target fstrim
    [195/282] Compiling C object dmesg.p/lib_monotonic.c.o
    [196/282] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [197/282] Linking target ctrlaltdel
    [198/282] Compiling C object dmesg.p/lib_pager.c.o
    [199/282] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [200/282] Linking target fsfreeze
    [201/282] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [202/282] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [203/282] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    FAILED: blkpr.p/sys-utils_blkpr.c.o 
    gcc -Iblkpr.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v1/bsr/5599/bbaeb/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release/config.h -fno-common -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -MD -MQ blkpr.p/sys-utils_blkpr.c.o -MF blkpr.p/sys-utils_blkpr.c.o.d -o blkpr.p/sys-utils_blkpr.c.o -c ../src/sys-utils/blkpr.c
    ../src/sys-utils/blkpr.c:29:22: fatal error: linux/pr.h: No such file or directory
    compilation terminated.
    [204/282] Linking target blkdiscard
    [205/282] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v1/bsr/5599/bbaeb/.conan/data/ninja/1.11.1/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/ninja -j 3
    libmount/2.40-rc2: 
    
    Generating targets:   0%|          | 0/147 eta ?
    Generating targets:   3%|▎         | 4/147 eta 00:05
    Generating targets:  18%|█▊        | 27/147 eta 00:00
    Generating targets:  41%|████      | 60/147 eta 00:00
    Generating targets:  63%|██████▎   | 93/147 eta 00:00
    Generating targets:  88%|████████▊ | 130/147 eta 00:00
    
    
    Writing build.ninja:   0%|          | 0/561 eta ?
    
    libmount/2.40-rc2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libmount/2.40-rc2: ERROR: Package '76f87539fc90ff313e0b3182641a9bb558a717d2' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v1/bsr/5599/bbaeb/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 82
    	meson.build()
    	ConanException: Error 1 while executing meson compile -C "/home/conan/workspace/prod-v1/bsr/5599/bbaeb/.conan/data/libmount/2.40-rc2/_/_/build/76f87539fc90ff313e0b3182641a9bb558a717d2/build-release" -j3
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 6 (f3c89ed1b7f7b101ab4e577cdf6cd81cb92569aa):

  • libmount/2.40-rc2: CI failed to create some packages (All logs)

    Logs for packageID b647c43bfefae3f830561ca202b6cfd935b56205:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    [171/282] Linking target col
    [172/282] Compiling C object colrm.p/text-utils_colrm.c.o
    [173/282] Compiling C object colcrt.p/text-utils_colcrt.c.o
    [174/282] Linking target colcrt
    [175/282] Linking target colrm
    [176/282] Compiling C object rev.p/text-utils_rev.c.o
    [177/282] Linking target rev
    [178/282] Compiling C object hexdump.p/text-utils_hexdump.c.o
    [179/282] Compiling C object hexdump.p/text-utils_hexdump-conv.c.o
    [180/282] Compiling C object libmount/lib_mount.a.p/src_context.c.o
    [181/282] Linking static target libmount/lib_mount.a
    [182/282] Linking static target libmount/libmount_static.a
    [183/282] Linking static target libmount/libmount.a
    [184/282] Compiling C object choom.p/sys-utils_choom.c.o
    [185/282] Linking target choom
    [186/282] Compiling C object hexdump.p/text-utils_hexdump-display.c.o
    [187/282] Compiling C object ipcmk.p/sys-utils_ipcmk.c.o
    [188/282] Compiling C object hexdump.p/text-utils_hexdump-parse.c.o
    [189/282] Linking target ipcmk
    [190/282] Linking target hexdump
    [191/282] Compiling C object ipcrm.p/sys-utils_ipcrm.c.o
    [192/282] Linking target ipcrm
    [193/282] Compiling C object dmesg.p/lib_monotonic.c.o
    [194/282] Compiling C object fstrim.p/sys-utils_fstrim.c.o
    [195/282] Linking target fstrim
    [196/282] Compiling C object ctrlaltdel.p/sys-utils_ctrlaltdel.c.o
    [197/282] Linking target ctrlaltdel
    [198/282] Compiling C object dmesg.p/lib_pager.c.o
    [199/282] Compiling C object fsfreeze.p/sys-utils_fsfreeze.c.o
    [200/282] Linking target fsfreeze
    [201/282] Compiling C object blkdiscard.p/lib_monotonic.c.o
    [202/282] Compiling C object blkpr.p/sys-utils_blkpr.c.o
    FAILED: blkpr.p/sys-utils_blkpr.c.o 
    gcc -Iblkpr.p -I. -I../src -Iinclude -I../src/include -Ilibblkid -I../src/libblkid -I../src/libblkid/src -Ilibsmartcols -I../src/libsmartcols -I../src/libsmartcols/src -Ilibmount -I../src/libmount -I../src/libmount/src -Ilibfdisk -I../src/libfdisk -I../src/libfdisk/src -I../src/libuuid/src -I../src/liblastlog2/src -Isys-utils -I../src/sys-utils -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -D_GNU_SOURCE -include /home/conan/workspace/prod-v2/bsr/5036/dbfee/p/b/libmoc83108c976bd0/b/build-release/config.h -fno-common -Waddress-of-packed-member -Wdiscarded-qualifiers -Wformat-security -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wvla -Walloca -MD -MQ blkpr.p/sys-utils_blkpr.c.o -MF blkpr.p/sys-utils_blkpr.c.o.d -o blkpr.p/sys-utils_blkpr.c.o -c ../src/sys-utils/blkpr.c
    ../src/sys-utils/blkpr.c:29:10: fatal error: linux/pr.h: No such file or directory
       29 | #include <linux/pr.h>
          |          ^~~~~~~~~~~~
    compilation terminated.
    [203/282] Compiling C object blkdiscard.p/sys-utils_blkdiscard.c.o
    [204/282] Compiling C object dmesg.p/sys-utils_dmesg.c.o
    ninja: build stopped: subcommand failed.
    INFO: autodetecting backend as ninja
    INFO: calculating backend command to run: /home/conan/workspace/prod-v2/bsr/5036/dbfee/p/ninja6fed3c8400c5b/p/bin/ninja -j 3
    
    libmount/2.40-rc2: ERROR: 
    Package 'b647c43bfefae3f830561ca202b6cfd935b56205' build failed
    libmount/2.40-rc2: WARN: Build folder /home/conan/workspace/prod-v2/bsr/5036/dbfee/p/b/libmoc83108c976bd0/b/build-release
    ERROR: libmount/2.40-rc2: Error in build() method, line 82
    	meson.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 20 '24 16:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 7 (34f0a367e9a5cf22c4f057f7c64a043a7bff77d7):

  • libmount/2.40-rc2: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 7 (34f0a367e9a5cf22c4f057f7c64a043a7bff77d7):

  • libmount/2.40-rc2: All packages built successfully! (All logs)

conan-center-bot avatar Mar 20 '24 17:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 8 (f1d8fa1745897216bf645f31d49db3f4bb28e13f):

  • libmount/2.40-rc2: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 8 (f1d8fa1745897216bf645f31d49db3f4bb28e13f):

  • libmount/2.40-rc2: All packages built successfully! (All logs)

conan-center-bot avatar Mar 26 '24 12:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 9 (47600caa35f500aa097fbee8f0b41d754dd50f58):

  • libmount/2.40: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 9 (47600caa35f500aa097fbee8f0b41d754dd50f58):

  • libmount/2.40: All packages built successfully! (All logs)

conan-center-bot avatar Mar 29 '24 14:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 10 (1c7e0aec15f84260079f151966a3365373b98d98):

  • libmount/2.40: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 10 (1c7e0aec15f84260079f151966a3365373b98d98):

  • libmount/2.40: All packages built successfully! (All logs)

conan-center-bot avatar Mar 29 '24 16:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 11 (6b08c209e843e4fe82db505d2200d79161930d8f):

  • libmount/2.40.1: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 11 (6b08c209e843e4fe82db505d2200d79161930d8f):

  • libmount/2.40.1: All packages built successfully! (All logs)

conan-center-bot avatar May 07 '24 14:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 12 (c6dcdd3cb83dde4f79f6dfdac64af357bc59ceac):

  • libmount/2.40.1: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 12 (c6dcdd3cb83dde4f79f6dfdac64af357bc59ceac):

  • libmount/2.40.1: All packages built successfully! (All logs)

conan-center-bot avatar Jun 08 '24 12:06 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 13 (aa208acad6abdd580c8171639e3a65a6b249f7d5):

  • libmount/2.40.2: All packages built successfully! (All logs)

Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 13 (aa208acad6abdd580c8171639e3a65a6b249f7d5):

  • libmount/2.40.2: All packages built successfully! (All logs)

conan-center-bot avatar Jul 15 '24 13:07 conan-center-bot