------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/perl5-5.32.0.txz SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The leaktracer port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> leaktracer-2.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The leaktracer port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> leaktracer-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by leaktracer-2.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The leaktracer port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> leaktracer-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by leaktracer-2.4 for building => SHA256 Checksum OK for LeakTracer.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The leaktracer port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> leaktracer-2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by leaktracer-2.4 for building ===> Extracting for leaktracer-2.4 => SHA256 Checksum OK for LeakTracer.tar.gz. Extracted Memory Use: 0.06M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for leaktracer-2.4 ===> Applying ports patches for leaktracer-2.4 from /xports/devel/leaktracer/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> leaktracer-2.4 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> leaktracer-2.4 depends on package: gmake>=4.3 - found ===> Configuring for leaktracer-2.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for leaktracer-2.4 gmake[1]: Entering directory '/construction/devel/leaktracer/LeakTracer' c++ -fPIC -c -pipe -O2 -fno-strict-aliasing -Wall -W -DTHREAD_SAVE LeakTracer.cc -o LeakTracer.o LeakTracer.cc: In member function 'void LeakTracer::initialize()': LeakTracer.cc:195:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf (report, "# memory overrun protection of %d Bytes\n", MAGIC_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LeakTracer.cc: In member function 'void* LeakTracer::registerAlloc(size_t, bool)': LeakTracer.cc:288:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "Oops, registerAlloc called after destruction of LeakTracer (size=%d)\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ LeakTracer.cc: In member function 'void LeakTracer::registerFree(void*, bool)': LeakTracer.cc:410:5: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] "S %10p %10p # new%s but delete%s " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "; size %d\n", ~~~~~~~~~~~~~ LeakTracer.cc:416:5: leaks[i].size); ~~~~~~~~~~~~~ LeakTracer.cc:422:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(report, "O %10p %10p " ^~~~~~~~~~~~~~~ "# memory overwritten beyond allocated" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " %d bytes\n", ~~~~~~~~~~~~~ LeakTracer.cc:427:5: leaks[i].size); ~~~~~~~~~~~~~ LeakTracer.cc:428:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(report, "# %d byte beyond area:\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ LeakTracer.cc: At global scope: LeakTracer.cc:500:6: warning: the program should also define 'void operator delete(void*, long unsigned int)' [-Wsized-deallocation] void operator delete (void *p) { ^~~~~~~~ LeakTracer.cc:505:6: warning: the program should also define 'void operator delete [](void*, long unsigned int)' [-Wsized-deallocation] void operator delete[] (void *p) { ^~~~~~~~ LeakTracer.cc: In member function 'void* LeakTracer::registerAlloc(size_t, bool)': LeakTracer.cc:329:48: warning: calling 'void* __builtin_return_address(unsigned int)' with a nonzero argument is unsafe [-Wframe-address] leaks[i].allocAddr=__builtin_return_address(1); ~~~~~~~~~~~~~~~~~~~~~~~~^~~ LeakTracer.cc: In member function 'void LeakTracer::registerFree(void*, bool)': LeakTracer.cc:409:11: warning: calling 'void* __builtin_return_address(unsigned int)' with a nonzero argument is unsafe [-Wframe-address] fprintf(report, ~~~~~~~^~~~~~~~ "S %10p %10p # new%s but delete%s " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "; size %d\n", ~~~~~~~~~~~~~~ leaks[i].allocAddr, ~~~~~~~~~~~~~~~~~~~ __builtin_return_address(1), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ((!type) ? "[]" : " normal"), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ((type) ? "[]" : " normal"), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leaks[i].size); ~~~~~~~~~~~~~~ LeakTracer.cc:422:11: warning: calling 'void* __builtin_return_address(unsigned int)' with a nonzero argument is unsafe [-Wframe-address] fprintf(report, "O %10p %10p " ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ "# memory overwritten beyond allocated" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " %d bytes\n", ~~~~~~~~~~~~~~ leaks[i].allocAddr, ~~~~~~~~~~~~~~~~~~~ __builtin_return_address(1), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leaks[i].size); ~~~~~~~~~~~~~~ LeakTracer.cc:456:9: warning: calling 'void* __builtin_return_address(unsigned int)' with a nonzero argument is unsafe [-Wframe-address] fprintf(report, "D %10p # delete non alloc or twice pointer %10p\n", ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __builtin_return_address(1), p); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -pipe -O2 -fno-strict-aliasing -Wall -W -DTHREAD_SAVE -pthread -shared -o LeakTracer.so LeakTracer.o gmake[1]: Leaving directory '/construction/devel/leaktracer/LeakTracer' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> leaktracer-2.4 depends on package: perl5>=5.32.r0<5.33 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for leaktracer-2.4 ===> leaktracer-2.4 depends on package: perl5>=5.32.r0<5.33 - found ===> Generating temporary packing list install -m 555 /construction/devel/leaktracer/LeakTracer/LeakCheck /construction/devel/leaktracer/LeakTracer/leak-analyze /construction/devel/leaktracer/stage/usr/local/bin install -s -m 0644 /construction/devel/leaktracer/LeakTracer/LeakTracer.so /construction/devel/leaktracer/stage/usr/local/lib install -m 0644 /construction/devel/leaktracer/LeakTracer/README /construction/devel/leaktracer/LeakTracer/README.html /construction/devel/leaktracer/stage/usr/local/share/doc/leaktracer ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for leaktracer-2.4 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12