Posted to tcl by Stu at Tue May 23 16:40:36 GMT 2017view raw

  1. ===> tdbc-postgres-1.0.4 depends on: postgresql-server-* -> postgresql-server-9.6.3
  2. ===> Regression tests for tdbc-postgres-1.0.4
  3. ln -sf /usr/ports/pobj/tdbc-postgres-1.0.4/tdbcpostgres1.0.4/library/tdbcpostgres.tcl /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64/
  4. rm -Rf /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg; export TDBCPOSTGRES_TEST_DB=tdbc_postgres_test CONFIG_SITE='/usr/ports/pobj/tdbc-postgres-1.0.4/config.site' PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/ports/pobj/tdbc-postgres-1.0.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/tdbc-postgres-1.0.4_writes_to_HOME' COMPILER_VERSION=gcc4 PICFLAG="-fpic" ASPICFLAG= BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/ports/pobj/tdbc-postgres-1.0.4/bin/install -d -m 755" PGDATA=/usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg PGHOST=/usr/ports/pobj/tdbc-postgres-1.0.4 PGDATABASE=tdbc_postgres_test; /usr/local/bin/initdb -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -A trust --locale=C -E UTF8 --nosync; /usr/local/bin/pg_ctl start -w -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -l /usr/ports/pobj/tdbc-postgres-1.0.4/pg-test.log -o "-F -h '' -k /usr/ports/pobj/tdbc-postgres-1.0.4"; /usr/local/bin/createdb tdbc_postgres_test || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -m i && exit 1); set +e; cd /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64; ( make mkdir_p='mkdir -p --' LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64/shared_libs.log SCRIPT='/usr/ports/pobj/tdbc-postgres-1.0.4/tdbcpostgres1.0.4/tests/all.tcl ' TCLSH_ENV='TCLLIBPATH=/usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64' -f Makefile shell ); Q=$?; /usr/local/bin/pg_ctl stop -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -m i; exit $Q
  5. The files belonging to this database system will be owned by user "stu".
  6. This user must also own the server process.
  7.  
  8. The database cluster will be initialized with locale "C".
  9. The default text search configuration will be set to "english".
  10.  
  11. Data page checksums are disabled.
  12.  
  13. creating directory /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg ... ok
  14. creating subdirectories ... ok
  15. selecting default max_connections ... 30
  16. selecting default shared_buffers ... 128MB
  17. selecting dynamic shared memory implementation ... posix
  18. creating configuration files ... ok
  19. running bootstrap script ... ok
  20. performing post-bootstrap initialization ... ok
  21.  
  22. Sync to disk skipped.
  23. The data directory might become corrupt if the operating system crashes.
  24.  
  25. Success. You can now start the database server using:
  26.  
  27. /usr/local/bin/pg_ctl -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -l logfile start
  28.  
  29. waiting for server to start.... done
  30. server started
  31. Tests running in interp: /usr/local/bin/tclsh8.6
  32. Tests located in: /usr/ports/pobj/tdbc-postgres-1.0.4/tdbcpostgres1.0.4/tests
  33. Tests running in: /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64
  34. Temporary files stored in /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64
  35. Test files run in separate interpreters
  36. Running tests that match: *
  37. Skipping test files that match: l.*.test
  38. Only running test files that match: *.test
  39. Tests began at Tue May 23 12:39:06 EDT 2017
  40. tdbcpostgres.test
  41.  
  42. Tests ended at Tue May 23 12:39:07 EDT 2017
  43. all.tcl: Total 175 Passed 175 Skipped 0 Failed 0
  44. Sourced 1 Test Files.
  45. waiting for server to shut down.... done
  46. server stopped