Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2021-10-15 15:06:56 -0400 (Fri, 15 Oct 2021).

INSTALL results for Travel on machv2

To the developers/maintainers of the Travel package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Travel.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1954/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Travel 1.0.0  (landing page)
Jiefei Wang
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/Travel
git_branch: RELEASE_3_13
git_last_commit: 8b0cf33
git_last_commit_date: 2021-05-19 12:59:37 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  ERROR    ERROR  skippedskipped
machv2macOS 10.14.6 Mojave / x86_64  OK    TIMEOUT  skippedskipped

Summary

Package: Travel
Version: 1.0.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL Travel
StartedAt: 2021-10-14 08:13:32 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 08:15:27 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 114.6 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL Travel
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘Travel’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c Cpp_interface.cpp -o Cpp_interface.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c altfile_operations.cpp -o altfile_operations.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c altmmap_operations.cpp -o altmmap_operations.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c altrep_manager.cpp -o altrep_manager.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Cache_block.cpp -o class_Cache_block.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Filesystem_cache_copier.cpp -o class_Filesystem_cache_copier.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Filesystem_file_data.cpp -o class_Filesystem_file_data.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Memory_mapped.cpp -o class_Memory_mapped.o
In file included from class_Memory_mapped.cpp:19:
./class_Memory_mapped.h:19:16: warning: private field 'hint' is not used [-Wunused-private-field]
    Cache_hint hint = Normal;
               ^
./class_Memory_mapped.h:21:11: warning: private field 'file_handle' is not used [-Wunused-private-field]
    void *file_handle = nullptr;
          ^
./class_Memory_mapped.h:22:11: warning: private field 'map_handle' is not used [-Wunused-private-field]
    void *map_handle = nullptr;
          ^
3 warnings generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Protect_guard.cpp -o class_Protect_guard.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Subset_index.cpp -o class_Subset_index.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Timer.cpp -o class_Timer.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c class_Unique_buffer.cpp -o class_Unique_buffer.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c examples.cpp -o examples.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c filesystem_manager.cpp -o filesystem_manager.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c filesystem_operations_dokan.cpp -o filesystem_operations_dokan.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c filesystem_operations_fuse.cpp -o filesystem_operations_fuse.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c memory_mapped_file.cpp -o memory_mapped_file.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c profile.cpp -o profile.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c read_write_operations.cpp -o read_write_operations.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c unit_test_utils.cpp -o unit_test_utils.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c unit_tests.cpp -o unit_tests.o
unit_tests.cpp:170:12: warning: explicitly assigning value of variable of type 'Cache_block' to itself [-Wself-assign-overloaded]
    cache1 = cache1;
    ~~~~~~ ^ ~~~~~~
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `pkg-config fuse --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c utils.cpp -o utils.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o Travel.so Cpp_interface.o RcppExports.o altfile_operations.o altmmap_operations.o altrep_manager.o class_Cache_block.o class_Filesystem_cache_copier.o class_Filesystem_file_data.o class_Memory_mapped.o class_Protect_guard.o class_Subset_index.o class_Timer.o class_Unique_buffer.o examples.o filesystem_manager.o filesystem_operations_dokan.o filesystem_operations_fuse.o memory_mapped_file.o profile.o read_write_operations.o unit_test_utils.o unit_tests.o utils.o -L/usr/local/lib -lfuse -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.1/Resources/library/00LOCK-Travel/00new/Travel/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Travel)