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

===> tdbc-postgres-1.0.4 depends on: postgresql-server-* -> postgresql-server-9.6.3
===>  Regression tests for tdbc-postgres-1.0.4
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/
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
The files belonging to this database system will be owned by user "stu".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg ... ok
creating subdirectories ... ok
selecting default max_connections ... 30
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    /usr/local/bin/pg_ctl -D /usr/ports/pobj/tdbc-postgres-1.0.4/testdb-pg -l logfile start

waiting for server to start.... done
server started
Tests running in interp:  /usr/local/bin/tclsh8.6
Tests located in:  /usr/ports/pobj/tdbc-postgres-1.0.4/tdbcpostgres1.0.4/tests
Tests running in:  /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64
Temporary files stored in /usr/ports/pobj/tdbc-postgres-1.0.4/build-amd64
Test files run in separate interpreters
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  *.test
Tests began at Tue May 23 12:39:06 EDT 2017
tdbcpostgres.test

Tests ended at Tue May 23 12:39:07 EDT 2017
all.tcl:        Total   175     Passed  175     Skipped 0       Failed  0
Sourced 1 Test Files.
waiting for server to shut down.... done
server stopped